Skip to content

chore: Bump the all-nuget group with 3 updates#49

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/dev/all-nuget-e517f9ecca
Open

chore: Bump the all-nuget group with 3 updates#49
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/dev/all-nuget-e517f9ecca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updated CounterStrikeSharp.API from 1.0.367 to 1.0.368.

Release notes

Sourced from CounterStrikeSharp.API's releases.

1.0.368

What's Changed in v1.0.368

Please refer to CHANGELOG.md for details.

Commits viewable in compare view.

Updated Dapper from 2.1.72 to 2.1.79.

Release notes

Sourced from Dapper's releases.

2.1.79

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.72...2.1.79

Commits viewable in compare view.

Updated MaxMind.GeoIP2 from 5.4.1 to 6.0.0.

Release notes

Sourced from MaxMind.GeoIP2's releases.

6.0.0

  • First non-beta 6.0.0 release. See the 6.0.0-beta1 notes below for the
    breaking changes introduced in the 6.0 line.
  • MaxMind.Db has been updated to 5.1.0. Highlights:
    • FileAccessMode.MemoryMapped now uses an unnamed file-backed
      memory-mapped region instead of a named Local\<sha> section. This
      fixes an UnauthorizedAccessException when processes running under
      different identities open the same database.
    • FileAccessMode.MemoryMappedGlobal has been deprecated. Existing usages
      transparently route to the new unnamed file-backed path, so the 'create
      global objects' right is no longer required. Code passing
      FileAccessMode.MemoryMappedGlobal to a DatabaseReader constructor
      will see an [Obsolete] warning.

6.0.0-beta1

  • BREAKING: All model and response classes have been converted from classes
    to C# records.
  • BREAKING: Constructor-based deserialization replaced with property-based
    initialization using [MapKey] attributes. The [Constructor] and
    [Parameter] attributes are no longer used on GeoIP2 model classes.
  • BREAKING: SetLocales() replaced with WithLocales() which returns a new
    instance via record with expressions instead of mutating in place.
  • BREAKING: Properties now use init setters instead of internal set.
  • BREAKING: The Locales property on NamedEntity (and all subclasses) is
    now public (previously protected internal). This is required for the
    record with expression pattern.
  • BREAKING: Code that constructs model objects using constructor parameters
    (e.g., new Traits(domain: "example.com")) must switch to object initializer
    syntax (e.g., new Traits { Domain = "example.com" }).
  • BREAKING: The custom ToString() on NamedEntity (and all subclasses:
    City, Country, Continent, Subdivision, RepresentedCountry) has been removed.
    Records provide a compiler-generated ToString() that outputs all property
    values. Use the Name property directly instead.
  • BREAKING: FileAccessMode.Memory and the DatabaseReader(Stream)
    constructor now use anonymous memory-mapped files internally instead of
    byte[], via MaxMind.Db 5.0.0. This removes the previous ~2.1 GiB size
    limitation but may break environments where memory-mapped files are not
    supported, such as WASM/browser runtimes, some mobile/sandboxed runtimes, or
    hardened containers with restricted shared-memory syscalls. Non-seekable
    streams also now require a writable temp directory.
  • Added InternalsVisibleTo for MaxMind.MinFraud assembly.
  • AnonymousPlus and TryAnonymousPlus methods have been added to
    IGeoIP2DatabaseReader. These methods were previously only available on
    DatabaseReader.
  • The TryXxx methods on DatabaseReader and IGeoIP2DatabaseReader now use
    the [MaybeNullWhen(false)] attribute instead of nullable out parameters.
    This enables the compiler to understand that the out parameter is non-null
    when the method returns true, eliminating the need for redundant null checks
    or null-forgiving operators after a successful lookup. Pull request by Dmitry
    Solovev. GitHub #​387.

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps CounterStrikeSharp.API from 1.0.367 to 1.0.368
Bumps Dapper from 2.1.72 to 2.1.79
Bumps MaxMind.GeoIP2 from 5.4.1 to 6.0.0

---
updated-dependencies:
- dependency-name: CounterStrikeSharp.API
  dependency-version: 1.0.368
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget
- dependency-name: Dapper
  dependency-version: 2.1.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget
- dependency-name: MaxMind.GeoIP2
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants