diff --git a/README.md b/README.md index 600f5d5..ccb5b67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Makes use of the excellent [StackExchange.Redis](https://github.com/StackExchang Distributed locks are useful for ensuring only one process is using a particular resource at any given time (even if the processes are running on different machines). -RedLock.net is available using NuGet - search for [RedLock.net](https://www.nuget.org/packages/RedLock.net) (you'll need to enable pre-release packages at this point). +RedLock.net is available using NuGet - search for [RedLock.net](https://www.nuget.org/packages/RedLock.net). ## Usage diff --git a/RedLock.net.sln b/RedLock.net.sln index 811f73f..a70e98d 100644 --- a/RedLock.net.sln +++ b/RedLock.net.sln @@ -7,7 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedLock", "RedLock\RedLock. EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DF05864-1C9B-442D-A425-0A14C0D5765B}" ProjectSection(SolutionItems) = preProject - LICENSE.txt = LICENSE.txt + LICENSE = LICENSE + README.md = README.md redlock-icon.png = redlock-icon.png EndProjectSection EndProject diff --git a/RedLock/Properties/AssemblyInfo.cs b/RedLock/Properties/AssemblyInfo.cs index 364d801..4544934 100644 --- a/RedLock/Properties/AssemblyInfo.cs +++ b/RedLock/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0-alpha")] +[assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: InternalsVisibleTo("RedLock.Tests")] \ No newline at end of file diff --git a/RedLock/RedLock.nuspec b/RedLock/RedLock.nuspec index b991a31..6b57ef2 100644 --- a/RedLock/RedLock.nuspec +++ b/RedLock/RedLock.nuspec @@ -1,5 +1,5 @@ - + RedLock.net $version$ @@ -8,7 +8,7 @@ Sam Cook https://github.com/samcook/RedLock.net/blob/master/LICENSE https://github.com/samcook/RedLock.net - + https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png false An implementation of the Redlock distributed lock algorithm 1.0.0 - Initial release