Skip to content

Commit

Permalink
Final change for package name
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Jan 19, 2021
1 parent 14a2310 commit 1a5ac3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ MongoDB Job Store for Quartz.NET
================================
Thanks to @chrisdrobison for handing over this project.

## Package name
**New: Quartz.Store.MongoDB**

Old: Quartz.Spi.MongoDbJobStore

## Basic Usage

```cs
Expand All @@ -26,5 +21,5 @@ return scheduler.GetScheduler();
## Nuget

```
Install-Package Quartz.Store.MongoDB
Install-Package Quartz.Spi.MongoDbJobStore
```
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<RootNamespace>Quartz.Store.MongoDB</RootNamespace>
<RootNamespace>Quartz.Spi.MongoDbJobStore</RootNamespace>
<LangVersion>9.0</LangVersion>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup>
<Product>Quartz.Store.MongoDB</Product>
<Product>Quartz.Spi.MongoDbJobStore</Product>
<Authors>Gabriel Lucaci</Authors>
<Company>Gabriel Lucaci</Company>
<Copyright>Copyright © 2021 Gabriel Lucaci</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net452;net462;netstandard2.0</TargetFrameworks>
<AssemblyName>Quartz.Store.MongoDB</AssemblyName>
<AssemblyName>Quartz.Spi.MongoDbJobStore</AssemblyName>
<IsPackable>true</IsPackable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net452;net462;netcoreapp2.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>Quartz.Store.MongoDB.Tests</RootNamespace>
<AssemblyName>Quartz.Store.MongoDB.Tests</AssemblyName>
<RootNamespace>Quartz.Spi.MongoDbJobStore.Tests</RootNamespace>
<AssemblyName>Quartz.Spi.MongoDbJobStore.Tests</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1a5ac3c

Please sign in to comment.