Skip to content

Commit d7c3a03

Browse files
authored
3.2.0-alpha2
1 parent 059610f commit d7c3a03

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.2.0-alpha1</Version>
3+
<Version>3.2.0-alpha2</Version>
44
<AssemblyVersion>3.1.0.0</AssemblyVersion>
55
<FileVersion>3.1.0.0</FileVersion>
66
</PropertyGroup>

src/Evolve.Tool/Evolve.Tool.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Every time you build your project, it will automatically ensure that your databa
2323
<RepositoryUrl>https://github.com/lecaillon/Evolve.git</RepositoryUrl>
2424
<PackageTags>evolve flyway dotnet tool sql database migration mysql sqlserver cassandra mariadb sqlite postgresql cockroachdb</PackageTags>
2525
<PackageReleaseNotes>## Features
26-
- #293 Add timeout for ambient transactions</PackageReleaseNotes>
26+
- #293 Add timeout for ambient transactions
27+
- #189 Enabled use of Evolve CLI/Tool Placeholders with ':' in their value</PackageReleaseNotes>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

0 commit comments

Comments
 (0)