Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Bump SequentialGuid from 3.0.1 to 4.0.4 #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps SequentialGuid from 3.0.1 to 4.0.4.

Release notes

Sourced from SequentialGuid's releases.

Minor cleanup to remove System.Net.Http reference on legacy .NET

Full Changelog: buvinghausen/SequentialGuid@4.0.3...4.0.4

Go back to using a Symbol Server

Full Changelog: buvinghausen/SequentialGuid@4.0.2...4.0.3

Use RandomNumberGenerator on .netstandard2.1 and above

Full Changelog: buvinghausen/SequentialGuid@4.0.1...4.0.2

Optimize ToGuid & ToSqlGuid conversion functions

On the conversions removed the dictionaries and went with a pure array based solution which allowed removal of the static constructor.

Add .NET 7.0 Support & Restore .NET Standard

The breaking change is moving the ToDateTime extensions to the System namespace to make using them more convenience for developers as they will have already imported system to be working with the Guid.

Also the cryptography algorithm is using the .NET 6.0 optimized function rather than the older style.

What's Changed

Full Changelog: buvinghausen/SequentialGuid@3.0.1...4.0.0

Commits
  • c1322cd Remove references to System.Net.Http
  • 8e83046 Fix nuget publish
  • 884982b Bump to 2023 and add .gitattributes
  • 2f434f0 .NET Core 3.1 is out of support
  • 26038fb Spruce up randomness for legacy implementations
  • 623e4c2 .NET 7.0.1 code style fixes
  • 70f1940 Return to RTM
  • 4abd351 Go back to using symbol server
  • f327aad Turn on code style enforcement
  • 9c6b788 Add comments
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [SequentialGuid](https://github.com/buvinghausen/SequentialGuid) from 3.0.1 to 4.0.4.
- [Release notes](https://github.com/buvinghausen/SequentialGuid/releases)
- [Commits](buvinghausen/SequentialGuid@3.0.1...4.0.4)

---
updated-dependencies:
- dependency-name: SequentialGuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants