What's Changed
⚠️ BREAKING CHANGES / MIGRATION WARNINGS
- Monotonicity state moved into
GenerationOptionsinstance making the state not globally shared by @Seramis in #63
Implicit shared state is achieved throughUlid.DefaultGenerationOptions.
ByteAether.Ulid
Other
- Clarified README.md and PACKAGE.md documents. by @Seramis in #59
- All tests built with net10.0, project-under-test is referenced with specific framework version by @Seramis in #60
- Bump github/codeql-action from 4 to 4.37.3 by @dependabot[bot] in #64
- Bump github/codeql-action from 4.37.3 to 4.37.6 by @dependabot[bot] in #65
- Bump github/codeql-action from 4.37.6 to 4.37.7 by @dependabot[bot] in #69
- Bump github/codeql-action from 4.37.7 to 4.37.8 by @dependabot[bot] in #70
- Bump github/codeql-action from 4.37.8 to 4.37.9 by @dependabot[bot] in #71
- Simplified DB adapter packages' code sharing. No additional DLL files any more. by @Seramis in #72
- Simplify and fix dependabot configuration by @Seramis in #76
- Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.10.0 by @dependabot[bot] in #82
- Bump Microsoft.Data.Sqlite from 10.0.9 to 10.0.12 by @dependabot[bot] in #80
- Upgraded
xunittoxunit.v3. Adjusted tests as necessary. Introduced central package version management via Directory.Packages.props. by @Seramis in #84 - Bump Microsoft.Data.Sqlite from 10.0.9 to 10.0.12 by @dependabot[bot] in #85
- Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.10.0 by @dependabot[bot] in #86
- Bump xunit.runner.visualstudio from 3.1.5 to 4.0.0 by @dependabot[bot] in #87
- Bump Microsoft.Bcl.Memory from 10.0.10 to 10.0.12 by @dependabot[bot] in #79
- Fix
.trxtest results overwrite duringbuild-and-test.ymlGitHub Action by @Seramis in #88
Full Changelog: v1.4.0...v1.4.1