Skip to content

Commit

Permalink
prepare for release 0.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Jun 22, 2022
1 parent c0aa287 commit 8b6cec3
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 343 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# Include dlls if they're in the CommonReferences directory
!*CommonReferences/*.dll
!/src/*.exe
!/redist/*.exe
####################
# VS Upgrade stuff #
####################
Expand Down
348 changes: 9 additions & 339 deletions ControllerService.iss

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ControllerService/AssemblyInfo1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("0.9.10.4")]
[assembly: AssemblyFileVersion("0.9.10.4")]
[assembly: AssemblyVersion("0.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
2 changes: 1 addition & 1 deletion ControllerService/ControllerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<DebugType>portable</DebugType>
<Version>0.9.10.4</Version>
<Version>0.10.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion HandheldCompanion/HandheldCompanion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<StartupObject>HandheldCompanion.App</StartupObject>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Version>0.9.10.4</Version>
<Version>0.10.0.0</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down
File renamed without changes.
File renamed without changes.
Binary file added redist/dotnet-runtime-6.0.6-win-x64.exe
Binary file not shown.
Binary file added redist/dxwebsetup.exe
Binary file not shown.
36 changes: 36 additions & 0 deletions redist/install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@echo off
echo Handheld Companion Redistributable Installer
echo.

echo Installing DirectX Runtime
dxwebsetup.exe /q

echo Installing ViGEmBus Runtime
ViGEmBusSetup_x64.msi /quiet /qn /norestart

echo Installing HidHide Runtime
HidHideMSI.msi /quiet /qn /norestart

echo Installing Visual C++ 2015-2019 Redistributable
vcredist2019_x64.EXE /passive /norestart

echo Installing Visual C++ 2013 Update 5 Redistributable
vcredist2013_x64.EXE /passive /norestart

echo Installing Visual C++ 2012 Update 4 Redistributable
vcredist2012_x64.EXE /passive /norestart

echo Installing Visual C++ 2010 Service Pack 1 Redistributable
vcredist2010_x64.EXE /passive /norestart

echo Installing Visual C++ 2008 Service Pack 1 Redistributable
vcredist2008_x64.EXE /passive /norestart

echo Installing Visual C++ 2005 Service Pack 1 Redistributable
vcredist2005_x64.EXE /Q

echo Installing .NET Desktop Runtime 6.0.6
windowsdesktop-runtime-6.0.6-win-x64.exe /passive /norestart

echo Installing .NET Runtime 6.0.6
dotnet-runtime-6.0.6-win-x64 /passive /norestart
File renamed without changes.
File renamed without changes.
Binary file added redist/vcredist2005_x64.EXE
Binary file not shown.
Binary file added redist/vcredist2008_x64.EXE
Binary file not shown.
Binary file added redist/vcredist2010_x64.EXE
Binary file not shown.
Binary file added redist/vcredist2012_x64.EXE
Binary file not shown.
Binary file added redist/vcredist2013_x64.EXE
Binary file not shown.
Binary file added redist/vcredist2019_x64.EXE
Binary file not shown.
Binary file not shown.

0 comments on commit 8b6cec3

Please sign in to comment.