Skip to content

Commit c1acb45

Browse files
committed
Bump the version number
1 parent ae89920 commit c1acb45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sql.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
DefaultCommandPrefix = "Sql"
3-
ModuleVersion = "3.1.0"
3+
ModuleVersion = "3.2.0"
44
PowerShellVersion = "7.5"
55
RootModule = "bin/Belin.Sql.Cmdlets.dll"
66

src/Sql.Cmdlets/Sql.Cmdlets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>A simple micro-ORM, based on ADO.NET and data annotations.</Description>
66
<Product>SQL Mapper for .NET</Product>
7-
<Version>3.1.0</Version>
7+
<Version>3.2.0</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

src/Sql/Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>A simple micro-ORM, based on ADO.NET and data annotations.</Description>
66
<Product>SQL Mapper for .NET</Product>
7-
<Version>3.1.0</Version>
7+
<Version>3.2.0</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

test/Sql.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Company>Cedric-Belin.fr</Company>
44
<Copyright>© Cédric Belin</Copyright>
55
<Product>SQL Mapper for .NET</Product>
6-
<Version>3.1.0</Version>
6+
<Version>3.2.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)