Skip to content

Commit 29f5a48

Browse files
committed
Updated to use Nuget Package
1 parent 09ebd1a commit 29f5a48

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

UbiParser.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.32126.317
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UbiParser", "UbiParser\UbiParser.csproj", "{A55B93AE-BEC4-4C64-8A59-A02FA73A0F2E}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserGUI", "ParserGUI\ParserGUI.csproj", "{4D60B9EC-00EB-4132-BC02-4BBB3B3253B8}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParserGUI", "ParserGUI\ParserGUI.csproj", "{4D60B9EC-00EB-4132-BC02-4BBB3B3253B8}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

UbiParser/Sharp-Protobufs

Lines changed: 0 additions & 1 deletion
This file was deleted.

UbiParser/UbiParser.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@
77
<Authors>UplayDB,SlejmUr</Authors>
88
<Company>UplayDB</Company>
99
<PackageProjectUrl>https://github.com/UplayDB/Ubi-Parser</PackageProjectUrl>
10-
<FileVersion>1.2.0.0</FileVersion>
11-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
12-
<Version>1.2.0</Version>
10+
<FileVersion>1.3.0.0</FileVersion>
11+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
12+
<Version>1.3.0</Version>
1313
<Description>Uplay Cache Files Parser Utility</Description>
1414
<PackageTags>uplay,ubisoft</PackageTags>
1515
<Copyright>Copyright © UplayDB Team 2022</Copyright>
1616
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
19-
<PackageReleaseNotes>Parsing update</PackageReleaseNotes>
19+
<PackageReleaseNotes>Updated to use Nuget Package</PackageReleaseNotes>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<SignAssembly>True</SignAssembly>
22+
<AssemblyOriginatorKeyFile>../MyKey.snk</AssemblyOriginatorKeyFile>
2123
</PropertyGroup>
2224

2325
<ItemGroup>
@@ -29,8 +31,9 @@
2931
</ItemGroup>
3032

3133
<ItemGroup>
32-
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
33-
<PackageReference Include="SharpZipLib" Version="1.3.3" />
34+
<PackageReference Include="Google.Protobuf" Version="3.21.12" />
35+
<PackageReference Include="SharpZipLib" Version="1.4.1" />
36+
<PackageReference Include="Uplay-Protobufs" Version="137.0.10799" />
3437
</ItemGroup>
3538

3639
</Project>

changelog.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
--------------------------------------------------------------
2-
v 1.2.0 2022 Aug 23-
2+
v 1.3.0 2023 Jan 16 -
3+
--------------------------------------------------------------
4+
* Updated to use Nuget Package (LIB)
5+
6+
--------------------------------------------------------------
7+
v 1.2.0 2022 Aug 23 - Jan 16
38
--------------------------------------------------------------
49

510
* Changed the File parsing method how works (LIB)
@@ -16,7 +21,7 @@ v 1.1.0 2022 May 2 - Aug 23
1621
* Started Signing, but failed (LIB) [HELP ME WITH THIS!]
1722

1823
--------------------------------------------------------------
19-
v 1.0.0 2022 April 16-30
24+
v 1.0.0 2022 April 16 - 30
2025
--------------------------------------------------------------
2126

2227
* Project INIT (LIB,GUI)

0 commit comments

Comments
 (0)