Skip to content

Commit

Permalink
Version 2.1.2 for newer SolvisControl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harborsiem committed Jun 21, 2021
1 parent c936634 commit 1f66c97
Show file tree
Hide file tree
Showing 9 changed files with 141 additions and 65 deletions.
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Version 2.1.2
- Bug im Konfigurationsmenu
- besseres App Icon
- Aktoren A21 und A22 ergänzt (SolvisControl Version ZR2.05.06/NB30000/ZP-)

## Version 2.1.1
- bessere Dialog Schrift
Expand Down
2 changes: 1 addition & 1 deletion SolvisSC2Viewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Harbor")]
[assembly: AssemblyProduct("SolvisSC2Viewer")]
[assembly: AssemblyCopyright("Copyright © Harbor 2012, 2018")]
[assembly: AssemblyCopyright("Copyright © Harbor 2012, 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
22 changes: 21 additions & 1 deletion SolvisSC2Viewer/app/controls/SensorsActors.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions SolvisSC2Viewer/app/controls/SensorsActors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ private void MakeActorsList() {
actors.Add(a18Check);
actors.Add(a19Check);
actors.Add(a20Check);
actors.Add(a21Check);
actors.Add(a22Check);
}

private void MakeOptionsList() {
Expand Down
Loading

0 comments on commit 1f66c97

Please sign in to comment.