Skip to content

Commit

Permalink
Update versions for Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Jul 30, 2015
1 parent 396cd17 commit d9d4204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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.2.0</version>
<version>1.3.0</version>
<title>RedLock.net</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -12,11 +12,12 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>
1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache)
1.2.0 - Lock/Extend/Unlock instances in parallel
1.1.0 - Target .NET 4.0 and 4.5
1.0.0 - Initial release
</releaseNotes>
<copyright>Copyright 2014 Sam Cook</copyright>
<copyright>Copyright 2015 Sam Cook</copyright>
<tags>RedLock Redis Distributed Lock</tags>
<dependencies>
<dependency id="StackExchange.Redis" version="1.0.328"/>
Expand Down
6 changes: 3 additions & 3 deletions RedLock/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

[assembly: InternalsVisibleTo("RedLock.Tests")]

0 comments on commit d9d4204

Please sign in to comment.