Skip to content

Commit

Permalink
Set 0.8.4 as Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fragtality committed Dec 5, 2024
1 parent 191ffa2 commit 6164d38
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
Binary file modified Install-PilotsDeck-latest.exe
Binary file not shown.
Binary file modified Installer/BuildTimestamp.cs
Binary file not shown.
2 changes: 1 addition & 1 deletion Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PublisherName>Fragtality</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.8.3.0</ApplicationVersion>
<ApplicationVersion>0.8.4.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
Expand Down
Binary file modified Installer/PilotsDeck-release.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
//(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird,
// designspezifischen Ressourcenwörterbuch nicht gefunden werden kann.)
)]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
[assembly: AssemblyVersion("0.8.4.0")]
[assembly: AssemblyFileVersion("0.8.4.0")]


// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
Expand Down
2 changes: 1 addition & 1 deletion Plugin/PilotsDeck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ApplicationIcon>Plugin\Images\PluginIcon.ico</ApplicationIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Platforms>x64</Platforms>
<Version>0.8.3</Version>
<Version>0.8.4</Version>
<Title>PilotsDeck</Title>
<Authors>Fragtality</Authors>
<Description>Directly check &amp; control your FlightSim from the StreamDeck!</Description>
Expand Down
3 changes: 2 additions & 1 deletion ProfileManager/ProfileManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PlatformTarget>x64</PlatformTarget>
<StartupObject>ProfileManager.App</StartupObject>
<ApplicationIcon>PluginIcon.ico</ApplicationIcon>
<Version>0.8.3</Version>
<Version>0.8.4</Version>
<Authors>Fragtality</Authors>
<Description>Install Profiles and manage Profile Switching for PilotsDeck</Description>
<Copyright>Copyright © 2024</Copyright>
Expand All @@ -18,6 +18,7 @@
<PackageIcon>PluginIcon.png</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64</Platforms>
<Title>Profile Manager</Title>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion release-info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.3
v0.8.4

0 comments on commit 6164d38

Please sign in to comment.