Skip to content

Commit fbebb51

Browse files
committed
🔖 release v1.0.1
## 1.0.1 * [CHORE] Fixed CI pipeline issues in GitHub workflows - Added version extraction from csproj files in publish workflow - Fixed NuGet package push command to use specific package file instead of wildcard - Simplified release workflow by removing unused NAME variable - Added retention-days (7) to all artifact uploads to prevent storage buildup - Cleaned up workflow formatting and removed redundant steps
1 parent be1596c commit fbebb51

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.1
2+
3+
* [CHORE] Fixed CI pipeline issues in GitHub workflows
4+
- Added version extraction from csproj files in publish workflow
5+
- Fixed NuGet package push command to use specific package file instead of wildcard
6+
- Simplified release workflow by removing unused NAME variable
7+
- Added retention-days (7) to all artifact uploads to prevent storage buildup
8+
- Cleaned up workflow formatting and removed redundant steps
9+
110
## 1.0.0
211

312
* [CHORE] Initial release of the project.

QsNet/QsNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<PackageId>QsNet</PackageId>
8-
<Version>1.0.0</Version>
8+
<Version>1.0.1</Version>
99
<Authors>Klemen Tusar</Authors>
1010
<PackageTags>query-string; parser; encoder; qs</PackageTags>
1111
<Description>A query string encoding and decoding library for C#/.NET. Ported from qs for JavaScript.</Description>

0 commit comments

Comments
 (0)