File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
Quartz.Spi.MongoDbJobStore
tests/Quartz.Spi.MongoDbJobStore.Tests Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ MongoDB Job Store for Quartz.NET
2
2
================================
3
3
Thanks to @chrisdrobison for handing over this project.
4
4
5
- ## Package name
6
- ** New: Quartz.Store.MongoDB**
7
-
8
- Old: Quartz.Spi.MongoDbJobStore
9
-
10
5
## Basic Usage
11
6
12
7
``` cs
@@ -26,5 +21,5 @@ return scheduler.GetScheduler();
26
21
## Nuget
27
22
28
23
```
29
- Install-Package Quartz.Store.MongoDB
24
+ Install-Package Quartz.Spi.MongoDbJobStore
30
25
```
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <RootNamespace >Quartz.Store.MongoDB </RootNamespace >
4
+ <RootNamespace >Quartz.Spi.MongoDbJobStore </RootNamespace >
5
5
<LangVersion >9.0</LangVersion >
6
6
<IsPackable >false</IsPackable >
7
7
<IsPublishable >false</IsPublishable >
19
19
</PropertyGroup >
20
20
21
21
<PropertyGroup >
22
- <Product >Quartz.Store.MongoDB </Product >
22
+ <Product >Quartz.Spi.MongoDbJobStore </Product >
23
23
<Authors >Gabriel Lucaci</Authors >
24
24
<Company >Gabriel Lucaci</Company >
25
25
<Copyright >Copyright © 2021 Gabriel Lucaci</Copyright >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net452;net462;netstandard2.0</TargetFrameworks >
5
- <AssemblyName >Quartz.Store.MongoDB </AssemblyName >
5
+ <AssemblyName >Quartz.Spi.MongoDbJobStore </AssemblyName >
6
6
<IsPackable >true</IsPackable >
7
7
</PropertyGroup >
8
8
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >net452;net462;netcoreapp2.0</TargetFrameworks >
5
5
<IsPackable >false</IsPackable >
6
- <RootNamespace >Quartz.Store.MongoDB .Tests</RootNamespace >
7
- <AssemblyName >Quartz.Store.MongoDB .Tests</AssemblyName >
6
+ <RootNamespace >Quartz.Spi.MongoDbJobStore .Tests</RootNamespace >
7
+ <AssemblyName >Quartz.Spi.MongoDbJobStore .Tests</AssemblyName >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments