-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.1.0-pre2
- Loading branch information
Showing
6 changed files
with
194 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 26 additions & 26 deletions
52
RedLockNet.Abstractions.StrongName/RedLockNet.Abstractions.StrongName.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.1</TargetFramework> | ||
<RootNamespace>RedLockNet</RootNamespace> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Version>2.1.0-pre1</Version> | ||
<Authors>Sam Cook</Authors> | ||
<Company /> | ||
<Product>RedLock.net</Product> | ||
<Description>Abstractions for the RedLock.net package</Description> | ||
<PackageId>RedLock.net.Abstractions</PackageId> | ||
<Copyright>Copyright 2018 Sam Cook</Copyright> | ||
<PackageLicenseUrl>https://github.com/samcook/RedLock.net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/samcook/RedLock.net</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>RedLock Redis Distributed Lock</PackageTags> | ||
<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> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks> | ||
<RootNamespace>RedLockNet</RootNamespace> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Version>2.1.0-pre2</Version> | ||
<Authors>Sam Cook</Authors> | ||
<Company /> | ||
<Product>RedLock.net</Product> | ||
<Description>Abstractions for the RedLock.net package</Description> | ||
<PackageId>RedLock.net.Abstractions</PackageId> | ||
<Copyright>Copyright 2018 Sam Cook</Copyright> | ||
<PackageLicenseUrl>https://github.com/samcook/RedLock.net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/samcook/RedLock.net</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>RedLock Redis Distributed Lock</PackageTags> | ||
<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> | ||
<DefineConstants>STRONG_NAME</DefineConstants> | ||
</PropertyGroup> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\RedLockNet.Abstractions.Shared\RedLockNet.Abstractions.Shared.projitems" Label="Shared" /> | ||
<Import Project="..\RedLockNet.Abstractions.Shared\RedLockNet.Abstractions.Shared.projitems" Label="Shared" /> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.1</TargetFramework> | ||
<RootNamespace>RedLockNet</RootNamespace> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Version>2.1.0-pre1</Version> | ||
<Authors>Sam Cook</Authors> | ||
<Company /> | ||
<Product>RedLock.net</Product> | ||
<Description>Abstractions for the RedLock.net package</Description> | ||
<PackageId>RedLock.net.Abstractions</PackageId> | ||
<Copyright>Copyright 2018 Sam Cook</Copyright> | ||
<PackageLicenseUrl>https://github.com/samcook/RedLock.net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/samcook/RedLock.net</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>RedLock Redis Distributed Lock</PackageTags> | ||
<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> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks> | ||
<RootNamespace>RedLockNet</RootNamespace> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Version>2.1.0-pre2</Version> | ||
<Authors>Sam Cook</Authors> | ||
<Company /> | ||
<Product>RedLock.net</Product> | ||
<Description>Abstractions for the RedLock.net package</Description> | ||
<PackageId>RedLock.net.Abstractions</PackageId> | ||
<Copyright>Copyright 2018 Sam Cook</Copyright> | ||
<PackageLicenseUrl>https://github.com/samcook/RedLock.net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/samcook/RedLock.net</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/samcook/RedLock.net</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/samcook/RedLock.net/master/redlock-icon.png</PackageIconUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>RedLock Redis Distributed Lock</PackageTags> | ||
<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> | ||
|
||
<Import Project="..\RedLockNet.Abstractions.Shared\RedLockNet.Abstractions.Shared.projitems" Label="Shared" /> | ||
<Import Project="..\RedLockNet.Abstractions.Shared\RedLockNet.Abstractions.Shared.projitems" Label="Shared" /> | ||
|
||
</Project> |
Oops, something went wrong.