Skip to content

Commit

Permalink
Bump version to 2.1.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Feb 13, 2018
1 parent 3a1feb9 commit 0ea94a0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 12 deletions.
7 changes: 5 additions & 2 deletions RedLock.StrongName.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RedLock.net.StrongName</id>
<version>2.0.0</version>
<version>2.1.0-pre1</version>
<title>RedLock.net (Strong Named)</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -11,7 +11,10 @@
<iconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>2.0.0 - .NET Core release</releaseNotes>
<releaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</releaseNotes>
<copyright>Copyright 2018 Sam Cook</copyright>
<tags>RedLock Redis Distributed Lock</tags>
<dependencies>
Expand Down
7 changes: 5 additions & 2 deletions RedLock.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RedLock.net</id>
<version>2.0.0</version>
<version>2.1.0-pre1</version>
<title>RedLock.net</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -11,7 +11,10 @@
<iconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>2.0.0 - .NET Core release</releaseNotes>
<releaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</releaseNotes>
<copyright>Copyright 2018 Sam Cook</copyright>
<tags>RedLock Redis Distributed Lock</tags>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>RedLockNet</RootNamespace>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<Version>2.1.0-pre1</Version>
<Authors>Sam Cook</Authors>
<Company />
<Product>RedLock.net</Product>
Expand All @@ -17,7 +17,10 @@
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>RedLock Redis Distributed Lock</PackageTags>
<PackageReleaseNotes>2.0.0 - .NET Core release</PackageReleaseNotes>
<PackageReleaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</PackageReleaseNotes>
<AssemblyName>RedLockNet.Abstractions.StrongName</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\RedLock.StrongName.snk</AssemblyOriginatorKeyFile>
Expand Down
7 changes: 5 additions & 2 deletions RedLockNet.Abstractions/RedLockNet.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>RedLockNet</RootNamespace>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<Version>2.1.0-pre1</Version>
<Authors>Sam Cook</Authors>
<Company />
<Product>RedLock.net</Product>
Expand All @@ -17,7 +17,10 @@
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>RedLock Redis Distributed Lock</PackageTags>
<PackageReleaseNotes>2.0.0 - .NET Core release</PackageReleaseNotes>
<PackageReleaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</PackageReleaseNotes>
<AssemblyName>RedLockNet.Abstractions</AssemblyName>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>RedLockNet.SERedis.StrongName</AssemblyName>
<PackageId>RedLock.net</PackageId>
<RootNamespace>RedLockNet.SERedis</RootNamespace>
<Version>2.0.0</Version>
<Version>2.1.0-pre1</Version>
<Description>An implementation of the Redlock distributed lock algorithm</Description>
<Authors>Sam Cook</Authors>
<Company />
Expand All @@ -17,7 +17,10 @@
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>RedLock Redis Distributed Lock</PackageTags>
<PackageReleaseNotes>2.0.0 - .NET Core release</PackageReleaseNotes>
<PackageReleaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</PackageReleaseNotes>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\RedLock.StrongName.snk</AssemblyOriginatorKeyFile>
Expand Down
7 changes: 5 additions & 2 deletions RedLockNet.SERedis/RedLockNet.SERedis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>RedLockNet.SERedis</AssemblyName>
<PackageId>RedLock.net</PackageId>
<RootNamespace>RedLockNet.SERedis</RootNamespace>
<Version>2.0.0</Version>
<Version>2.1.0-pre1</Version>
<Description>An implementation of the Redlock distributed lock algorithm</Description>
<Authors>Sam Cook</Authors>
<Company />
Expand All @@ -17,7 +17,10 @@
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>RedLock Redis Distributed Lock</PackageTags>
<PackageReleaseNotes>2.0.0 - .NET Core release</PackageReleaseNotes>
<PackageReleaseNotes>
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</PackageReleaseNotes>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 0ea94a0

Please sign in to comment.