Bump NServiceBus from 8.1.3 to 8.1.4 (#3010)
* Bump NServiceBus from 8.1.3 to 8.1.4 Bumps [NServiceBus](https://github.com/Particular/NServiceBus) from 8.1.3 to 8.1.4. - [Release notes](https://github.com/Particular/NServiceBus/releases) - [Commits](https://github.com/Particular/NServiceBus/compare/8.1.3...8.1.4) --- updated-dependencies: - dependency-name: NServiceBus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Genereated files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
parent
ccc66221e5
commit
2e0905ede3
|
|
@ -119,7 +119,7 @@ public static class LibraryVersion
|
|||
new List<PackageBuildInfo>
|
||||
{
|
||||
new("8.0.0"),
|
||||
new("8.1.3"),
|
||||
new("8.1.4"),
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<PackageVersion Include="NSubstitute" Version="5.1.0" />
|
||||
<PackageVersion Include="MySqlConnector" Version="2.2.7" />
|
||||
<PackageVersion Include="MySql.Data" Version="8.1.0" />
|
||||
<PackageVersion Include="NServiceBus" Version="8.1.3" />
|
||||
<PackageVersion Include="NServiceBus" Version="8.1.4" />
|
||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageVersion Include="Npgsql" Version="7.0.6" />
|
||||
<PackageVersion Include="NuGet.Versioning" Version="6.5.0" />
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ public static class LibraryVersion
|
|||
new object[] { string.Empty }
|
||||
#else
|
||||
new object[] { "8.0.0" },
|
||||
new object[] { "8.1.3" },
|
||||
new object[] { "8.1.4" },
|
||||
#endif
|
||||
};
|
||||
public static readonly IReadOnlyCollection<object[]> Quartz = new List<object[]>
|
||||
|
|
|
|||
Loading…
Reference in New Issue