File tree 3 files changed +8
-8
lines changed
src/Hangfire.MemoryStorage
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >Hangfire.MemoryStorage</id >
5
- <version >1.7.0 .0</version >
5
+ <version >1.7.1 .0</version >
6
6
<title >Hangfire.MemoryStorage</title >
7
7
<authors >PERRICHOT Florian</authors >
8
8
<owners >PERRICHOT Florian</owners >
14
14
<copyright >Copyright 2015-2020</copyright >
15
15
<tags >Hangfire Storage</tags >
16
16
<dependencies >
17
- <dependency id =" Hangfire.Core" version =" 1.7.9 " />
17
+ <dependency id =" Hangfire.Core" version =" 1.7.35 " />
18
18
</dependencies >
19
19
</metadata >
20
20
<files >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ test.txt <br />
56
56
57
57
License:
58
58
---
59
- Copyright 2015 - 2022 PERRICHOT Florian
59
+ Copyright 2015 - 2023 PERRICHOT Florian
60
60
61
61
Licensed under the Apache License, Version 2.0 (the "License");
62
62
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >A memory storage for Hangfire</Description >
5
- <Copyright >Copyright 2015-2020 </Copyright >
5
+ <Copyright >Copyright 2015-2023 </Copyright >
6
6
<AssemblyTitle >Hangfire.MemoryStorage</AssemblyTitle >
7
- <VersionPrefix >1.6.2 </VersionPrefix >
7
+ <VersionPrefix >1.7.1 </VersionPrefix >
8
8
<Authors >PERRICHOT Florian</Authors >
9
9
<TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
10
10
<AssemblyName >Hangfire.MemoryStorage</AssemblyName >
14
14
<RepositoryType >git</RepositoryType >
15
15
<RepositoryUrl >https://github.com/perrich/Hangfire.MemoryStorage</RepositoryUrl >
16
16
<NetStandardImplicitPackageVersion >1.6.0</NetStandardImplicitPackageVersion >
17
- <Version >1.7.0 </Version >
18
- <AssemblyVersion >1.7.0 .0</AssemblyVersion >
17
+ <Version >1.7.1 </Version >
18
+ <AssemblyVersion >1.7.1 .0</AssemblyVersion >
19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Hangfire.Core" Version =" 1.7.9 " />
22
+ <PackageReference Include =" Hangfire.Core" Version =" 1.7.35 " />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments