File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ StackExchange.Redis is a high-performance RESP (Redis, etc) client for .NET, available under the MIT license.
2
+
3
+ - Release notes: [ https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes ] ( https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes )
4
+ - NuGet package: [ https://www.nuget.org/packages/StackExchange.Redis/ ] ( https://www.nuget.org/packages/StackExchange.Redis/ )
5
+ - General docs: [ https://stackexchange.github.io/StackExchange.Redis/ ] ( https://stackexchange.github.io/StackExchange.Redis/ )
6
+ - Code: [ https://github.com/StackExchange/StackExchange.Redis/ ] ( https://github.com/StackExchange/StackExchange.Redis/ )
Original file line number Diff line number Diff line change 12
12
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
13
13
<DefineConstants Condition =" '$(TargetFramework)' != 'net461'" >$(DefineConstants);VECTOR_SAFE</DefineConstants >
14
14
<DefineConstants Condition =" '$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net472' and '$(TargetFramework)' != 'netstandard2.0'" >$(DefineConstants);UNIX_SOCKET</DefineConstants >
15
+ <PackageReadmeFile >README.md</PackageReadmeFile >
15
16
</PropertyGroup >
16
17
17
18
<ItemGroup >
28
29
29
30
<!-- netfx needs this for ZipArchive -->
30
31
<PackageReference Include =" System.IO.Compression" Condition =" '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net461' " />
32
+
33
+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
31
34
</ItemGroup >
32
35
33
36
<ItemGroup >
You can’t perform that action at this time.
0 commit comments