File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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.5 </Version >
20- <AssemblyVersion >1.0.0.5 </AssemblyVersion >
21- <FileVersion >1.0.0.5 </FileVersion >
19+ <Version >1.0.0.6 </Version >
20+ <AssemblyVersion >1.0.0.6 </AssemblyVersion >
21+ <FileVersion >1.0.0.6 </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 4848
4949 <Target Name =" CopyLibPostalFiles" BeforeTargets =" Build" >
5050 <Message Importance =" high" Text =" Copying libpostal library files to output directory" />
51- <Copy SourceFiles =" @(Headers)" DestinationFolder =" $(TargetDir)" Condition = " '$(OS)' == 'Windows_NT' " />
52- <Copy SourceFiles =" @(WindowsNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$(OS)' == 'Windows_NT'" />
53- <Copy SourceFiles =" @(LinuxNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" />
51+ <Copy SourceFiles =" @(Headers)" DestinationFolder =" $(TargetDir)" />
52+ <Copy SourceFiles =" @(WindowsNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$(OS)' == 'Windows_NT'" />
53+ <Copy SourceFiles =" @(LinuxNativeFiles)" DestinationFolder =" $(TargetDir)" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" />
5454 </Target >
5555
5656</Project >
You can’t perform that action at this time.
0 commit comments