From bcf57957cb6a54fa17ae487a323138f8ee5b4f5d Mon Sep 17 00:00:00 2001 From: Martin Willey Date: Thu, 13 May 2021 14:31:38 +0200 Subject: [PATCH] Bump version --- CopyToSQLite/Properties/AssemblyInfo.cs | 4 +- .../DatabaseSchemaReader - Backup.csproj | 93 +++++++++++++++++++ .../DatabaseSchemaReader.csproj | 11 ++- .../Properties/AssemblyInfo.cs | 4 +- .../DatabaseSchemaReaderTest.csproj | 16 ++-- .../Properties/AssemblyInfo.cs | 4 +- DatabaseSchemaReaderTest/packages.config | 6 +- .../Properties/AssemblyInfo.cs | 4 +- 8 files changed, 119 insertions(+), 23 deletions(-) create mode 100644 DatabaseSchemaReader/DatabaseSchemaReader - Backup.csproj diff --git a/CopyToSQLite/Properties/AssemblyInfo.cs b/CopyToSQLite/Properties/AssemblyInfo.cs index fbbd0cef..1b04b671 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.7.6.0")] -[assembly: AssemblyFileVersion("2.7.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.7.7.0")] +[assembly: AssemblyFileVersion("2.7.7.0")] \ No newline at end of file diff --git a/DatabaseSchemaReader/DatabaseSchemaReader - Backup.csproj b/DatabaseSchemaReader/DatabaseSchemaReader - Backup.csproj new file mode 100644 index 00000000..90781e56 --- /dev/null +++ b/DatabaseSchemaReader/DatabaseSchemaReader - Backup.csproj @@ -0,0 +1,93 @@ + + + + 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.7.7 + Martin Willey + netstandard2.0;netstandard1.5;net45;net40;net35 + true + DatabaseSchemaReader + DatabaseSchemaReader + ADO;Entity Framework Code First;SQLServer;SQLite;Oracle;MySQL;PostgreSql;Schema;Database + +2.7.3: MySql time mapping thanks @tonyliving +2.7.4: Postgresql table list exclude views thanks @thomasjoscht +2.7.5: SqlLite Compound primary keys thanks @zls3201 +2.7.6: PostgreSql MigrationGenerator cascade escaping thanks @groogiam +2.7.7: fixes null 'RefersToTable' of FK when only one table is read thanks @mjalil + + https://github.com/martinjw/dbschemareader + http://www.microsoft.com/en-us/openness/licenses.aspx#MPL + git + https://github.com/martinjw/dbschemareader + $(PackageTargetFallback);dnxcore50 + 1.6.0 + false + false + false + false + false + false + false + 2.7.6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TRACE;DEBUG;NET4 + + + + TRACE;DEBUG;COREFX;NETSTANDARD2_0; + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DatabaseSchemaReader/DatabaseSchemaReader.csproj b/DatabaseSchemaReader/DatabaseSchemaReader.csproj index 13185e6b..f722bda7 100644 --- a/DatabaseSchemaReader/DatabaseSchemaReader.csproj +++ b/DatabaseSchemaReader/DatabaseSchemaReader.csproj @@ -3,17 +3,20 @@ 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.7.3 + 2.7.7 Martin Willey netstandard2.0;netstandard1.5;net45;net40;net35 true DatabaseSchemaReader DatabaseSchemaReader ADO;Entity Framework Code First;SQLServer;SQLite;Oracle;MySQL;PostgreSql;Schema;Database - 2.7.3: MySql time mapping thanks @tonyliving + +2.7.3: MySql time mapping thanks @tonyliving 2.7.4: Postgresql table list exclude views thanks @thomasjoscht 2.7.5: SqlLite Compound primary keys thanks @zls3201 -2.7.6: PostgreSql MigrationGenerator cascade escaping thanks @groogiam +2.7.6: PostgreSql MigrationGenerator cascade escaping thanks @groogiam +2.7.7: fixes null 'RefersToTable' of FK when only one table is read thanks @mjalil + https://github.com/martinjw/dbschemareader http://www.microsoft.com/en-us/openness/licenses.aspx#MPL git @@ -27,7 +30,7 @@ false false false - 2.7.6 + 2.7.7 diff --git a/DatabaseSchemaReader/Properties/AssemblyInfo.cs b/DatabaseSchemaReader/Properties/AssemblyInfo.cs index 52cd4af1..31102a26 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.7.6.0")] -[assembly: AssemblyFileVersion("2.7.6.0")] +[assembly: AssemblyVersion("2.7.7.0")] +[assembly: AssemblyFileVersion("2.7.7.0")] [assembly: CLSCompliant(true)] [assembly: InternalsVisibleTo("DatabaseSchemaReaderTest")] \ No newline at end of file diff --git a/DatabaseSchemaReaderTest/DatabaseSchemaReaderTest.csproj b/DatabaseSchemaReaderTest/DatabaseSchemaReaderTest.csproj index e504742f..6ae21af1 100644 --- a/DatabaseSchemaReaderTest/DatabaseSchemaReaderTest.csproj +++ b/DatabaseSchemaReaderTest/DatabaseSchemaReaderTest.csproj @@ -59,8 +59,8 @@ ..\packages\FirebirdSql.Data.FirebirdClient.7.10.1\lib\net452\FirebirdSql.Data.FirebirdClient.dll - - ..\packages\Google.Protobuf.3.11.4\lib\net45\Google.Protobuf.dll + + ..\packages\Google.Protobuf.3.14.0\lib\net45\Google.Protobuf.dll ..\packages\K4os.Compression.LZ4.1.1.11\lib\net46\K4os.Compression.LZ4.dll @@ -111,11 +111,11 @@ ..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll True - - ..\packages\MySql.Data.8.0.23\lib\net452\MySql.Data.dll + + ..\packages\MySql.Data.8.0.25\lib\net452\MySql.Data.dll - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll @@ -169,10 +169,10 @@ - ..\packages\MySql.Data.8.0.23\lib\net452\Ubiety.Dns.Core.dll + ..\packages\MySql.Data.8.0.25\lib\net452\Ubiety.Dns.Core.dll - ..\packages\MySql.Data.8.0.23\lib\net452\Zstandard.Net.dll + ..\packages\MySql.Data.8.0.25\lib\net452\Zstandard.Net.dll diff --git a/DatabaseSchemaReaderTest/Properties/AssemblyInfo.cs b/DatabaseSchemaReaderTest/Properties/AssemblyInfo.cs index 11b64039..bccd262c 100644 --- a/DatabaseSchemaReaderTest/Properties/AssemblyInfo.cs +++ b/DatabaseSchemaReaderTest/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("2.7.5.0")] -[assembly: AssemblyFileVersion("2.7.5.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.7.7.0")] +[assembly: AssemblyFileVersion("2.7.7.0")] \ No newline at end of file diff --git a/DatabaseSchemaReaderTest/packages.config b/DatabaseSchemaReaderTest/packages.config index 8d28d6ae..3d61c1a7 100644 --- a/DatabaseSchemaReaderTest/packages.config +++ b/DatabaseSchemaReaderTest/packages.config @@ -2,7 +2,7 @@ - + @@ -17,8 +17,8 @@ - - + + diff --git a/DatabaseSchemaViewer/Properties/AssemblyInfo.cs b/DatabaseSchemaViewer/Properties/AssemblyInfo.cs index 203f3842..73568c29 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.7.6.0")] -[assembly: AssemblyFileVersion("2.7.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.7.7.0")] +[assembly: AssemblyFileVersion("2.7.7.0")] \ No newline at end of file