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 b79aa35 commit d12dc91Copy full SHA for d12dc91
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.1.3
2
- Add static auth
3
## v0.1.1
4
- Add static code analysis
src/Ydb.Sdk/src/Version.cs
@@ -4,5 +4,5 @@ public static class Verison
{
5
public const uint Major = 0;
6
public const uint Minor = 1;
7
- public const uint Patch = 2;
+ public const uint Patch = 3;
8
}
0 commit comments