Skip to content

Commit 591a29d

Browse files
committed
🔖 release v1.0.8
## 1.0.8 * [CHORE] standardize exception handling and improve culture-invariant string formatting
1 parent 08dc697 commit 591a29d

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.8
2+
3+
* [CHORE] standardize exception handling and improve culture-invariant string formatting
4+
15
## 1.0.7
26

37
* [FIX] fix degenerate bracket and dot parsing in `Decoder` for edge cases and parity

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.7</Version>
8+
<Version>1.0.8</Version>
99
<Authors>Klemen Tusar</Authors>
1010
<PackageTags>
1111
querystring;query-string;query;parameters;url;uri;http;

0 commit comments

Comments
 (0)