Skip to content

Commit

Permalink
MySql.Data to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Jan 17, 2024
1 parent 6f72724 commit d1068e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("8.1.0"),
new("8.2.0"),
new("8.3.0"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageVersion Include="MongoDB.Driver" Version="2.23.1" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="MySqlConnector" Version="2.3.4" />
<PackageVersion Include="MySql.Data" Version="8.2.0" />
<PackageVersion Include="MySql.Data" Version="8.3.0" />
<PackageVersion Include="NServiceBus" Version="8.1.6" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Npgsql" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "8.1.0" },
new object[] { "8.2.0" },
new object[] { "8.3.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> Npgsql = new List<object[]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="MySql.Data" VersionOverride="$(LibraryVersion)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
<PackageReference Include="Google.Protobuf" VersionOverride="3.22.5" />
<PackageReference Include="Google.Protobuf" VersionOverride="3.22.5" Condition="'$(LibraryVersion)' != '' and '$(LibraryVersion)'&lt;'8.3.0'"/>
</ItemGroup>

</Project>

0 comments on commit d1068e0

Please sign in to comment.