Releases: personnummer/csharp
Releases · personnummer/csharp
3.5.1
What's Changed
- Drop net7 support (eol). by @Johannestegner in #130
- Added net10 as target. by @Johannestegner in #137
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.1 by @renovate[bot] in #124
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.2 by @renovate[bot] in #126
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.3 by @renovate[bot] in #127
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #128
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.4 by @renovate[bot] in #129
- chore(deps): update actions/setup-dotnet action to v5 by @renovate[bot] in #131
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.5 by @renovate[bot] in #132
- chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #134
- chore(deps): update dependency microsoft.net.test.sdk to v18 by @renovate[bot] in #133
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #136
- chore(deps): update dependency microsoft.net.test.sdk to 18.0.1 by @renovate[bot] in #135
Full Changelog: 3.5.0...3.5.1
3.5.0
What's Changed
- chore(deps): update dependency xunit.runner.visualstudio to 3.0.1 by @renovate in #116
- chore(deps): update dependency xunit.runner.visualstudio to 3.0.2 by @renovate in #117
- chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 by @renovate in #118
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.0 by @renovate in #120
- chore: Removed newtonsoft by @Johannestegner in #122
- Added 'RealDay' property. by @Johannestegner in #123
Full Changelog: 3.4.3...3.5.0
3.4.3
What's Changed
- chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 by @renovate in #105
- Updated project to build for .net 8 and 9. Updated ci to use .net 9. by @Johannestegner in #109
- Fix to "Age" tests. by @Johannestegner in #110
- chore(deps): update dependency xunit.runner.visualstudio to v3 by @renovate in #106
- chore(deps): update xunit-dotnet monorepo to 2.9.3 by @renovate in #111
- Readd netstandard2.1, net7, net48 and net47. by @Johannestegner in #114
- [Hotfix] Age check error by @Pat-Riz in #115
Thanks @Pat-Riz!
Full Changelog: 3.4.2...3.4.3
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>