File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </PropertyGroup >
2121 <!-- Version Management -->
2222 <PropertyGroup >
23- <VersionPrefix >0.1.1</VersionPrefix >
24- <PackageReleaseNotes >**Bug Fixes**
25- - Fix /health endpoint NotSupportedException from source-generated JSON serializer (#39)
26-
27- **CI/CD**
28- - Add --skip-duplicate to NuGet push commands to prevent duplicate package errors (#36)
29-
30- **Dependency Updates**
31- - Bump YamlDotNet from 16.3.0 to 17.0.1 (#38)</PackageReleaseNotes >
23+ <VersionPrefix >0.1.2</VersionPrefix >
24+ <PackageReleaseNotes >**Improvements**
25+ - Return 409 Conflict for duplicate skill version uploads instead of 400 Bad Request (#41)
26+ - Follows NuGet pattern — enables idempotent publish pipelines via --skip-duplicate semantics</PackageReleaseNotes >
3227 </PropertyGroup >
3328 <!-- Default: non-packable unless explicitly set -->
3429 <PropertyGroup >
Original file line number Diff line number Diff line change 1+ #### 0.1.2 April 27th 2026 ####
2+
3+ ** Improvements**
4+ - Return 409 Conflict for duplicate skill version uploads instead of 400 Bad Request (#41 )
5+ - Follows NuGet pattern — enables idempotent publish pipelines via ` --skip-duplicate ` semantics
6+
17#### 0.1.1 April 24th 2026 ####
28
39** Bug Fixes**
You can’t perform that action at this time.
0 commit comments