We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46789c commit e6d56b4Copy full SHA for e6d56b4
3 files changed
.github/workflows/.build.yml.swp
20 KB
.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
191
uses: NuGet/login@v1
192
id: login
193
with:
194
- user: ${{ secrets.NUGET_USER }}
+ user: roji
195
196
- name: Publish to nuget.org
197
run: dotnet nuget push "*.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>10.0.2</VersionPrefix>
+ <VersionPrefix>10.0.3</VersionPrefix>
4
<TargetFramework>net10.0</TargetFramework>
5
<LangVersion>latest</LangVersion>
6
<Nullable>enable</Nullable>
0 commit comments