-
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.
Switch to a single strong named assembly and package, rather than two separate packages (to match StackExchange.Redis). Update platform versions to match StackExchange.Redis. Update packaging process to use dotnet pack.
- Loading branch information
Showing
39 changed files
with
53 additions
and
388 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
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
File renamed without changes.
17 changes: 0 additions & 17 deletions
17
RedLockNet.Abstractions.Shared/RedLockNet.Abstractions.Shared.projitems
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
RedLockNet.Abstractions.Shared/RedLockNet.Abstractions.Shared.shproj
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks> | ||
<TargetFrameworks>net461;net472;netstandard2.0</TargetFrameworks> | ||
<AssemblyName>RedLockNet.Abstractions</AssemblyName> | ||
<PackageId>RedLock.net.Abstractions</PackageId> | ||
<RootNamespace>RedLockNet</RootNamespace> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Version>2.1.0</Version> | ||
<Authors>Sam Cook</Authors> | ||
<Company /> | ||
<Product>RedLock.net</Product> | ||
<Title>RedLock.net Abstractions</Title> | ||
<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> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<SignAssembly>True</SignAssembly> | ||
<AssemblyOriginatorKeyFile>..\RedLock.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\RedLockNet.Abstractions.Shared\RedLockNet.Abstractions.Shared.projitems" Label="Shared" /> | ||
|
||
</Project> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.