Skip to content

Commit 67cc309

Browse files
committed
Updating versioning defaults for the action
1 parent 8537b48 commit 67cc309

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nuget-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
with:
2222
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
2323
PROJECT_FILE_PATH: src/NRedisStack.Core/NRedisStack.Core.csproj
24+
PROJECT_NAME: NRedisStack
25+
TAG_COMMIT: false

src/NRedisStack.Core/NRedisStack.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<ReleaseVersion>0.1.0</ReleaseVersion>
87
<Authors>Redis Open Source</Authors>
98
<Owners>Redis OSS</Owners>
109
<Description>.Net Client for Redis Stack</Description>
10+
<Version>0.1.0</Version>
11+
<ReleaseVersion>0.1.0</ReleaseVersion>
1112
<PackageVersion>0.1.0</PackageVersion>
1213
</PropertyGroup>
1314

0 commit comments

Comments
 (0)