Skip to content

Commit 80466a2

Browse files
authored
Release 0.1.0 (#14)
release attributes
1 parent a73f0bb commit 80466a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: dotnet pack --configure Release --output .
1818

1919
- name: Publish
20-
uses: rohitch/publish-nuget@v2
20+
uses: brandedoutcast/publish-nuget@v2
2121
with:
2222
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
2323
PROJECT_FILE_PATH: src/NRedisStack.Core/NRedisStack.Core.csproj

src/NRedisStack.Core/NRedisStack.Core.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
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>
11+
<PackageVersion>0.1.0</PackageVersion>
712
</PropertyGroup>
813

914
<ItemGroup>

0 commit comments

Comments
 (0)