Browse Source

Updated version

Vicente Penades 6 years ago
parent
commit
6d7cfacf85
3 changed files with 5 additions and 9 deletions
  1. 4 8
      src/PackageInfo.props
  2. 1 1
      src/build-alpha.cmd
  3. 0 0
      src/build-preview.cmd

+ 4 - 8
src/PackageInfo.props

@@ -12,7 +12,7 @@
     
     
     <PackageTags>C# glTF 3D</PackageTags>
     <PackageTags>C# glTF 3D</PackageTags>
     <PackageProjectUrl>https://github.com/vpenades/SharpGLTF</PackageProjectUrl>
     <PackageProjectUrl>https://github.com/vpenades/SharpGLTF</PackageProjectUrl>
-    <PackageIconUrl>https://raw.githubusercontent.com/vpenades/SharpGLTF/master/build/Icons/glTF2Sharp.png</PackageIconUrl>
+    <PackageIcon>glTF2Sharp.png</PackageIcon>
     
     
     <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
     <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
     
     
@@ -22,15 +22,11 @@
 
 
   <PropertyGroup>
   <PropertyGroup>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
-  </PropertyGroup>
+  </PropertyGroup>  
   
   
-  <!--
-  <PropertyGroup>
-    <PackageLicenseFile>LICENSE</PackageLicenseFile>
-  </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
-    <None Include="$(MsBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)" />
+    <None Include="$(MsBuildThisFileDirectory)..\build\Icons\glTF2Sharp.png" Pack="true" Visible="false" PackagePath="" />  
   </ItemGroup>
   </ItemGroup>
-  -->
+  
 	
 	
 </Project>
 </Project>

+ 1 - 1
src/build-alpha.cmd

@@ -1,5 +1,5 @@
 @echo off
 @echo off
-set VERSIONSUFFIX=alpha0012
+set VERSIONSUFFIX=alpha0014
 
 
 echo Building %VERSIONSUFFIX%
 echo Building %VERSIONSUFFIX%
 
 

+ 0 - 0
src/build.cmd → src/build-preview.cmd