Skip to content

Commit 12c8d55

Browse files
committed
Ensure Unmanaged dlls are copied to the output directory
1 parent 68abf4a commit 12c8d55

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

SharpMP.1.0.1.nuspec SharpMP.1.0.2.nuspec

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SharpMP</id>
5-
<version>1.0.1</version>
5+
<version>1.0.2</version>
66
<title>SharpMP C# Bindings for OpenMP 4.0</title>
77
<authors>Thomas Needham</authors>
88
<owners>Thomas Needham</owners>
@@ -11,18 +11,20 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>SharpMP C# Bindings for OpenMP 4.0</description>
1313
<summary>SharpMP C# Bindings for OpenMP 4.0</summary>
14-
<releaseNotes>1.0.1 Removed Incorrect Dependancy
14+
<releaseNotes>1.0.2 Fixed Native Libary Copying
15+
1.0.1 Removed Incorrect Dependancy
1516
1.0.0 First Release</releaseNotes>
1617
<copyright>Copyright 2017 Thomas Needham</copyright>
1718
<language>en-GB</language>
1819
<tags>OpenMP Bindings</tags>
1920
</metadata>
2021
<files>
21-
<file src="SharpMP\bin\x64\Debug\SharpMP-Natives.dll" target="lib\SharpMP-Natives.dll" />
22-
<file src="SharpMP\bin\x64\Debug\SharpMP-Natives.ilk" target="lib\SharpMP-Natives.ilk" />
23-
<file src="SharpMP\bin\x64\Debug\SharpMP-Natives.pdb" target="lib\SharpMP-Natives.pdb" />
24-
<file src="SharpMP\bin\Debug\SharpMP.dll" target="lib\SharpMP.dll" />
25-
<file src="SharpMP\bin\Debug\SharpMP.pdb" target="lib\SharpMP.pdb" />
22+
<file src="build\SharpMP.targets" target="build\SharpMP.targets" />
23+
<file src="lib\SharpMP.dll" target="lib\SharpMP.dll" />
24+
<file src="lib\SharpMP.pdb" target="lib\SharpMP.pdb" />
25+
<file src="Natives\SharpMP-Natives.dll" target="Natives\SharpMP-Natives.dll" />
26+
<file src="Natives\SharpMP-Natives.ilk" target="Natives\SharpMP-Natives.ilk" />
27+
<file src="Natives\SharpMP-Natives.pdb" target="Natives\SharpMP-Natives.pdb" />
2628
<file src="SharpMP\Properties\AssemblyInfo.cs" target="SharpMP\Properties\AssemblyInfo.cs" />
2729
<file src="SharpMP\Lock.cs" target="SharpMP\Lock.cs" />
2830
<file src="SharpMP\LockHint.cs" target="SharpMP\LockHint.cs" />

0 commit comments

Comments
 (0)