Browse Source

version bump

Vicente Penades 6 years ago
parent
commit
60a6553992

+ 1 - 1
src/SharpGLTF.Core/SharpGLTF.Core.csproj

@@ -12,7 +12,7 @@
     <Description>SharpGLTF is a C# library for reading and writing glTF2 3D models</Description>
     <Copyright>Copyright (c) 2019 Vicente Penades</Copyright>
     <PackageTags>C# glTF 3D</PackageTags>
-    <Version>1.0.0-alpha0006</Version>
+    <Version>1.0.0-alpha0007</Version>
     <LangVersion>latest</LangVersion>
     <DebugSymbols>true</DebugSymbols>
     <PackageLicenseFile>LICENSE</PackageLicenseFile>    

+ 1 - 1
src/SharpGLTF.Toolkit/SharpGLTF.Toolkit.csproj

@@ -12,7 +12,7 @@
     <Description>SharpGLTF.Toolkit extends SharpGLTF library with useful tools and helper classes.</Description>
     <Copyright>Copyright (c) 2019 Vicente Penades</Copyright>
     <PackageTags>C# glTF 3D</PackageTags>
-    <Version>1.0.0-alpha0006</Version>
+    <Version>1.0.0-alpha0007</Version>
     <LangVersion>latest</LangVersion>
     <DebugSymbols>true</DebugSymbols>
     <PackageLicenseFile>LICENSE</PackageLicenseFile>