Skip to content

Commit

Permalink
Updating versioning defaults for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 17, 2022
1 parent 8537b48 commit 67cc309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
PROJECT_FILE_PATH: src/NRedisStack.Core/NRedisStack.Core.csproj
PROJECT_NAME: NRedisStack
TAG_COMMIT: false
3 changes: 2 additions & 1 deletion src/NRedisStack.Core/NRedisStack.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>0.1.0</ReleaseVersion>
<Authors>Redis Open Source</Authors>
<Owners>Redis OSS</Owners>
<Description>.Net Client for Redis Stack</Description>
<Version>0.1.0</Version>
<ReleaseVersion>0.1.0</ReleaseVersion>
<PackageVersion>0.1.0</PackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 67cc309

Please sign in to comment.