Skip to content

Commit c55bef5

Browse files
committed
Bump version to 3.1.1
1 parent dbf2835 commit c55bef5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
// The following version attributes get rewritten by GitVersion as part of the build
1919
[assembly: AssemblyVersion("3.1.1")]
2020
[assembly: AssemblyFileVersion("3.1.1")]
21-
[assembly: AssemblyInformationalVersion("3.1.1-ci")]
21+
[assembly: AssemblyInformationalVersion("3.1.1")]

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.1.1</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.1.1</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.1.1-%1']

0 commit comments

Comments
 (0)