-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
robot
committed
Sep 1, 2023
1 parent
771b844
commit 3167e28
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## v0.1.0 | ||
- Add support of decimal type | ||
## v0.0.9 | ||
- Remove support for .NET Core 3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
namespace Ydb.Sdk { | ||
public static class Verison { | ||
public const uint Major = 0; | ||
public const uint Minor = 0; | ||
public const uint Patch = 9; | ||
public const uint Minor = 1; | ||
public const uint Patch = 0; | ||
} | ||
} |