Skip to content

Commit

Permalink
Bump up version to 8.1.0
Browse files Browse the repository at this point in the history
Change-Id: I51e0dcbed13c1a30aa6d4ebe723452f67050e285
  • Loading branch information
omachavez committed May 16, 2023
1 parent c2c28ad commit 629d35e
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion EFCore/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>MySQL Entity Framework Core</Product>
<Copyright>Copyright (c) 2022, 2023, Oracle and/or its affiliates.</Copyright>
<Version>3.1.32.1+MySQL8.0.34</Version>
<Version>3.1.32.1+MySQL8.1.0</Version>
<Authors>Oracle</Authors>
<PackageTags>MySql;.NET Connector;MySql Entity Framework Core;netcore;.Net Core;MySql Conector/Net Entity Framework Core;coreclr;C/NET;C/Net Core</PackageTags>
<PackageIconUrl>http://www.mysql.com/common/logos/logo-mysql-170x115.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion EFCore5/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>MySQL Entity Framework Core</Product>
<Copyright>Copyright (c) 2022, 2023, Oracle and/or its affiliates.</Copyright>
<Version>5.0.17.3+MySQL8.0.34</Version>
<Version>5.0.17.3+MySQL8.1.0</Version>
<Authors>Oracle</Authors>
<PackageTags>MySql;.NET Connector;MySql Entity Framework Core;netcore;.Net Core;MySql Conector/Net Entity Framework Core;coreclr;C/NET;C/Net Core</PackageTags>
<PackageIconUrl>http://www.mysql.com/common/logos/logo-mysql-170x115.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion EFCore6/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>MySQL Entity Framework Core</Product>
<Copyright>Copyright (c) 2022, 2023, Oracle and/or its affiliates.</Copyright>
<Version>6.0.15+MySQL8.0.34</Version>
<Version>6.0.16+MySQL8.1.0</Version>
<Authors>Oracle</Authors>
<PackageTags>MySql;.NET Connector;MySql Entity Framework Core;netcore;.Net Core;MySql Conector/Net Entity Framework Core;coreclr;C/NET;C/Net Core</PackageTags>
<PackageIconUrl>http://www.mysql.com/common/logos/logo-mysql-170x115.png</PackageIconUrl>
Expand Down
4 changes: 2 additions & 2 deletions EFCore6/src/MySql.EntityFrameworkCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.16" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="6.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="6.0.16" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion EFCore7/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>MySQL Entity Framework Core</Product>
<Copyright>Copyright (c) 2022, 2023, Oracle and/or its affiliates.</Copyright>
<Version>7.0.4+MySQL8.0.34</Version>
<Version>7.0.5+MySQL8.1.0</Version>
<Authors>Oracle</Authors>
<PackageTags>MySql;.NET Connector;MySql Entity Framework Core;netcore;.Net Core;MySql Conector/Net Entity Framework Core;coreclr;C/NET;C/Net Core</PackageTags>
<PackageIconUrl>http://www.mysql.com/common/logos/logo-mysql-170x115.png</PackageIconUrl>
Expand Down
4 changes: 2 additions & 2 deletions EFCore7/src/MySql.EntityFrameworkCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="7.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion EntityFramework/src/MySql.Data.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Data.EntityFramework</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;netstandard2.1;</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Data.EntityFramework.CodeFirTests</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;netcoreapp3.1;</TargetFrameworks>
<AssemblyName>MySql.EntityFramework.Basic.Tests</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Data.EntityFramework.CodeFirst.Tests</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;netcoreapp3.1;</TargetFrameworks>
<AssemblyName>MySql.EntityFramework.CodeFirst.Tests</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Data.EntityFramework.Migrations.Tests</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;netcoreapp3.1;</TargetFrameworks>
<AssemblyName>MySql.EntityFramework.Migrations.Tests</AssemblyName>
Expand Down
4 changes: 2 additions & 2 deletions MySQL.Data/src/MySql.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<Project>
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />

<PropertyGroup>
<Description>MySql.Data.MySqlClient .Net Core Class Library</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<AssemblyName>MySql.Data</AssemblyName>
<TargetFrameworks>net462;net48;netstandard2.0;netstandard2.1;net6.0;net7.0;</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions MySQL.Data/src/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("8.0.34")]
[assembly: AssemblyInformationalVersion("8.0.34")]
[assembly: AssemblyVersion("8.1.0")]
[assembly: AssemblyInformationalVersion("8.1.0")]
[assembly: NeutralResourcesLanguage("en-US")]
2 changes: 1 addition & 1 deletion MySQL.Data/tests/MySql.Data.Tests/MySql.Data.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Title>MySql.Data.Tests</Title>
<Description>MySql.Data.Tests Class Library</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.</Copyright>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<Company>Oracle</Company>
<Product>MySql.Data.Tests</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Title>MySql.Data.Tests</Title>
<Description>MySql.Data.Tests Class Library</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.</Copyright>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<Company>Oracle</Company>
<Product>MySql.Data.Tests</Product>
Expand Down
2 changes: 1 addition & 1 deletion MySql.Web/src/MySql.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Web</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;net48;</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion MySql.Web/tests/MySql.Web.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MySql.Web.Tests</Description>
<Copyright>Copyright (c) 2016, 2023, Oracle and/or its affiliates.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>8.0.34</Version>
<Version>8.1.0</Version>
<Authors>Oracle</Authors>
<TargetFrameworks>net462;net48;</TargetFrameworks>
<AssemblyName>MySql.Web.Tests</AssemblyName>
Expand Down

0 comments on commit 629d35e

Please sign in to comment.