chore: Bump the all-nuget group with 4 updates #30
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.
Updated CounterStrikeSharp.API from 1.0.346 to 1.0.347.
Release notes
Sourced from CounterStrikeSharp.API's releases.
1.0.347
What's Changed in v1.0.347
generated/subfolder (f32e745)4399ff0to07c708aby @dependabot[bot] in #1101 (0322548)84a823dtoda981a8by @dependabot[bot] in #1108 (e4b1a35)53da9bcto7af53a5by @dependabot[bot] in #1109 (fd8defc)Please refer to CHANGELOG.md for details.
Commits viewable in compare view.
Updated MaxMind.GeoIP2 from 5.3.0 to 5.4.0.
Release notes
Sourced from MaxMind.GeoIP2's releases.
5.4.0
Anonymizerobject has been added toInsightsResponse. This objectprovides anonymizer-related data including VPN confidence scoring, provider
name detection, and network last seen date. This data is available from the
GeoIP2 Insights web service.
IpRiskSnapshotproperty has been added toMaxMind.GeoIP2.Model.Traits.This provides a risk score associated with the IP address, ranging from 0.01
to 99. Higher scores indicate greater risk. This is available from the GeoIP2
Insights web service.
MaxMind.GeoIP2.Model.Traitshave been markedObsoleteand users should migrate to using theAnonymizerobject on theresponse instead:
IsAnonymous,IsAnonymousVpn,IsHostingProvider,IsPublicProxy,IsResidentialProxy, andIsTorExitNode. These propertieswill continue to work but are deprecated in favor of the new
Anonymizerobject.
MaxMind.GeoIP2.Model.Anonymizerclass has been added with thefollowing properties:
Confidence- A score ranging from 1 to 99 representing percent confidencethat the network is currently part of an actively used VPN service.
IsAnonymous- Indicates whether the IP belongs to any sort of anonymousnetwork.
IsAnonymousVpn- True if the IP is registered to an anonymous VPN provider.IsHostingProvider- True if the IP belongs to a hosting or VPN provider.IsPublicProxy- True if the IP belongs to a public proxy.IsResidentialProxy- True if the IP is on a suspected anonymizing networkand belongs to a residential ISP.
IsTorExitNode- True if the IP belongs to a Tor exit node.NetworkLastSeen- The last day the network was sighted in analysis ofanonymized networks (available on .NET 6.0+ as
DateOnly).ProviderName- The name of the VPN provider associated with the network.Commits viewable in compare view.
Updated MySqlConnector from 2.4.0 to 2.5.0.
Release notes
Sourced from MySqlConnector's releases.
2.5.0
2.5.0
MySqlConnection.Statewill be set toConnectionState.Brokenwhen there is a network error: #1599.ConnectionState.Closedbut the connection wasn't truly closed.MySqlConnection.Close()to fully close the connection before callingOpen()again..Dispose()(ideally with ausingdeclaration) and create a newMySqlConnectioninstance to recover from failure.MySqlConnection.ResetConnectionAsyncwill consistently throw aMySqlException: #1602.PARSECauthentication: #1540, #1606.VECTORdata type: #1549.COM_STMT_SEND_LONG_DATAto stream large parameter values: #943.MySqlConnectorTracingOptionsand builder APIs to configure tracing output: #1524.Guidvalues from stored procedure out parameters: #1528.MySqlDbTypewith[DbProviderSpecificTypeProperty(true)]: #1557.mysql.proc: #1547.MySqlBulkCopyauto-detected column mappings: #1568.Foreign Keysschema SQL syntax: #1601.caching_sha2_password: #1562.System.Threading.Lockfor .NET 9.0+.PemEncodingin .NET 5.0+ and UTF-8 methods in .NET 10.0+.2.5.0-beta.1
2.5.0 Beta 1
MySqlConnection.Statewill be set toConnectionState.Brokenwhen there is a network error: #1599.ConnectionState.Closedbut the connection wasn't truly closed.MySqlConnection.Close()to fully close the connection before callingOpen()again..Dispose()(ideally with ausingdeclaration) and create a newMySqlConnectioninstance to recover from failure.MySqlConnection.ResetConnectionAsyncwill consistently throw aMySqlException: #1602.PARSECauthentication: #1540.VECTORdata type: #1549.COM_STMT_SEND_LONG_DATAto stream large parameter values: #943.MySqlConnectorTracingOptionsand builder APIs to configure tracing output: #1524.Guidvalues from stored procedure out parameters: #1528.MySqlDbTypewith[DbProviderSpecificTypeProperty(true)]: #1557.mysql.proc: #1547.MySqlBulkCopyauto-detected column mappings: #1568.Foreign Keysschema SQL syntax: #1601.caching_sha2_password: #1562.System.Threading.Lockfor .NET 9.0+.PemEncodingin .NET 5.0+ and UTF-8 methods in .NET 10.0+.Commits viewable in compare view.
Updated Serilog.Extensions.Logging from 9.0.2 to 10.0.0.
Release notes
Sourced from Serilog.Extensions.Logging's releases.
10.0.0
What's Changed
net10.0target by @nblumhardt in Add anet10.0target serilog/serilog-extensions-logging#282Full Changelog: serilog/serilog-extensions-logging@v9.0.2...v10.0.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions