Skip to content

Commit

Permalink
Bump Quartz* packages to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 4, 2024
1 parent 4cf552c commit 7c2439b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("3.4.0"),
new("3.10.0"),
new("3.13.0"),
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<PackageVersion Include="Oracle.ManagedDataAccess" Version="23.4.0" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.4.0" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageVersion Include="Quartz" Version="3.10.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.10.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.10.0" />
<PackageVersion Include="Quartz" Version="3.13.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.13.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.13.0" />
<PackageVersion Include="RabbitMQ.Client" Version="6.8.1" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.0" />
<PackageVersion Include="StrongNamer" Version="0.2.5" />
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 @@ -262,7 +262,7 @@ public static TheoryData<string> Quartz
theoryData.Add(string.Empty);
#else
theoryData.Add("3.4.0");
theoryData.Add("3.10.0");
theoryData.Add("3.13.0");
#endif
return theoryData;
}
Expand Down

0 comments on commit 7c2439b

Please sign in to comment.