Skip to content

Commit bb801ae

Browse files
committed
Bump version to 1.0.35.5
1 parent ece4893 commit bb801ae

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Configurations>Debug;Release;Publish</Configurations>
1414
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
1515
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
16-
<Version>1.0.35.2</Version>
16+
<Version>1.0.35.5</Version>
1717
</PropertyGroup>
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1919
<DefineConstants>DISABLE_XAML_GENERATED_MAIN;PREVIEW;DISABLETRANSPARENT</DefineConstants>

CollapseLauncher/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"Reindexer": {
2020
"commandName": "Project",
21-
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.35.2",
21+
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.35.5",
2222
"remoteDebugEnabled": false,
2323
"nativeDebugging": true
2424
},

Hi3HelperCore/Hi3HelperCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<ItemGroup>
6262
<PackageReference Include="Crc32.NET" Version="1.2.0" />
63-
<PackageReference Include="Google.Protobuf" Version="3.21.2" />
63+
<PackageReference Include="Google.Protobuf" Version="3.21.4" />
6464
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
6565
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
6666
</ItemGroup>

InstallerProp/DeployInstaller-Preview.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
[Setup]
55
AppName=Collapse Launcher
6-
AppVersion=1.0.35.1
6+
AppVersion=1.0.35.5
77
AppCopyright=2022 - neon-nyan
88
AppPublisher=neon-nyan
9-
VersionInfoVersion=1.0.35.1
9+
VersionInfoVersion=1.0.35.5
1010
VersionInfoCompany=neon-nyan
1111
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
1212
VersionInfoCopyright=2022 - neon-nyan
1313
VersionInfoProductName=Collapse Launcher
14-
VersionInfoProductVersion=1.0.35.1
15-
VersionInfoProductTextVersion=1.0.35.1-preview
14+
VersionInfoProductVersion=1.0.35.5
15+
VersionInfoProductTextVersion=1.0.35.5-preview
1616
SolidCompression=True
1717
Compression=lzma2/ultra64
1818
InternalCompressLevel=ultra64

0 commit comments

Comments
 (0)