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 771b844 commit 3167e28Copy full SHA for 3167e28
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.1.0
2
- Add support of decimal type
3
## v0.0.9
4
- Remove support for .NET Core 3.1
src/Ydb.Sdk/src/Version.cs
@@ -1,7 +1,7 @@
namespace Ydb.Sdk {
public static class Verison {
public const uint Major = 0;
- public const uint Minor = 0;
5
- public const uint Patch = 9;
+ public const uint Minor = 1;
+ public const uint Patch = 0;
6
}
7
0 commit comments