chore(deps): update nuget packages #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.5->2.5.13.7.101.46->3.7.501.223.7.101.36->3.7.501.286.2.0->6.3.08.0.0->8.4.02.50.0->2.71.02.50.0->2.71.07.1.3->7.1.86.0.9->6.0.362.5.12->2.7.07.0.0->7.0.47.0.4->7.0.207.0.0->7.0.17.0.4->7.0.2017.4.0->17.14.11.17.0->1.22.12.19.1->2.30.01.3.0->1.5.04.18.3->4.20.723.13.3->3.14.03.3.0->3.10.04.3.1->4.6.01.4.0->1.13.11.4.0->1.13.11.4.0->1.13.11.0.0-rc9.14->1.13.06.4.0->6.8.12.6.80->2.9.326.0.1->6.0.33.1.2->3.2.05.12.0->5.20.0Release Notes
Azure/amqpnetlite (AMQPNetLite.Core)
v2.5.1: Release 2.5.1[#626] Prevent unobserved task exception when closing the WebSocket.
Test improvements
v2.5.0: Release 2.5.0Fixes and improvements:
[#587] Write delivery out side of session's lock
[#590] ConnectionFactory: support CancellationToken
[#595] Connection pump blocked in synchronous continuation
Added new framework targets: net48
Updated SslProtocols default for newer platforms/frameworks
Supported FlushAsync in transport
Supported asynchronous SASL profile initialization and command processing
Deprecated netmf 4.2, 4.3, netcore451 that are only supported by VS 2015. Moved all projects to VS 2019.
v2.4.11: Release 2.4.11Fixes,
v2.4.10: Release 2.4.10Changes:
v2.4.9: Release 2.4.9Fixed the following issues:
v2.4.8: Release 2.4.8Fixes:
v2.4.7: Release 2.4.7[#570] ConnectionFactory should fail connection as early as possible.
[#573] Improve memory usage: dispose SocketAsyncEventArgs objects in TcpTransport.
v2.4.6: Release 2.4.6[#553] Sending an AMQP message from an ASP.NET 4.7.2 page request context
[#557] Transaction Support for SendAsync in .NET Core
[#566] Support custom message format (no custom encoding)
aws/aws-sdk-net (AWSSDK.S3)
v3.7.500v3.7.420v3.7.419v3.7.418.1Compare Source
v3.7.418v3.7.417v3.7.416v3.7.414v3.7.413.3Compare Source
v3.7.413.2Compare Source
v3.7.413.1Compare Source
v3.7.413v3.7.411v3.7.410v3.7.408v3.7.407v3.7.406.1Compare Source
v3.7.406v3.7.404v3.7.403.1Compare Source
v3.7.403v3.7.402v3.7.401v3.7.400v3.7.308v3.7.306v3.7.305v3.7.304v3.7.303Compare Source
v3.7.302v3.7.301v3.7.300v3.7.204v3.7.202v3.7.200v3.7.108v3.7.107v3.7.105v3.7.104v3.7.103v3.7.102CommunityToolkit/dotnet (CommunityToolkit.HighPerformance)
v8.4.0: 8.4.0What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0
v8.3.2: 8.3.2This hotfix release updates the build time validation for the Windows SDK projections, when using the .NET 9 SDK.
What's Changed 🆕
v8.3.1: 8.3.1This hotfix release includes build time validation for the Windows SDK projections, to improve the developer experience.
What's Changed 🆕
v8.3.0: 8.3.0What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.2.2...v8.3.0
Note ℹ️
If you're consuming the MVVM Toolkit from
net8.0-windows10.0.xxxxx.0, you'll either need the latest servicing update of the .NET 8 SDK (ie. > 8.0.403), or as a temporary workaround you can manually specify the Windows SDK package version in your .csproj, as follows:Where "xxxxx" should match the Windows SDK you're targeting (in your "TargetFramework" property).
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.26100.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22621.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22000.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.20348.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.19041.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.18362.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.41
v8.2.2: 8.2.2What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.2.1...v8.2.2
v8.2.1: 8.2.1What's Changed 🆕
New Contributors 🙌
Full Changelog: CommunityToolkit/dotnet@v8.2.0...v8.2.1
v8.2.0: 8.2.0Release blog post: https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/.
What's Changed 🆕
New Contributors 🙌
Full Changelog: CommunityToolkit/dotnet@v8.1.0...v8.2.0
v8.1.0: 8.1.0Breaking changes (since 8.0.0) 💥
Ref<T>-like types in the HighPerformance package are now .NET 7 only (they were all marked as preview)LockExtensions(which was marked as preview)StreamExtensions.Read<T>method now throws anEndOfStreamExceptionwhen reaching end of stream[NotNull]and[NotNullIfNotNull])What's changed (since 8.0.0) 🆕
New Contributors
grpc/grpc-dotnet (Grpc.AspNetCore.Web)
v2.71.0What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0
v2.70.0What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.