Skip to content

Commit

Permalink
Bump version to 1.4.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Sep 3, 2023
1 parent ff6adfb commit ac2d205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MSFSTouchPortalPlugin/MSFSTouchPortalPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>MSFSTouchPortalPlugin</RootNamespace>
<Version>1.4.3.0</Version>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.3</Version>
<FileVersion>1.4.3.3</FileVersion>
<Platforms>x64;FSX</Platforms>
<OutputPath>..\build\$(Platform)-$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\build\obj\$(MSBuildProjectName)\$(Platform)-$(Configuration)\</IntermediateOutputPath>
Expand Down Expand Up @@ -33,9 +33,9 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='FSX'">
<AssemblyName>FSXTouchPortalPlugin</AssemblyName>
<PlatformTarget>x86</PlatformTarget>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<AssemblyName>FSXTouchPortalPlugin</AssemblyName>
<DefineConstants>FSX;$(DefineConstants)</DefineConstants>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
Expand Down

0 comments on commit ac2d205

Please sign in to comment.