Updated nuspecs to change package Id to OpenTK.Community
authorVaron <varon@users.noreply.github.com>
Sat, 30 Apr 2016 10:17:45 +0000 (12:17 +0200)
committerVaron <varon@users.noreply.github.com>
Tue, 24 May 2016 16:54:12 +0000 (18:54 +0200)
Installers/Nuget/Build.Installer.Nuget.csproj
Installers/Nuget/OpenTK.Community.GLControl.nuspec [moved from Installers/Nuget/OpenTK.GLControl.nuspec with 94% similarity]
Installers/Nuget/OpenTK.Community.nuspec [moved from Installers/Nuget/OpenTK.nuspec with 95% similarity]

index 7a8f763..0a5e221 100644 (file)
       <Output TaskParameter="Lines" ItemName="Version" />
     </ReadLinesFromFile>
     <!-- Execute nuget script -->
-    <Exec Command="nuget.exe    pack OpenTK.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
-    <Exec Command="nuget.exe   pack OpenTK.GLControl.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
-    <Exec Command="mono nuget.exe pack OpenTK.nuspec  -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
-    <Exec Command="mono nuget.exe pack OpenTK.GLControl.nuspec  -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
+    <Exec Command="nuget.exe    pack OpenTK.Community.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
+    <Exec Command="nuget.exe   pack OpenTK.Community.GLControl.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
+    <Exec Command="mono nuget.exe pack OpenTK.Community.nuspec  -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
+    <Exec Command="mono nuget.exe pack OpenTK.Community.GLControl.nuspec  -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
     <!-- Copy the nuget archive to the root directory and add a date stamp -->
-    <CreateItem Include="OpenTK*.nupkg">
+    <CreateItem Include="OpenTK.Community*.nupkg">
       <Output TaskParameter="Include" ItemName="NugetPackage" />
     </CreateItem>
     <Copy SourceFiles="@(NugetPackage)" DestinationFolder="../../" />
   </Target>
   <Target Name="Clean">
-    <CreateItem Include="OpenTK.*.nupkg;lib/**">
+    <CreateItem Include="OpenTK.Community.*.nupkg;lib/**">
       <Output TaskParameter="Include" ItemName="FilesToDelete" />
     </CreateItem>
     <Delete Files="@(FilesToDelete)" />
@@ -91,8 +91,8 @@
     <CallTarget Targets="Build" />
   </Target>
   <ItemGroup>
-    <None Include="OpenTK.nuspec" />
-    <None Include="OpenTK.GLControl.nuspec" />
+    <None Include="OpenTK.Community.nuspec" />
+    <None Include="OpenTK.Community.GLControl.nuspec" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="nuget.exe" />
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     <metadata>
-        <id>OpenTK.GLControl</id>
+        <id>OpenTK.Community.GLControl</id>
         <version>$version$</version>
         <authors>The Open Toolkit Team</authors>
         <owners>The Open Toolkit Team</owners>
@@ -13,6 +13,8 @@
             Add OpenGL graphics to your Windows.Forms or WPF application
         </summary>
         <description>
+            This package is community-run and supercedes the old OpenTK.GLControl package.
+
             OpenTK.GLControl is a Windows.Forms Control with OpenGL rendering capabilities. Use it to add
             accelerated 3d graphics to your Windows.Forms or Windows Presentation Foundation (WPF) application.
 
similarity index 95%
rename from Installers/Nuget/OpenTK.nuspec
rename to Installers/Nuget/OpenTK.Community.nuspec
index a7249e0..28e0aa1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     <metadata>
-        <id>OpenTK</id>
+        <id>OpenTK.Community</id>
         <version>$version$</version>
         <authors>The Open Toolkit Team</authors>
         <owners>The Open Toolkit Team</owners>
@@ -13,6 +13,8 @@
             The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
         </summary>
         <description>
+            This package is community-run and supercedes the old OpenTK package.
+
             The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
             It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality.