We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fd414 commit 4974815Copy full SHA for 4974815
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
### Added
9
- Added .NET 8 support
10
+- Added support for SourceLink (GitHub)
11
+- Enable deterministic builds
12
13
### Changed
14
- Changed parameter type of `Luhn.IsValid`, `Luhn.ComputeLuhnNumber` and `Luhn.ComputeCheckDigit` methods from `string` to `ReadOnlySpan<char>`.
0 commit comments