Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #40

Merged
merged 60 commits into from
Feb 19, 2024
Merged

Release v1.0.0 #40

merged 60 commits into from
Feb 19, 2024

Conversation

shinji-san
Copy link
Owner

Added

  • Added .NET 8 support
  • Added support for SourceLink (GitHub)
  • Enable deterministic builds

Changed

  • Changed parameter type of Luhn.IsValid, Luhn.ComputeLuhnNumber and Luhn.ComputeCheckDigit methods from string to ReadOnlySpan<char>.

Deprecated

  • Luhn.Compute() method is EOL and will be deleted in the next version. Use Luhn.ComputeCheckDigit() or Luhn.ComputeLuhanNumber() instead.

dependabot bot and others added 30 commits October 21, 2023 21:34
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
 CI/CID - Introduce Dependabot

Resolves: #10
…lop/actions/setup-dotnet-3

Bump actions/setup-dotnet from 1 to 3

Resolves: #16
…lop/github/codeql-action-2

Bump github/codeql-action from 1 to 2


Resolves: #12
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…lop/actions/checkout-4

Bump actions/checkout from 1 to 4

Resolves: #14
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.7.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.4.0...v17.7.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…soft.NET.Test.Sdk-17.7.2

Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.7.2

Resolves:  #15
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.3.
- [Commits](xunit/xunit@2.4.2...2.5.3)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…-2.5.3

Bump xunit from 2.4.2 to 2.5.3


Resolves: #11
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.3)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….runner.visualstudio-2.5.3

Bump xunit.runner.visualstudio from 2.4.5 to 2.5.3

Resolves: #13
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v3.2.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…let.collector-6.0.0

Bump coverlet.collector from 3.2.0 to 6.0.0

Resolves: #17
Feature - Replaces string parameter with ReadOnlySpan<char> parameter


Resolves: #19
Obsolete  - Compute-Method is EOL

Resolves: #20
shinji-san and others added 25 commits November 10, 2023 21:27
…ate17.8.0

Update Microsoft.NET.Test.Sdk to v17.8.0

Resolves: #24
Feature - .NET 8.0 support

Resolves: #25
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…lop/actions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4

Resolves: #28
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…lop/github/codeql-action-3

Bump github/codeql-action from 2 to 3

Resolves: #31
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.7.0.
- [Commits](xunit/xunit@2.6.1...2.7.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…-2.7.0

Bump xunit from 2.6.1 to 2.7.0

Resolves_ #38
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.8.0...v17.9.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…soft.NET.Test.Sdk-17.9.0

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

Resolves: #36
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.7.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.3...2.5.7)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
….runner.visualstudio-2.5.7

Bump xunit.runner.visualstudio from 2.5.3 to 2.5.7

Resolves: #37
Resolves: No entry
Feature - Deterministic build & SourceLink (GitHub)

Resolves: #39
Resolves: No entry
@shinji-san shinji-san self-assigned this Feb 19, 2024
@shinji-san shinji-san merged commit 2b905da into main Feb 19, 2024
1 check passed
@shinji-san shinji-san deleted the release-v1.0.0 branch February 19, 2024 21:17
@shinji-san shinji-san restored the release-v1.0.0 branch February 19, 2024 21:17
@shinji-san shinji-san deleted the release-v1.0.0 branch February 19, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant