File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
99## Previous Releases
1010
11- ## [ 3.2.1 ] - 2023-01-24
11+ ## [ 3.2.2 ] - 2023-01-24
1212
1313This release is purely superficial, it does not fix or add anything.
1414
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ Task Package -depends Build {
8787
8888 (Get-Content $nuspec ).Replace(' commit=""' , ' commit="' + $commit + ' "' ) | Set-Content $nuspec
8989
90+ New-Item - ItemType directory - Force - Path ..\dist\net35
91+ New-Item - ItemType directory - Force - Path ..\dist\netstandard2.0
92+ New-Item - ItemType file - Path ..\dist\net35 - Name _._
93+ New-Item - ItemType file - Path ..\dist\netstandard2.0 - Name _._
94+
9095 Exec { .nuget\nuget pack $nuspec - OutputDirectory ..\dist }
9196
9297 (Get-Content $nuspec ).Replace(' commit="' + $commit + ' "' , ' commit=""' ) | Set-Content $nuspec
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
33 <metadata >
44 <id >nhapi</id >
5- <version >3.2.1 </version >
5+ <version >3.2.2 </version >
66 <authors >Chad Chenoweth,Duane Edwards,Jake Aitchison</authors >
77 <license type =" expression" >MPL-2.0</license >
88 <projectUrl >https://github.com/nHapiNET/nHapi</projectUrl >
@@ -14,7 +14,7 @@ NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. Th
1414This project is NOT affiliated with the HL7 organization. This software just conforms to the HL7 2.x specifications.
1515
1616This nuget package is just a metapackage for conveniance.</description >
17- <releaseNotes >https://github.com/nHapiNET/nHapi/releases/tag/v3.2.1 </releaseNotes >
17+ <releaseNotes >https://github.com/nHapiNET/nHapi/releases/tag/v3.2.2 </releaseNotes >
1818 <tags >HL7 ER7 XML parsing healthcare HAPI</tags >
1919 <repository type =" git" url =" https://github.com/nHapiNET/nHapi.git" commit =" " />
2020 <readme >docs\README.md</readme >
@@ -52,6 +52,8 @@ This nuget package is just a metapackage for conveniance.</description>
5252 </dependencies >
5353 </metadata >
5454 <files >
55+ <file src =" ..\dist\netstandard2.0\_._" target =" lib\netstandard2.0\" />
56+ <file src =" ..\dist\net35\_._" target =" lib\net35\" />
5557 <file src =" ..\README.md" target =" docs\" />
5658 </files >
5759</package >
You can’t perform that action at this time.
0 commit comments