Skip to content

Commit

Permalink
another go at publishing version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Sep 24, 2023
1 parent 26e6fa0 commit 3f9aa9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
run: |
NUPKG_PATH=$(find . -name '*.nupkg' -print -quit)
echo "NuGet package path (as found in this job): $NUPKG_PATH"
echo "Placeholder for publishing NuGet package"
# dotnet nuget push $NUGET_PACKAGE_PATH --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push $NUPKG_PATH --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
# echo "Placeholder for publishing NuGet package"
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
incrementing the minor version will do. [Manfred, 19sep2023] -->
<Project>
<PropertyGroup>
<Version>1.11.98</Version>
<Version>1.12.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 3f9aa9d

Please sign in to comment.