diff --git a/CopyToSQLite/Properties/AssemblyInfo.cs b/CopyToSQLite/Properties/AssemblyInfo.cs index 48452750..f8e811cf 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.10.0.0")] +[assembly: AssemblyVersion("2.10.1.0")] [assembly: AssemblyFileVersion("2.10.1.0")] \ No newline at end of file diff --git a/DatabaseSchemaReader/DatabaseSchemaReader.csproj b/DatabaseSchemaReader/DatabaseSchemaReader.csproj index 3e33a90d..1dc8a49f 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.10.0 + 2.10.1 Martin Willey netstandard2.0;netstandard1.5;net45;net40;net35 true @@ -30,6 +30,7 @@ 2.9.0: Add extensions on schema for simpler sql generation 2.9.1: Granular batching for indexes fix (#170), user defined types extensions (#171,thanks @whibdev) 2.10.0: Postgresql: support partial indexes (#140) + 2.10.1: Postgresql: fix partial indexes generation (#140); sql server UDTs bug (#173) https://github.com/martinjw/dbschemareader git @@ -44,7 +45,7 @@ false false false - 2.10.0 + 2.10.1 Debug;Release;net45;Net4 MS-PL diff --git a/DatabaseSchemaViewer/Properties/AssemblyInfo.cs b/DatabaseSchemaViewer/Properties/AssemblyInfo.cs index 5e1049e4..08c3c204 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.10.0.0")] -[assembly: AssemblyFileVersion("2.10.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.10.1.0")] +[assembly: AssemblyFileVersion("2.10.1.0")] \ No newline at end of file