diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e56ede6..8838ef29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. ## Previous Releases -## [3.2.1] - 2023-01-24 +## [3.2.2] - 2023-01-24 This release is purely superficial, it does not fix or add anything. diff --git a/build/.nuget/NuGet.exe b/build/.nuget/NuGet.exe index 0e535e736..212f26cd0 100644 Binary files a/build/.nuget/NuGet.exe and b/build/.nuget/NuGet.exe differ diff --git a/build/default.ps1 b/build/default.ps1 index 7aff038ab..8f6ddfa00 100644 --- a/build/default.ps1 +++ b/build/default.ps1 @@ -87,6 +87,11 @@ Task Package -depends Build { (Get-Content $nuspec).Replace('commit=""', 'commit="' + $commit + '"') | Set-Content $nuspec + New-Item -ItemType directory -Force -Path ..\dist\net35 + New-Item -ItemType directory -Force -Path ..\dist\netstandard2.0 + New-Item -ItemType file -Path ..\dist\net35 -Name _._ + New-Item -ItemType file -Path ..\dist\netstandard2.0 -Name _._ + Exec { .nuget\nuget pack $nuspec -OutputDirectory ..\dist } (Get-Content $nuspec).Replace('commit="' + $commit + '"', 'commit=""') | Set-Content $nuspec diff --git a/build/nHapi.v3.nuspec b/build/nHapi.v3.nuspec index f0d8eed68..539b3c5e2 100644 --- a/build/nHapi.v3.nuspec +++ b/build/nHapi.v3.nuspec @@ -1,8 +1,8 @@ - + nhapi - 3.2.1 + 3.2.2 Chad Chenoweth,Duane Edwards,Jake Aitchison MPL-2.0 https://github.com/nHapiNET/nHapi @@ -14,7 +14,7 @@ NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. Th This project is NOT affiliated with the HL7 organization. This software just conforms to the HL7 2.x specifications. This nuget package is just a metapackage for conveniance. - https://github.com/nHapiNET/nHapi/releases/tag/v3.2.1 + https://github.com/nHapiNET/nHapi/releases/tag/v3.2.2 HL7 ER7 XML parsing healthcare HAPI docs\README.md @@ -52,6 +52,8 @@ This nuget package is just a metapackage for conveniance. + +