Skip to content

Commit

Permalink
Bump version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Jul 16, 2017
1 parent 2ecaec1 commit deab01b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion RedLock.StrongName.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RedLock.net.StrongName</id>
<version>1.7.4</version>
<version>1.7.5</version>
<title>RedLock.net (Strong Named)</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -12,6 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>
1.7.5 - Add SyncTimeout config option, alter logging output
1.7.4 - Add IRedisLock and IRedisLockFactory interfaces
1.7.3 - Add support for connecting to replicated Redis instances
1.7.2 - Sanity checks on input values
Expand Down
3 changes: 2 additions & 1 deletion RedLock.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RedLock.net</id>
<version>1.7.4</version>
<version>1.7.5</version>
<title>RedLock.net</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -12,6 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>
1.7.5 - Add SyncTimeout config option, alter logging output
1.7.4 - Add IRedisLock and IRedisLockFactory interfaces
1.7.3 - Add support for connecting to replicated Redis instances
1.7.2 - Sanity checks on input values
Expand Down
8 changes: 4 additions & 4 deletions RedLock/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RedLock.net")]
[assembly: AssemblyCopyright("Copyright © Sam Cook 2016")]
[assembly: AssemblyCopyright("Copyright © Sam Cook 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,9 +32,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyInformationalVersion("1.7.4")]
[assembly: AssemblyFileVersion("1.7.4.0")]
[assembly: AssemblyVersion("1.7.5")]
[assembly: AssemblyInformationalVersion("1.7.5")]
[assembly: AssemblyFileVersion("1.7.5.0")]

#if !STRONG_NAME
[assembly: InternalsVisibleTo("RedLock.Tests")]
Expand Down

0 comments on commit deab01b

Please sign in to comment.