Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Aug 27, 2019
1 parent 3561ec0 commit 019f2dc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SequelNet.Connector.MsSql/SequelNet.Connector.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<RepositoryUrl>https://github.com/danielgindi/SequelNet</RepositoryUrl>
<Product>Microsoft SQL Server connector for SequelNet</Product>
<PackageId>SequelNet.Connector.MsSql</PackageId>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SequelNet.Connector.MySql/SequelNet.Connector.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<RepositoryUrl>https://github.com/danielgindi/SequelNet</RepositoryUrl>
<Product>Oracle MySql connector for SequelNet</Product>
<PackageId>SequelNet.Connector.MySql</PackageId>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SequelNet.Connector.OleDb/SequelNet.Connector.OleDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<TargetFrameworkProfile />
<PackageId>SequelNet.Connector.OleDb</PackageId>
<Authors>Daniel Cohen Gindi</Authors>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<Product>Oracle MySql connector for SequelNet</Product>
<Copyright>Copyright Daniel Cohen Gindi (danielgindi@gmail.com) © 2009</Copyright>
<RepositoryUrl>https://github.com/danielgindi/SequelNet</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<RepositoryUrl>https://github.com/danielgindi/SequelNet</RepositoryUrl>
<Product>PostgreSQL connector for SequelNet</Product>
<PackageId>SequelNet.Connector.PostgreSQL</PackageId>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions SequelNet.SchemaGenerator.VSIX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]



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="0a283a43-25bf-454c-b5eb-3571c5c1864d" Version="2.0.3" Language="en-US" Publisher="Daniel Cohen Gindi" />
<Identity Id="0a283a43-25bf-454c-b5eb-3571c5c1864d" Version="3.0.0" Language="en-US" Publisher="Daniel Cohen Gindi" />
<DisplayName>SequelNet Schema Generator</DisplayName>
<Description xml:space="preserve">A schema code generator for SequelNet. Takes a pseudo-script, and outputs a full C# code.</Description>
<MoreInfo>https://github.com/danielgindi/SequelNet</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion SequelNet/SequelNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<Company />
<Product>SequelNet Data Access Layer</Product>
<Copyright>Copyright Daniel Cohen Gindi (danielgindi@gmail.com) © 2009</Copyright>
Expand Down

0 comments on commit 019f2dc

Please sign in to comment.