Skip to content

Commit c33daad

Browse files
committed
Bump version to 3.1.0
1 parent a331550 commit c33daad

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.0.0")]
20-
[assembly: AssemblyFileVersion("3.1.0.0")]
21-
[assembly: AssemblyInformationalVersion("3.1.0-beta7-1+Branch.develop.Sha.a017bfc066ce372041992d892423c34089090402")]
19+
[assembly: AssemblyVersion("3.1.0")]
20+
[assembly: AssemblyFileVersion("3.1.0")]
21+
[assembly: AssemblyInformationalVersion("3.1.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>3.0.8</version>
6+
<version>3.1.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.1.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo ##teamcity[buildNumber '3.1.0-%1']

0 commit comments

Comments
 (0)