Skip to content

Commit af07da4

Browse files
author
robot
committed
Release v0.7.0
1 parent 4ad8527 commit af07da4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.7.0
12
- Parsed @param then prepared for use with $ prefix (@p -> $p)
23
- Fully integrated with Dapper
34

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
33
public static class Version
44
{
55
public const uint Major = 0;
6-
public const uint Minor = 6;
7-
public const uint Patch = 3;
6+
public const uint Minor = 7;
7+
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)