File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1616
1717 <PackageIcon >LibPostalClient.png</PackageIcon >
1818 <PackageIconUrl />
19- <Version >1.0.0.4 </Version >
20- <AssemblyVersion >1.0.0.4 </AssemblyVersion >
21- <FileVersion >1.0.0.4 </FileVersion >
19+ <Version >1.0.0.5 </Version >
20+ <AssemblyVersion >1.0.0.5 </AssemblyVersion >
21+ <FileVersion >1.0.0.5 </FileVersion >
2222 <NeutralLanguage >en-US</NeutralLanguage >
2323 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
2424 <PackageLicenseFile >License.txt</PackageLicenseFile >
Original file line number Diff line number Diff line change 11<Project >
22
33 <ItemGroup >
4+ <Headers Include =" $(MSBuildThisFileDirectory)\..\contentFiles\any\net8.0\libpostal.h" />
45 <WindowsNativeFiles Include =" $(MSBuildThisFileDirectory)\..\contentFiles\any\net8.0\windows\libpostal-1.dll" />
5- <WindowsHeaders Include =" $(MSBuildThisFileDirectory)\..\contentFiles\any\net8.0\windows\libpostal.h" />
66 <LinuxNativeFiles Include =" $(MSBuildThisFileDirectory)\..\contentFiles\any\net8.0\linux_x86_64\libpostal-1.so" />
7- <LinuxHeaders Include =" $(MSBuildThisFileDirectory)\..\contentFiles\any\net8.0\linux_x86_64\libpostal.h" />
87 </ItemGroup >
98
109 <Target Name =" CleanLibPostal" AfterTargets =" Clean" >
4948
5049 <Target Name =" CopyLibPostalFiles" BeforeTargets =" Build" >
5150 <Message Importance =" high" Text =" Copying libpostal library files to output directory" />
51+ <Copy SourceFiles =" @(Headers)" DestinationFolder =" $(TargetDir)" Condition =" '$(OS)' == 'Windows_NT'" />
5252 <Copy SourceFiles =" @(WindowsNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$(OS)' == 'Windows_NT'" />
53- <Copy SourceFiles =" @(WindowsHeaders)" DestinationFolder =" $(TargetDir)" Condition =" '$(OS)' == 'Windows_NT'" />
5453 <Copy SourceFiles =" @(LinuxNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" />
55- <Copy SourceFiles =" @(LinuxHeaders)" DestinationFolder =" $(TargetDir)" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" />
5654 </Target >
5755
5856</Project >
You can’t perform that action at this time.
0 commit comments