Skip to content

Commit

Permalink
Try nuget automation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruyere committed Jan 31, 2024
1 parent 7d5e4b3 commit 8c44dff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
/*
* --------------------------------------------------------------------------------
* "Qiil.ComplexBinaryReader" (c) by Sylvain BRUYERE.
*
* This project is licensed under the MIT License. For more information, please see the LICENSE file
* or visit https://opensource.org/licenses/MIT.
* --------------------------------------------------------------------------------
*
* Author: Sylvain BRUYERE.
* Year: 2024
* Description:
* --------------------------------------------------------------------------------
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Simplify parsing of complex binary format.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/sbruyere/ComplexBinaryReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/sbruyere/ComplexBinaryReader</RepositoryUrl>
<Version>2.0.1</Version>
<FileVersion>2.0.1.0</FileVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<Version>2.0.2</Version>
<FileVersion>2.0.2.0</FileVersion>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<Copyright>Sylvain Bruyere</Copyright>
</PropertyGroup>

Expand Down

0 comments on commit 8c44dff

Please sign in to comment.