Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 11, 2016
1 parent dbf2835 commit c55bef5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
// The following version attributes get rewritten by GitVersion as part of the build
[assembly: AssemblyVersion("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyInformationalVersion("3.1.1-ci")]
[assembly: AssemblyInformationalVersion("3.1.1")]
2 changes: 1 addition & 1 deletion src/EntityFramework5.Npgsql/EntityFramework5.Npgsql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>EntityFramework5.Npgsql</id>
<title>Npgsql for Entity Framework 5</title>
<version>$version$</version>
<version>3.1.1</version>
<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>
<owners>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno</owners>
<licenseUrl>https://github.com/npgsql/EntityFramework6.Npgsql/blob/dev/LICENSE.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>EntityFramework6.Npgsql</id>
<title>Npgsql for Entity Framework 6</title>
<version>$version$</version>
<version>3.1.1</version>
<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>
<owners>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno</owners>
<licenseUrl>https://github.com/npgsql/EntityFramework6.Npgsql/blob/dev/LICENSE.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion teamcity_set_version.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo ##teamcity[buildNumber '3.1.1-ci-%1']
echo ##teamcity[buildNumber '3.1.1-%1']

0 comments on commit c55bef5

Please sign in to comment.