Skip to content

Commit

Permalink
Remove Incorrect Dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
06needhamt committed Nov 12, 2017
1 parent c9d3334 commit 68abf4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions SharpMP.sln.nuspec → SharpMP.1.0.1.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SharpMP</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>SharpMP C# Bindings for OpenMP 4.0</title>
<authors>Thomas Needham</authors>
<owners>Thomas Needham</owners>
Expand All @@ -11,13 +11,11 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>SharpMP C# Bindings for OpenMP 4.0</description>
<summary>SharpMP C# Bindings for OpenMP 4.0</summary>
<releaseNotes>1.0.0 First Release</releaseNotes>
<releaseNotes>1.0.1 Removed Incorrect Dependancy
1.0.0 First Release</releaseNotes>
<copyright>Copyright 2017 Thomas Needham</copyright>
<language>en-GB</language>
<tags>OpenMP Bindings</tags>
<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="SharpMP\bin\x64\Debug\SharpMP-Natives.dll" target="lib\SharpMP-Natives.dll" />
Expand Down

0 comments on commit 68abf4a

Please sign in to comment.