Skip to content

Commit

Permalink
Merge pull request #689 from mikependon/repodb-fixes
Browse files Browse the repository at this point in the history
RepoDb v1.12.5 | Bundles v1.1.2
  • Loading branch information
mikependon committed Dec 30, 2020
2 parents 641f7b7 + 4abfc9f commit 5472110
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 86 deletions.
14 changes: 5 additions & 9 deletions RepoDb.Core/RepoDb/RepoDb.csproj
Expand Up @@ -3,27 +3,27 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Michael Camara Pendon</Authors>
<Version>1.12.5-beta6</Version>
<Version>1.12.5</Version>
<Company>RepoDb</Company>
<Product>RepoDb</Product>
<Description>A hybrid ORM library for .NET.</Description>
<Copyright>Copyright © 2019</Copyright>
<PackageTags>orm orm-framework orm-library hybrid-orm</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/core</PackageReleaseNotes>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.Core</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<NeutralLanguage></NeutralLanguage>
<PostBuildEvent></PostBuildEvent>
<PreBuildEvent></PreBuildEvent>
<AssemblyVersion>1.12.5.6</AssemblyVersion>
<FileVersion>1.12.5.6</FileVersion>
<AssemblyVersion>1.12.5.7</AssemblyVersion>
<FileVersion>1.12.5.7</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageIcon></PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

Expand Down Expand Up @@ -90,10 +90,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>

Expand Down
Expand Up @@ -9,16 +9,16 @@
<Description>An extension library that contains the official Bulk Operations of RepoDb for SQL Server.</Description>
<Copyright>Copyright © 2020</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<PackageIcon></PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.Extensions/RepoDb.SqlServer.BulkOperations</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>orm orm-framework orm-library hybrid-orm bulk bulk-operations</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/sqlserverbulk</PackageReleaseNotes>
<Version>1.1.2-beta4</Version>
<FileVersion>1.1.2.4</FileVersion>
<AssemblyVersion>1.1.2.4</AssemblyVersion>
<Version>1.1.2</Version>
<FileVersion>1.1.2.5</FileVersion>
<AssemblyVersion>1.1.2.5</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -38,19 +38,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="RepoDb" Version="1.12.5-beta5" />
<PackageReference Include="RepoDb.SqlServer" Version="1.1.1" />
<PackageReference Include="RepoDb" Version="1.12.5" />
<PackageReference Include="RepoDb.SqlServer" Version="1.1.2" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="MySql.Data" Version="8.0.21" />
<PackageReference Include="MySql.Data" Version="8.0.22" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
</ItemGroup>
Expand Down
18 changes: 7 additions & 11 deletions RepoDb.MySql/RepoDb.MySql/RepoDb.MySql.csproj
Expand Up @@ -3,24 +3,24 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Michael Camara Pendon</Authors>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Company>RepoDb</Company>
<Product>RepoDb</Product>
<Description>A hybrid .NET ORM library for MySql.</Description>
<Copyright>Copyright © 2020</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySql</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>orm orm-framework orm-library hybrid-orm mysql mysql-orm</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/mysql</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageIcon></PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

Expand All @@ -40,8 +40,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.21" />
<PackageReference Include="RepoDb" Version="1.12.4" />
<PackageReference Include="MySql.Data" Version="8.0.22" />
<PackageReference Include="RepoDb" Version="1.12.5" />
</ItemGroup>

<ItemGroup>
Expand All @@ -57,10 +57,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="MySqlConnector" Version="1.0.1" />
<PackageReference Include="MySqlConnector" Version="1.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
</ItemGroup>
Expand Down
Expand Up @@ -3,24 +3,24 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Michael Camara Pendon, Bradley Grainger</Authors>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Company>RepoDb</Company>
<Product>RepoDb</Product>
<Description>A hybrid .NET ORM library for MySQL (using MySqlConnector).</Description>
<Copyright>Copyright © 2020</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>orm orm-framework orm-library hybrid-orm mysql mysql-orm mysqlconnector</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/mysqlconnector</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageIcon></PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

Expand All @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MySqlConnector" Version="1.0.1" />
<PackageReference Include="MySqlConnector" Version="1.2.1" />
<PackageReference Include="RepoDb" Version="1.12.4" />
</ItemGroup>

Expand All @@ -57,10 +57,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="Npgsql" Version="4.1.5" />
<PackageReference Include="Npgsql" Version="5.0.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="coverlet.collector" Version="1.3.0">
Expand Down
18 changes: 7 additions & 11 deletions RepoDb.PostgreSql/RepoDb.PostgreSql/RepoDb.PostgreSql.csproj
Expand Up @@ -3,23 +3,23 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Michael Camara Pendon</Authors>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Company>RepoDb</Company>
<Product>RepoDb</Product>
<Description>A hybrid .NET ORM library for PostgreSql.</Description>
<Copyright>Copyright © 2020</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.PostgreSql</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>orm orm-framework orm-library hybrid-orm npgsql npgsql-orm postgresql postgresql-orm</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/postgresql</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageIcon></PackageIcon>
<PackageIconUrl />
</PropertyGroup>

Expand All @@ -35,8 +35,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.5" />
<PackageReference Include="RepoDb" Version="1.12.4" />
<PackageReference Include="Npgsql" Version="5.0.1.1" />
<PackageReference Include="RepoDb" Version="1.12.5" />
</ItemGroup>

<ItemGroup>
Expand All @@ -52,10 +52,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
</ItemGroup>
Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
</ItemGroup>
Expand Down
20 changes: 8 additions & 12 deletions RepoDb.SqLite/RepoDb.SqLite/RepoDb.SqLite.csproj
Expand Up @@ -3,24 +3,24 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Michael Camara Pendon</Authors>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Company>RepoDb</Company>
<Product>RepoDb</Product>
<Description>A hybrid .NET ORM library for SqLite.</Description>
<Copyright>Copyright © 2019</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>http://repodb.net/</PackageProjectUrl>
<PackageProjectUrl>https://repodb.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/mikependon/RepoDb/tree/master/RepoDb.SqLite</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>orm orm-framework orm-library hybrid-orm sqlite sqlite-orm</PackageTags>
<PackageReleaseNotes>http://repodb.net/release/sqlite</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>RepoDb-64x64.png</PackageIcon>
<PackageIcon></PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -35,9 +35,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.8" />
<PackageReference Include="RepoDb" Version="1.12.4" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.1" />
<PackageReference Include="RepoDb" Version="1.12.5" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.7" />
</ItemGroup>

<ItemGroup>
Expand All @@ -53,10 +53,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\RepoDb.Raw\Icons\RepoDb-64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 5472110

Please sign in to comment.