Skip to content

Commit 2a92777

Browse files
committed
Version 1.6.2.
1 parent 03c14d6 commit 2a92777

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MSFS/SimConnect Touch Portal Plugin Change Log
22

3+
## 1.6.2.0 (May-21-2024)
4+
Version number: `1060200`
5+
6+
* Fixed that many of the basic plugin actions were broken in v1.6.1. The errors were logged as "Could not parse required action parameters for [action name] from data: ..."
7+
8+
---
39
## 1.6.1.0 (May-20-2024)
410
Version number: `1060100`
511

MSFSTouchPortalPlugin/MSFSTouchPortalPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<RootNamespace>MSFSTouchPortalPlugin</RootNamespace>
6-
<Version>1.6.1.0</Version>
6+
<Version>1.6.2.0</Version>
77
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
88
<Platforms>MSFS;FSX</Platforms>
99
<OutputPath>..\build\$(Platform)-$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)