Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Updated System.Text.Json and MessagePack dependencies #135

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ _build/

# Ignore documentation built locally
build/


.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<PackageTags>knightbus;msgpack;messagepack</PackageTags>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.5.140" />
<PackageReference Include="MessagePack" Version="2.5.192" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions knightbus/src/KnightBus.Core/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# KnightBus.Core Changelog

# 16.1.4
* (patch) Updated System.Text.Json version

# 16.1.3
* (patch) Updated System.Text.Json version

Expand Down
4 changes: 2 additions & 2 deletions knightbus/src/KnightBus.Core/KnightBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>16.1.3</Version>
<Version>16.1.4</Version>
<PackageTags>knightbus;servicebus;esb;queues;messaging</PackageTags>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand All @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading