File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 echo "Deploying version ${{ needs.build.outputs.version }} to NuGet"
9999 dotnet nuget push ./artifacts/*.nupkg \
100100 --api-key ${{ secrets.NUGET_PUSH_KEY }} \
101- --source https://api.nuget.org/v3/index.json
101+ --source https://api.nuget.org/v3/index.json \
102+ --skip-duplicate
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.6-beta.1] - 2025-08-09
11+
12+ ### Fixed
13+
14+ - Corrected PackageReleaseNotes extraction (supersedes unlisted 0.1.6-beta which had a packaging metadata issue).
15+
1016## [ 0.1.6-beta] - 2025-08-09
1117
1218### Fixed
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.1.6-beta</Version >
3+ <Version >0.1.6-beta.1 </Version >
44 <Authors >BARS</Authors >
55 <Company >BARS</Company >
66 <Product >SimConnect.NET</Product >
You can’t perform that action at this time.
0 commit comments