Skip to content

Commit c705f5a

Browse files
committed
1.7.1
1 parent 5df8bfb commit c705f5a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Hangfire.MemoryStorage.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Hangfire.MemoryStorage</id>
5-
<version>1.7.0.0</version>
5+
<version>1.7.1.0</version>
66
<title>Hangfire.MemoryStorage</title>
77
<authors>PERRICHOT Florian</authors>
88
<owners>PERRICHOT Florian</owners>
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2015-2020</copyright>
1515
<tags>Hangfire Storage</tags>
1616
<dependencies>
17-
<dependency id="Hangfire.Core" version="1.7.9" />
17+
<dependency id="Hangfire.Core" version="1.7.35" />
1818
</dependencies>
1919
</metadata>
2020
<files>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test.txt <br />
5656

5757
License:
5858
---
59-
Copyright 2015 - 2022 PERRICHOT Florian
59+
Copyright 2015 - 2023 PERRICHOT Florian
6060

6161
Licensed under the Apache License, Version 2.0 (the "License");
6262
you may not use this file except in compliance with the License.

src/Hangfire.MemoryStorage/Hangfire.MemoryStorage.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<Description>A memory storage for Hangfire</Description>
5-
<Copyright>Copyright 2015-2020</Copyright>
5+
<Copyright>Copyright 2015-2023</Copyright>
66
<AssemblyTitle>Hangfire.MemoryStorage</AssemblyTitle>
7-
<VersionPrefix>1.6.2</VersionPrefix>
7+
<VersionPrefix>1.7.1</VersionPrefix>
88
<Authors>PERRICHOT Florian</Authors>
99
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
1010
<AssemblyName>Hangfire.MemoryStorage</AssemblyName>
@@ -14,12 +14,12 @@
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/perrich/Hangfire.MemoryStorage</RepositoryUrl>
1616
<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>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Hangfire.Core" Version="1.7.9" />
22+
<PackageReference Include="Hangfire.Core" Version="1.7.35" />
2323
</ItemGroup>
2424

2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)