Skip to content

Commit

Permalink
Bump version to 4.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 18, 2022
1 parent dfe187e commit 03cfced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- Package configuration -->
<PropertyGroup>
<Copyright>Copyright 2020 © The Npgsql Development Team</Copyright>
<Copyright>Copyright 2022 © The Npgsql Development Team</Copyright>
<Company>Npgsql</Company>
<VersionPrefix>4.1.12</VersionPrefix>
<VersionPrefix>4.1.13</VersionPrefix>
<NoWarn>NU5105</NoWarn>
<WarningsNotAsErrors>nullable</WarningsNotAsErrors>

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.12.0", OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "4.1.12.0")]
[assembly: ProvideBindingRedirection(AssemblyName = "Npgsql", NewVersion = "4.1.13.0", OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "4.1.13.0")]
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.12" Language="en-US" Publisher="npgsql" />
<Identity Id="Npgsql.VSIX.07074491-d0c6-4138-9d44-ea3f8920e84b" Version="4.1.13" 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 03cfced

Please sign in to comment.