From f5e27fae65dce4bb94c5ec0758e45a844935076d Mon Sep 17 00:00:00 2001 From: martinjw Date: Thu, 10 Oct 2024 13:09:42 +0200 Subject: [PATCH] Bump version --- CopyToSQLite/Properties/AssemblyInfo.cs | 4 ++-- DatabaseSchemaReader/DatabaseSchemaReader.csproj | 5 +++-- DatabaseSchemaReader/Properties/AssemblyInfo.cs | 4 ++-- DatabaseSchemaViewer/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CopyToSQLite/Properties/AssemblyInfo.cs b/CopyToSQLite/Properties/AssemblyInfo.cs index d62ff69b..4b941e07 100644 --- a/CopyToSQLite/Properties/AssemblyInfo.cs +++ b/CopyToSQLite/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.11.0.0")] -[assembly: AssemblyFileVersion("2.11.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.12.0.0")] +[assembly: AssemblyFileVersion("2.12.0.0")] \ No newline at end of file diff --git a/DatabaseSchemaReader/DatabaseSchemaReader.csproj b/DatabaseSchemaReader/DatabaseSchemaReader.csproj index 772cf158..c8382462 100644 --- a/DatabaseSchemaReader/DatabaseSchemaReader.csproj +++ b/DatabaseSchemaReader/DatabaseSchemaReader.csproj @@ -3,7 +3,7 @@ Any ADO provider can be read (SqlServer, SqlServer CE 4, MySQL, SQLite, System.Data.OracleClient, ODP, Devart, PostgreSql, DB2...) into a single standard model. DatabaseSchemaReader - 2.11.0 + 2.12.0 Martin Willey netstandard2.0;netstandard1.5;net45;net40;net35 true @@ -32,6 +32,7 @@ 2.10.0: Postgresql: support partial indexes (#140) 2.10.1: Postgresql: fix partial indexes generation (#140); sql server UDTs bug (#173) 2.11.0: SQLite: sqlGeneration of Drop Table If Exists (#179), multiple constraints on the same related table #184 + 2.12.0: Migrations: NOT NULL constraints named in ADD COLUMN #193 https://github.com/martinjw/dbschemareader git @@ -46,7 +47,7 @@ false false false - 2.11.0 + 2.12.0 Debug;Release;net45;Net4 MS-PL diff --git a/DatabaseSchemaReader/Properties/AssemblyInfo.cs b/DatabaseSchemaReader/Properties/AssemblyInfo.cs index aaed7041..33e85bf8 100644 --- a/DatabaseSchemaReader/Properties/AssemblyInfo.cs +++ b/DatabaseSchemaReader/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.11.0.0")] -[assembly: AssemblyFileVersion("2.11.0.0")] +[assembly: AssemblyVersion("2.12.0.0")] +[assembly: AssemblyFileVersion("2.12.0.0")] [assembly: CLSCompliant(true)] [assembly: InternalsVisibleTo("DatabaseSchemaReaderTest")] \ No newline at end of file diff --git a/DatabaseSchemaViewer/Properties/AssemblyInfo.cs b/DatabaseSchemaViewer/Properties/AssemblyInfo.cs index 0b7a2562..8c3db9af 100644 --- a/DatabaseSchemaViewer/Properties/AssemblyInfo.cs +++ b/DatabaseSchemaViewer/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.11.0.0")] -[assembly: AssemblyFileVersion("2.11.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.12.0.0")] +[assembly: AssemblyFileVersion("2.12.0.0")] \ No newline at end of file