Skip to content

Releases: personnummer/csharp

3.4.1

14 Dec 16:00
49863cd
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

12 Mar 18:28
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix whitespace separator issue (by @frozzare)

3.1.0

22 Mar 09:15
Compare
Choose a tag to compare
  • 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

16 Jun 09:31
Compare
Choose a tag to compare

See 3.0.1.

3.0.1

16 Jun 09:22
Compare
Choose a tag to compare

Fixed an issue where last four digits in personnumers with invalid data could be parsed.

3.0.0

07 May 19:43
a422e24
Compare
Choose a tag to compare

Personnummer v3 API Spec implemented.