|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>SharpMP</id>
|
5 |
| - <version>1.0.1</version> |
| 5 | + <version>1.0.2</version> |
6 | 6 | <title>SharpMP C# Bindings for OpenMP 4.0</title>
|
7 | 7 | <authors>Thomas Needham</authors>
|
8 | 8 | <owners>Thomas Needham</owners>
|
|
11 | 11 | <requireLicenseAcceptance>true</requireLicenseAcceptance>
|
12 | 12 | <description>SharpMP C# Bindings for OpenMP 4.0</description>
|
13 | 13 | <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 |
15 | 16 | 1.0.0 First Release</releaseNotes>
|
16 | 17 | <copyright>Copyright 2017 Thomas Needham</copyright>
|
17 | 18 | <language>en-GB</language>
|
18 | 19 | <tags>OpenMP Bindings</tags>
|
19 | 20 | </metadata>
|
20 | 21 | <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" /> |
26 | 28 | <file src="SharpMP\Properties\AssemblyInfo.cs" target="SharpMP\Properties\AssemblyInfo.cs" />
|
27 | 29 | <file src="SharpMP\Lock.cs" target="SharpMP\Lock.cs" />
|
28 | 30 | <file src="SharpMP\LockHint.cs" target="SharpMP\LockHint.cs" />
|
|
0 commit comments