Skip to content

Commit a73f34c

Browse files
committed
release 1.13.0.1
1 parent b4359a7 commit a73f34c

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.0.1 (April 03, 2023)
2+
3+
**BUG FIXES:**
4+
5+
* [GH-312](https://github.com/rajanadar/VaultSharp/issues/312) Fix ```rotation_period``` deserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.
6+
17
## 1.13.0.1-beta1 (April 01, 2023)
28

39
**BUG FIXES:**
Binary file not shown.
Binary file not shown.

src/VaultSharp/VaultSharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<DelaySign>false</DelaySign>
77
<AssemblyOriginatorKeyFile>VaultSharp.snk</AssemblyOriginatorKeyFile>
88
<Title>VaultSharp</Title>
9-
<Version>1.13.0.1-beta1</Version>
9+
<Version>1.13.0.1</Version>
1010
<Authors>Raja Nadar</Authors>
1111
<Copyright>Copyright © 2023 Raja Nadar. All rights reserved.</Copyright>
1212
<PackageProjectUrl>https://github.com/rajanadar/VaultSharp</PackageProjectUrl>

0 commit comments

Comments
 (0)