File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 17
17
run : dotnet pack --configure Release --output .
18
18
19
19
- name : Publish
20
- uses : rohitch /publish-nuget@v2
20
+ uses : brandedoutcast /publish-nuget@v2
21
21
with :
22
22
NUGET_KEY : ${{secrets.NUGET_API_KEY}}
23
23
PROJECT_FILE_PATH : src/NRedisStack.Core/NRedisStack.Core.csproj
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<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 >
7
12
</PropertyGroup >
8
13
9
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments