forked from samcook/RedLock.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
26 lines (24 loc) · 1.21 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project>
<PropertyGroup>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<Version>2.2.0</Version>
<FileVersion>$(Version)</FileVersion>
<Authors>Sam Cook</Authors>
<Company />
<Product>RedLock.net</Product>
<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>
Note: RedLock 2.2.0+ requires StackExchange.Redis 2.0+ - if you need to use StackExchange.Redis 1.x please continue to use RedLock.net 2.1.0.
2.2.0 - Update to StackExchange.Redis 2.0. Switch to a single strong named package and adjust platform targets to match StackExchange.Redis 2.0.
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release
</PackageReleaseNotes>
<NoWarn>CS7035</NoWarn>
</PropertyGroup>
</Project>