Skip to content

Commit c0ac387

Browse files
Bump version
Bump version to 3.2.0 for next release.
1 parent 19de9b3 commit c0ac387

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,8 @@ Added overloads to support specifying the name of the Initial Catalog using the
205205

206206
## Added
207207
* Add `net6.0` Target Framework Moniker.
208+
209+
# SqlLocalDb v3.2.0
210+
211+
## Added
212+
* Fix incorrect minimum dependency versions when targeting `net6.0`.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<SignAssembly>true</SignAssembly>
3939
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4040
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
41-
<VersionPrefix>3.1.1</VersionPrefix>
41+
<VersionPrefix>3.2.0</VersionPrefix>
4242
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' ">beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`))</VersionSuffix>
4343
<VersionPrefix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) ">$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix>
4444
<VersionSuffix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) "></VersionSuffix>

0 commit comments

Comments
 (0)