From 4abfc9f2c238bccd7b5038636818759aabe0aa67 Mon Sep 17 00:00:00 2001 From: Michael Pendon Date: Wed, 30 Dec 2020 16:24:42 +0100 Subject: [PATCH] RepoDb v1.12.5 | Bundles v1.1.2 --- RepoDb.Core/RepoDb/RepoDb.csproj | 14 +++++-------- .../RepoDb.SqlServer.BulkOperations.csproj | 18 +++++++---------- .../RepoDb.MySql.IntegrationTests.csproj | 4 ++-- .../RepoDb.MySql.UnitTests.csproj | 2 +- RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj | 18 +++++++---------- ...oDb.MySqlConnector.IntegrationTests.csproj | 4 ++-- .../RepoDb.MySqlConnector.UnitTests.csproj | 2 +- .../RepoDb.MySqlConnector.csproj | 16 ++++++--------- .../RepoDb.PostgreSql.IntegrationTests.csproj | 4 ++-- .../RepoDb.PostgreSql.UnitTests.csproj | 2 +- .../RepoDb.PostgreSql.csproj | 18 +++++++---------- .../RepoDb.SqLite.IntegrationTests.csproj | 2 +- .../RepoDb.SqLite.UnitTests.csproj | 2 +- .../RepoDb.SqLite/RepoDb.SqLite.csproj | 20 ++++++++----------- .../RepoDb.SqlServer/RepoDb.SqlServer.csproj | 18 +++++++---------- 15 files changed, 58 insertions(+), 86 deletions(-) diff --git a/RepoDb.Core/RepoDb/RepoDb.csproj b/RepoDb.Core/RepoDb/RepoDb.csproj index b059ef9c4..a3e7dd5f6 100644 --- a/RepoDb.Core/RepoDb/RepoDb.csproj +++ b/RepoDb.Core/RepoDb/RepoDb.csproj @@ -3,27 +3,27 @@ netstandard2.0 Michael Camara Pendon - 1.12.5-beta6 + 1.12.5 RepoDb RepoDb A hybrid ORM library for .NET. Copyright © 2019 orm orm-framework orm-library hybrid-orm http://repodb.net/release/core - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.Core Github - 1.12.5.6 - 1.12.5.6 + 1.12.5.7 + 1.12.5.7 True False - RepoDb-64x64.png + LICENSE.txt @@ -90,10 +90,6 @@ True - - True - - diff --git a/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations.csproj b/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations.csproj index 1b159a637..ab8bd0eb6 100644 --- a/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations.csproj +++ b/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations/RepoDb.SqlServer.BulkOperations.csproj @@ -9,16 +9,16 @@ An extension library that contains the official Bulk Operations of RepoDb for SQL Server. Copyright © 2020 LICENSE.txt - http://repodb.net/ - RepoDb-64x64.png + https://repodb.net/ + https://github.com/mikependon/RepoDb/tree/master/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations Github orm orm-framework orm-library hybrid-orm bulk bulk-operations http://repodb.net/release/sqlserverbulk - 1.1.2-beta4 - 1.1.2.4 - 1.1.2.4 + 1.1.2 + 1.1.2.5 + 1.1.2.5 @@ -38,8 +38,8 @@ - - + + @@ -47,10 +47,6 @@ True - - True - - diff --git a/RepoDb.MySql/RepoDb.MySql.IntegrationTests/RepoDb.MySql.IntegrationTests.csproj b/RepoDb.MySql/RepoDb.MySql.IntegrationTests/RepoDb.MySql.IntegrationTests.csproj index 5df1eeb03..ae8413680 100644 --- a/RepoDb.MySql/RepoDb.MySql.IntegrationTests/RepoDb.MySql.IntegrationTests.csproj +++ b/RepoDb.MySql/RepoDb.MySql.IntegrationTests/RepoDb.MySql.IntegrationTests.csproj @@ -12,10 +12,10 @@ - + - + diff --git a/RepoDb.MySql/RepoDb.MySql.UnitTests/RepoDb.MySql.UnitTests.csproj b/RepoDb.MySql/RepoDb.MySql.UnitTests/RepoDb.MySql.UnitTests.csproj index dcb28cf2b..ad0d48e37 100644 --- a/RepoDb.MySql/RepoDb.MySql.UnitTests/RepoDb.MySql.UnitTests.csproj +++ b/RepoDb.MySql/RepoDb.MySql.UnitTests/RepoDb.MySql.UnitTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj b/RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj index e74fa517e..ff06f6efe 100644 --- a/RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj +++ b/RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj @@ -3,24 +3,24 @@ netstandard2.0 Michael Camara Pendon - 1.1.2 + 1.1.3 RepoDb RepoDb A hybrid .NET ORM library for MySql. Copyright © 2020 - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySql Github orm orm-framework orm-library hybrid-orm mysql mysql-orm http://repodb.net/release/mysql True False - 1.1.2.0 - 1.1.2.0 + 1.1.3.0 + 1.1.3.0 - RepoDb-64x64.png + LICENSE.txt @@ -40,8 +40,8 @@ - - + + @@ -57,10 +57,6 @@ True - - True - - diff --git a/RepoDb.MySqlConnector/RepoDb.MySqlConnector.IntegrationTests/RepoDb.MySqlConnector.IntegrationTests.csproj b/RepoDb.MySqlConnector/RepoDb.MySqlConnector.IntegrationTests/RepoDb.MySqlConnector.IntegrationTests.csproj index 291a27484..cc74176a8 100644 --- a/RepoDb.MySqlConnector/RepoDb.MySqlConnector.IntegrationTests/RepoDb.MySqlConnector.IntegrationTests.csproj +++ b/RepoDb.MySqlConnector/RepoDb.MySqlConnector.IntegrationTests/RepoDb.MySqlConnector.IntegrationTests.csproj @@ -12,10 +12,10 @@ - + - + diff --git a/RepoDb.MySqlConnector/RepoDb.MySqlConnector.UnitTests/RepoDb.MySqlConnector.UnitTests.csproj b/RepoDb.MySqlConnector/RepoDb.MySqlConnector.UnitTests/RepoDb.MySqlConnector.UnitTests.csproj index 74e41bf77..e84fadfe0 100644 --- a/RepoDb.MySqlConnector/RepoDb.MySqlConnector.UnitTests/RepoDb.MySqlConnector.UnitTests.csproj +++ b/RepoDb.MySqlConnector/RepoDb.MySqlConnector.UnitTests/RepoDb.MySqlConnector.UnitTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/RepoDb.MySqlConnector/RepoDb.MySqlConnector/RepoDb.MySqlConnector.csproj b/RepoDb.MySqlConnector/RepoDb.MySqlConnector/RepoDb.MySqlConnector.csproj index 150732113..014f756aa 100644 --- a/RepoDb.MySqlConnector/RepoDb.MySqlConnector/RepoDb.MySqlConnector.csproj +++ b/RepoDb.MySqlConnector/RepoDb.MySqlConnector/RepoDb.MySqlConnector.csproj @@ -3,24 +3,24 @@ netstandard2.0 Michael Camara Pendon, Bradley Grainger - 1.1.1 + 1.1.2 RepoDb RepoDb A hybrid .NET ORM library for MySQL (using MySqlConnector). Copyright © 2020 - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector Github orm orm-framework orm-library hybrid-orm mysql mysql-orm mysqlconnector http://repodb.net/release/mysqlconnector True False - 1.1.1.0 - 1.1.1.0 + 1.1.2.0 + 1.1.2.0 - RepoDb-64x64.png + LICENSE.txt @@ -40,7 +40,7 @@ - + @@ -57,10 +57,6 @@ True - - True - - diff --git a/RepoDb.PostgreSql/RepoDb.PostgreSql.IntegrationTests/RepoDb.PostgreSql.IntegrationTests.csproj b/RepoDb.PostgreSql/RepoDb.PostgreSql.IntegrationTests/RepoDb.PostgreSql.IntegrationTests.csproj index 84c3b61a0..9e10ba10e 100644 --- a/RepoDb.PostgreSql/RepoDb.PostgreSql.IntegrationTests/RepoDb.PostgreSql.IntegrationTests.csproj +++ b/RepoDb.PostgreSql/RepoDb.PostgreSql.IntegrationTests/RepoDb.PostgreSql.IntegrationTests.csproj @@ -7,10 +7,10 @@ - + - + diff --git a/RepoDb.PostgreSql/RepoDb.PostgreSql.UnitTests/RepoDb.PostgreSql.UnitTests.csproj b/RepoDb.PostgreSql/RepoDb.PostgreSql.UnitTests/RepoDb.PostgreSql.UnitTests.csproj index 1ec71e58d..9e8425197 100644 --- a/RepoDb.PostgreSql/RepoDb.PostgreSql.UnitTests/RepoDb.PostgreSql.UnitTests.csproj +++ b/RepoDb.PostgreSql/RepoDb.PostgreSql.UnitTests/RepoDb.PostgreSql.UnitTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/RepoDb.PostgreSql/RepoDb.PostgreSql/RepoDb.PostgreSql.csproj b/RepoDb.PostgreSql/RepoDb.PostgreSql/RepoDb.PostgreSql.csproj index ed1feb65c..91bfecf6a 100644 --- a/RepoDb.PostgreSql/RepoDb.PostgreSql/RepoDb.PostgreSql.csproj +++ b/RepoDb.PostgreSql/RepoDb.PostgreSql/RepoDb.PostgreSql.csproj @@ -3,23 +3,23 @@ netstandard2.0 Michael Camara Pendon - 1.1.1 + 1.1.2 RepoDb RepoDb A hybrid .NET ORM library for PostgreSql. Copyright © 2020 - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.PostgreSql Github orm orm-framework orm-library hybrid-orm npgsql npgsql-orm postgresql postgresql-orm http://repodb.net/release/postgresql True False - 1.1.1.0 - 1.1.1.0 + 1.1.2.0 + 1.1.2.0 LICENSE.txt - RepoDb-64x64.png + @@ -35,8 +35,8 @@ - - + + @@ -52,10 +52,6 @@ True - - True - - diff --git a/RepoDb.SqLite/RepoDb.SqLite.IntegrationTests/RepoDb.SqLite.IntegrationTests.csproj b/RepoDb.SqLite/RepoDb.SqLite.IntegrationTests/RepoDb.SqLite.IntegrationTests.csproj index 359fb74b8..205730252 100644 --- a/RepoDb.SqLite/RepoDb.SqLite.IntegrationTests/RepoDb.SqLite.IntegrationTests.csproj +++ b/RepoDb.SqLite/RepoDb.SqLite.IntegrationTests/RepoDb.SqLite.IntegrationTests.csproj @@ -12,7 +12,7 @@ - + diff --git a/RepoDb.SqLite/RepoDb.SqLite.UnitTests/RepoDb.SqLite.UnitTests.csproj b/RepoDb.SqLite/RepoDb.SqLite.UnitTests/RepoDb.SqLite.UnitTests.csproj index 8d131c75d..b32fb7de3 100644 --- a/RepoDb.SqLite/RepoDb.SqLite.UnitTests/RepoDb.SqLite.UnitTests.csproj +++ b/RepoDb.SqLite/RepoDb.SqLite.UnitTests/RepoDb.SqLite.UnitTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/RepoDb.SqLite/RepoDb.SqLite/RepoDb.SqLite.csproj b/RepoDb.SqLite/RepoDb.SqLite/RepoDb.SqLite.csproj index c475e1dbe..f5f32b453 100644 --- a/RepoDb.SqLite/RepoDb.SqLite/RepoDb.SqLite.csproj +++ b/RepoDb.SqLite/RepoDb.SqLite/RepoDb.SqLite.csproj @@ -3,24 +3,24 @@ netstandard2.0 Michael Camara Pendon - 1.1.1 + 1.1.2 RepoDb RepoDb A hybrid .NET ORM library for SqLite. Copyright © 2019 - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.SqLite Github orm orm-framework orm-library hybrid-orm sqlite sqlite-orm http://repodb.net/release/sqlite True False - 1.1.1.0 - 1.1.1.0 + 1.1.2.0 + 1.1.2.0 LICENSE.txt - RepoDb-64x64.png + @@ -35,9 +35,9 @@ - - - + + + @@ -53,10 +53,6 @@ True - - True - - diff --git a/RepoDb.SqlServer/RepoDb.SqlServer/RepoDb.SqlServer.csproj b/RepoDb.SqlServer/RepoDb.SqlServer/RepoDb.SqlServer.csproj index 1c949484b..c55ea93b5 100644 --- a/RepoDb.SqlServer/RepoDb.SqlServer/RepoDb.SqlServer.csproj +++ b/RepoDb.SqlServer/RepoDb.SqlServer/RepoDb.SqlServer.csproj @@ -2,22 +2,22 @@ netstandard2.0 - 1.1.1 + 1.1.2 LICENSE.txt - RepoDb-64x64.png + A hybrid .NET ORM library for SqlServer. RepoDb RepoDb Michael Camara Pendon Copyright © 2020 - http://repodb.net/ + https://repodb.net/ https://github.com/mikependon/RepoDb/tree/master/RepoDb.SqlServer Github orm orm-framework orm-library hybrid-orm sqlserver sqlserver-orm http://repodb.net/release/sqlserver - 1.1.1.0 - 1.1.1.0 + 1.1.2.0 + 1.1.2.0 true @@ -30,8 +30,8 @@ - - + + @@ -44,10 +44,6 @@ True - - True - -