Skip to content

Commit bbe883f

Browse files
committed
updated eventbus version
1 parent 961cdc0 commit bbe883f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Biplov.EventBus.RabbitMQ.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Authors>Biplov KC</Authors>
@@ -30,11 +30,11 @@
3030
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<None Include="../README.md" Pack="true" PackagePath="."/>
33+
<None Include="../README.md" Pack="true" PackagePath="." />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
37-
<PackageReference Include="Biplov.EventBus" Version="0.1.4" />
37+
<PackageReference Include="Biplov.EventBus" Version="0.1.6" />
3838
<PackageReference Include="Polly" Version="7.2.3" />
3939
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />
4040
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />

0 commit comments

Comments
 (0)