We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dc697 commit 591a29dCopy full SHA for 591a29d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.8
2
+
3
+* [CHORE] standardize exception handling and improve culture-invariant string formatting
4
5
## 1.0.7
6
7
* [FIX] fix degenerate bracket and dot parsing in `Decoder` for edge cases and parity
QsNet/QsNet.csproj
@@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>QsNet</PackageId>
8
- <Version>1.0.7</Version>
+ <Version>1.0.8</Version>
9
<Authors>Klemen Tusar</Authors>
10
<PackageTags>
11
querystring;query-string;query;parameters;url;uri;http;
0 commit comments