Skip to content

Releases: personnummer/csharp

3.5.1

17 Dec 19:30

Choose a tag to compare

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

06 Jun 14:03

Choose a tag to compare

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

09 Jan 18:52

Choose a tag to compare

What's Changed

Thanks @Pat-Riz!

Full Changelog: 3.4.2...3.4.3

3.4.2

04 Oct 20:54

Choose a tag to compare

What's Changed

  • fix: calculate personnummer correctly before annual birthday by @flennic in #104

Full Changelog: 3.4.1...3.4.2

Thanks @flennic!

3.4.1

14 Dec 16:00
49863cd

Choose a tag to compare

What's Changed

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

12 Mar 18:36

Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

12 Mar 18:28

Choose a tag to compare

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

12 May 17:37

Choose a tag to compare

  • Introduction of ignoreSeparator parameter in Format function. (Thanks @flennic!)
  • Dependency updates

No breaking changes since 3.1.2

3.1.2

14 Feb 20:31

Choose a tag to compare

fix(tests): Swapped WebRequest to HttpClient in test data provider.

Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>

3.1.1

08 Jun 14:34

Choose a tag to compare

  • Fix whitespace separator issue (by @frozzare)