Skip to content

Commit 9e9418d

Browse files
committed
🔖 release v1.0.2
1 parent 8ee9b0b commit 9e9418d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
* [FIX] change `Qs.Decode` return from `Dictionary<object, object?>` to `Dictionary<string, object?>`
4+
- This change ensures that the query string decoding returns a dictionary with string keys, improving type safety and consistency in handling query parameters.
5+
16
## 1.0.1
27

38
* [CHORE] Fixed CI pipeline issues in GitHub workflows

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.1</Version>
8+
<Version>1.0.2</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)