Skip to content

Commit 6280338

Browse files
committed
Bump version to 3.2.0
1 parent 91492ec commit 6280338

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.MainAssembly)]
1717

1818
// The following version attributes get rewritten by GitVersion as part of the build
19-
[assembly: AssemblyVersion("3.1.1")]
20-
[assembly: AssemblyFileVersion("3.1.1")]
21-
[assembly: AssemblyInformationalVersion("3.1.1-ci")]
19+
[assembly: AssemblyVersion("3.2.0")]
20+
[assembly: AssemblyFileVersion("3.2.0")]
21+
[assembly: AssemblyInformationalVersion("3.2.0")]

src/EntityFramework5.Npgsql/EntityFramework5.Npgsql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>EntityFramework5.Npgsql</id>
55
<title>Npgsql for Entity Framework 5</title>
6-
<version>$version$</version>
6+
<version>3.2.0</version>
77
<authors>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno, Jon Asher, John Cooley, Federico Di Gregorio, Jon Hanna, Chris Morgan, Dave Page, Glen Parker, Brar Piening, Hiroshi Saito</authors>
88
<owners>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno</owners>
99
<licenseUrl>https://github.com/npgsql/EntityFramework6.Npgsql/blob/dev/LICENSE.txt</licenseUrl>

src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>EntityFramework6.Npgsql</id>
55
<title>Npgsql for Entity Framework 6</title>
6-
<version>$version$</version>
6+
<version>3.2.0</version>
77
<authors>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno, Jon Asher, John Cooley, Federico Di Gregorio, Jon Hanna, Chris Morgan, Dave Page, Glen Parker, Brar Piening, Hiroshi Saito</authors>
88
<owners>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno</owners>
99
<licenseUrl>https://github.com/npgsql/EntityFramework6.Npgsql/blob/dev/LICENSE.txt</licenseUrl>

teamcity_set_version.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
echo ##teamcity[buildNumber '3.1.1-ci-%1']
1+
echo ##teamcity[buildNumber '3.2.0-%1']

0 commit comments

Comments
 (0)