Skip to content

Commit 7d1eed0

Browse files
Update version to 0.1.6-beta.1; correct PackageReleaseNotes extraction and add changelog entry
1 parent a9f4da1 commit 7d1eed0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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-
<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>

0 commit comments

Comments
 (0)