Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 1ac7fea

Browse files
Bump Rebus from 8.0.1 to 8.0.2 in /src
Bumps [Rebus](https://github.com/rebus-org/Rebus) from 8.0.1 to 8.0.2. - [Changelog](https://github.com/rebus-org/Rebus/blob/master/CHANGELOG.md) - [Commits](rebus-org/Rebus@8.0.1...8.0.2) --- updated-dependencies: - dependency-name: Rebus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c3c89b commit 1ac7fea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Rebus.Newtonsoft.Encryption.Tests/Rebus.Newtonsoft.Encryption.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" PrivateAssets="all" />
99
<PackageReference Include="Xunit" Version="2.6.1" />
1010
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
11-
<PackageReference Include="Rebus" Version="8.0.1" />
11+
<PackageReference Include="Rebus" Version="8.0.2" />
1212
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" />
1313
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
1414
<ProjectReference Include="..\Rebus.Newtonsoft.Encryption\Rebus.Newtonsoft.Encryption.csproj" />

src/Rebus.Newtonsoft.Encryption/Rebus.Newtonsoft.Encryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
88
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
9-
<PackageReference Include="Rebus" Version="8.0.1" />
9+
<PackageReference Include="Rebus" Version="8.0.2" />
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1111
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
1212
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />

src/RebusSample/RebusSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<EmbeddedResource Remove="RebusSample\**" />
1010
<None Remove="RebusSample\**" />
1111

12-
<PackageReference Include="Rebus" Version="8.0.1" />
12+
<PackageReference Include="Rebus" Version="8.0.2" />
1313
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
1414
<ProjectReference Include="..\Rebus.Newtonsoft.Encryption\Rebus.Newtonsoft.Encryption.csproj" />
1515
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />

0 commit comments

Comments
 (0)