Skip to content

Commit

Permalink
Package upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jul 30, 2024
1 parent 73ed787 commit f41c781
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Esb.MessageForwarding/.package/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Shuttle.Esb.MessageForwarding</id>
<version>14.0.1</version>
<version>15.0.0</version>
<authors>Eben Roux</authors>
<owners>Eben Roux</owners>
<license type="expression">BSD-3-Clause</license>
Expand All @@ -16,7 +16,7 @@
<copyright>Copyright (c) 2024, Eben Roux</copyright>
<tags></tags>
<dependencies>
<dependency id="Shuttle.Esb" version="14.0.1" />
<dependency id="Shuttle.Esb" version="15.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Esb.MessageForwarding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
[assembly: AssemblyTitle(".NET Standard")]
#endif

[assembly: AssemblyVersion("14.0.1.0")]
[assembly: AssemblyVersion("15.0.0.0")]
[assembly: AssemblyCopyright("Copyright (c) 2024, Eben Roux")]
[assembly: AssemblyProduct("Shuttle.Esb.MessageForwarding")]
[assembly: AssemblyCompany("Eben Roux")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("14.0.1")]
[assembly: AssemblyInformationalVersion("15.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Shuttle.Esb" Version="14.0.1" />
<PackageReference Include="Shuttle.Esb" Version="15.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f41c781

Please sign in to comment.