We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8537b48 commit 67cc309Copy full SHA for 67cc309
.github/workflows/nuget-release.yml
@@ -21,3 +21,5 @@ jobs:
21
with:
22
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
23
PROJECT_FILE_PATH: src/NRedisStack.Core/NRedisStack.Core.csproj
24
+ PROJECT_NAME: NRedisStack
25
+ TAG_COMMIT: false
src/NRedisStack.Core/NRedisStack.Core.csproj
@@ -4,10 +4,11 @@
4
<TargetFramework>net6.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
- <ReleaseVersion>0.1.0</ReleaseVersion>
8
<Authors>Redis Open Source</Authors>
9
<Owners>Redis OSS</Owners>
10
<Description>.Net Client for Redis Stack</Description>
+ <Version>0.1.0</Version>
11
+ <ReleaseVersion>0.1.0</ReleaseVersion>
12
<PackageVersion>0.1.0</PackageVersion>
13
</PropertyGroup>
14
0 commit comments