Browse Source

nugets++
updated copyright

Vicente Penades 2 years ago
parent
commit
3614a28c21

+ 1 - 1
build/SharpGLTF.CodeGen/SharpGLTF.CodeGen.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="LibGit2Sharp" Version="0.26.2" />    
+    <PackageReference Include="LibGit2Sharp" Version="0.27.2" />    
     <PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="10.8.0" />
   </ItemGroup>
 

+ 1 - 3
src/Directory.Build.props

@@ -1,13 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project>
-  
-  <!-- https://blog.johnnyreilly.com/2021/07/14/directory-build-props-c-sharp-9-for-all -->
 
   <!-- Legal =================================================================================== -->
 
   <PropertyGroup>
     <Authors>Vicente Penades</Authors>    
-    <Copyright>Copyright (c) 2022 Vicente Penades</Copyright>
+    <Copyright>Copyright (c) 2023 Vicente Penades</Copyright>
     <Description>SharpGLTF is a C# library for reading and writing glTF2 3D models</Description>    
   </PropertyGroup>  
 

+ 1 - 1
tests/SharpGLTF.DownloadTestFiles/SharpGLTF.DownloadTestFiles.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="LibGit2Sharp" Version="0.26.2" />    
+    <PackageReference Include="LibGit2Sharp" Version="0.27.2" />    
   </ItemGroup>
 
 </Project>