Releases: personnummer/csharp
Releases · personnummer/csharp
3.4.2
3.4.1
What's Changed
- Update LICENSE by @frozzare in #67
- chore: net8 by @Johannestegner in #84
Dependency updates
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 by @renovate in #71
- chore(deps): update dependency xunit.runner.visualstudio to v2.5.0 by @renovate in #72
- chore(deps): update xunit-dotnet monorepo to v2.5.0 by @renovate in #73
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 by @renovate in #76
- chore(deps): update actions/checkout action to v4 by @renovate in #77
- chore(deps): update xunit-dotnet monorepo to v2.6.1 by @renovate in #82
- chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 by @renovate in #83
- chore(deps): update xunit-dotnet monorepo by @renovate in #85
- chore(deps): update actions/setup-dotnet action to v4 by @renovate in #86
- chore(deps): update xunit-dotnet monorepo by @renovate in #87
- chore(deps): update github/codeql-action action to v3 by @renovate in #88
Full Changelog: 3.4.0...3.4.1
3.4.0
3.3.0
What's Changed
- Implemented 'Date' property to fetch birth date as a DateTime object. by @Johannestegner in #62
- fix(test): Fixed an issue where coordination number test would fail d… by @Johannestegner in #64
- feat: Check on length as first test on validation/parse. by @Johannestegner in #65
Full Changelog: 3.2.0...3.3.0
3.2.0
3.1.2
fix(tests): Swapped WebRequest to HttpClient in test data provider. Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
3.1.1
3.1.0
- Changed target sdk to multi-target (net5, net4.7, net4.6, netstandard2.1)
- Fixed versioning issue (now set by tag)
- Fixed issue where organization numbers where seen as valid personnumer
- Fixed issue where IsCoordinationNumber always was true as long as the option was on
3.0.2
See 3.0.1.
3.0.1
Fixed an issue where last four digits in personnumers with invalid data could be parsed.