Skip to content

Commit

Permalink
Bump version to 4.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Feb 20, 2020
1 parent 07bf156 commit 9c96805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019 Preview
version: 4.1.3-{build}
version: 4.1.3.1-{build}
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>Copyright 2019 © The Npgsql Development Team</Copyright>
<Company>Npgsql</Company>
<VersionPrefix>4.1.3</VersionPrefix>
<VersionPrefix>4.1.3.1</VersionPrefix>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/npgsql/npgsql</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/VSIX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
// Specifically, the EF6 provider usuall depends on some old Npgsql, and trying to generate an EDM
// model from an existing database will fail because of this. The following line redirects the EF6
// to use our own Npgsql instead.
[assembly: ProvideBindingRedirection(AssemblyName = "Npgsql", NewVersion = "4.1.3.0", OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "4.1.3.0")]
[assembly: ProvideBindingRedirection(AssemblyName = "Npgsql", NewVersion = "4.1.3.1", OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "4.1.3.1")]
2 changes: 1 addition & 1 deletion src/VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Npgsql.VSIX.07074491-d0c6-4138-9d44-ea3f8920e84b" Version="4.1.3" Language="en-US" Publisher="npgsql" />
<Identity Id="Npgsql.VSIX.07074491-d0c6-4138-9d44-ea3f8920e84b" Version="4.1.3.1" Language="en-US" Publisher="npgsql" />
<DisplayName>Npgsql PostgreSQL Integration</DisplayName>
<Description xml:space="preserve">Allows you to connect to PostgreSQL from within Visual Studio via Server Explorer, create EF6 model from existing database, etc.</Description>
<MoreInfo>https://www.npgsql.org/doc/ddex.html</MoreInfo>
Expand Down

0 comments on commit 9c96805

Please sign in to comment.