Skip to content

Commit ca18c72

Browse files
committed
🔖 release v1.0.5
## 1.0.5 * [FEAT] add key-aware decoding to the query string parser
1 parent b33a19d commit ca18c72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5
2+
3+
* [FEAT] add key-aware decoding to the query string parser
4+
15
## 1.0.4
26

37
* [FIX] optimize Encoder by caching sequence materialization and reducing allocations

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.4</Version>
8+
<Version>1.0.5</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)