Skip to content

Commit

Permalink
Bump version to 1.0.35.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Jul 30, 2022
1 parent ece4893 commit bb801ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CollapseLauncher/CollapseLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Configurations>Debug;Release;Publish</Configurations>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Version>1.0.35.2</Version>
<Version>1.0.35.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>DISABLE_XAML_GENERATED_MAIN;PREVIEW;DISABLETRANSPARENT</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion CollapseLauncher/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Reindexer": {
"commandName": "Project",
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.35.2",
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.35.5",
"remoteDebugEnabled": false,
"nativeDebugging": true
},
Expand Down
2 changes: 1 addition & 1 deletion Hi3HelperCore/Hi3HelperCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<ItemGroup>
<PackageReference Include="Crc32.NET" Version="1.2.0" />
<PackageReference Include="Google.Protobuf" Version="3.21.2" />
<PackageReference Include="Google.Protobuf" Version="3.21.4" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions InstallerProp/DeployInstaller-Preview.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

[Setup]
AppName=Collapse Launcher
AppVersion=1.0.35.1
AppVersion=1.0.35.5
AppCopyright=2022 - neon-nyan
AppPublisher=neon-nyan
VersionInfoVersion=1.0.35.1
VersionInfoVersion=1.0.35.5
VersionInfoCompany=neon-nyan
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
VersionInfoCopyright=2022 - neon-nyan
VersionInfoProductName=Collapse Launcher
VersionInfoProductVersion=1.0.35.1
VersionInfoProductTextVersion=1.0.35.1-preview
VersionInfoProductVersion=1.0.35.5
VersionInfoProductTextVersion=1.0.35.5-preview
SolidCompression=True
Compression=lzma2/ultra64
InternalCompressLevel=ultra64
Expand Down

0 comments on commit bb801ae

Please sign in to comment.