Skip to content

Releases: Cimpress-MCP/PostalCodes.Net

v3.1.0.7

19 Jan 16:18
Compare
Choose a tag to compare
  • No code changes
  • Nuget package now contains additional metadata and passes validation checks
  • Nuget package now targets multiple frameworks
    • netstandars2.0
    • netcoreapp3.1
    • net6.0
    • net8.0

v3.0.0.3

19 Jan 15:31
Compare
Choose a tag to compare

Fixed nuget publish step

Full Changelog: 3.0.0.2...v3.0.0.3

v3.0.0.2

19 Jan 15:23
Compare
Choose a tag to compare

No code changes

  • Added builds for additional frameworks in nuget package
  • Improved nuget metadata and checks
  • Fixed build pipeline

Full Changelog: 3.0.0.1...v3.0.0.2

v3.0.0.1

11 Jan 10:17
Compare
Choose a tag to compare

This is mainly an internal release which excludes changes in #74 and was created after https://github.com/Cimpress-MCP/PostalCodes.Net/releases/tag/3.1.0.6

v3.1.0.6

11 Jan 10:16
Compare
Choose a tag to compare
  • Moved to github
  • Fixes NL postal code validation (#74)

Nuget relase: https://www.nuget.org/packages/PostalCodes/3.1.0.6

2.1.0.197

09 Apr 18:20
f0d23dd
Compare
Choose a tag to compare
Merge pull request #70 from Pdgraham/patch-1

Update PostalCode.cs to expose PostalCodeFormat

2.1.0.194

05 Feb 14:21
b0f837b
Compare
Choose a tag to compare
Merge pull request #69 from Cimpress-MCP/master

Merge the changes back into the correct branch

2.1.0.190

07 Dec 13:29
7c99322
Compare
Choose a tag to compare
Merge pull request #67 from Cimpress-MCP/master

Release fix for long NL postalcodes

2.1.0.185

07 Dec 07:18
11e00e3
Compare
Choose a tag to compare
Merge branch 'master' into release/2.1.0

2.1.0.184: Merge pull request #64 from Cimpress-MCP/us-auto-shorten

23 Oct 21:22
185b3e1
Compare
Choose a tag to compare
  • Do not automatically convert to short format postal codes for UK and US
  • Automatically expand postal codes to lowest/highest in range when instantiating PostalCodeRange class.