Skip to content

Commit e6d56b4

Browse files
committed
Bump version to 10.0.3
1 parent c46789c commit e6d56b4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.build.yml.swp

20 KB
Binary file not shown.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
uses: NuGet/login@v1
192192
id: login
193193
with:
194-
user: ${{ secrets.NUGET_USER }}
194+
user: roji
195195

196196
- name: Publish to nuget.org
197197
run: dotnet nuget push "*.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>10.0.2</VersionPrefix>
3+
<VersionPrefix>10.0.3</VersionPrefix>
44
<TargetFramework>net10.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)