We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c739e3b commit 966015dCopy full SHA for 966015d
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.11.3] - 2024-08-16
11
+
12
+### Changed
13
14
+- Replaced Convert.FromBase64 by System.Text.Json GetBytesFromBase64 to improve performance (10x improvement).
15
16
## [1.11.2] - 2024-08-14
17
18
### Changed
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<!-- Common default project properties for ALL projects-->
3
<PropertyGroup>
4
- <VersionPrefix>1.11.2</VersionPrefix>
+ <VersionPrefix>1.11.3</VersionPrefix>
5
<VersionSuffix></VersionSuffix>
6
<!-- This is overidden in test projects by setting to true-->
<IsTestProject>false</IsTestProject>
0 commit comments