Skip to content

Commit e0597fa

Browse files
author
Jere Liimatainen
committed
Updated to version 2.2.0, updated manual.
1 parent de69523 commit e0597fa

File tree

7 files changed

+4
-5
lines changed

7 files changed

+4
-5
lines changed

Assets/application_preview.png

864 KB
Loading

Assets/preview_v.2.1.0.png

-880 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Full guide on how to use the application can be accessed by the "?" -button in t
1818

1919
## Preview
2020

21-
![Preview of app](/Assets/preview_v.2.1.0.png)
21+
![Preview of app](/Assets/application_preview.png)

Settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"SimulationDirectories": [
1111
"C:\\Users\\thear\\source\\repos\\START\\START-data\\Simulations"
1212
],
13-
"VersionNumber": "2.1.0.0"
13+
"VersionNumber": "2.2.0.0"
1414
}

SmartTrainApplication.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
9-
<Version>2.1.0.0</Version>
9+
<Version>2.2.0.0</Version>
1010
<ApplicationIcon>Assets\start.ico</ApplicationIcon>
1111
<Title>START</Title>
1212
</PropertyGroup>
@@ -28,7 +28,6 @@
2828

2929
<ItemGroup>
3030
<AvaloniaResource Include="Assets\*"/>
31-
<Folder Include="Assets\"/>
3231
</ItemGroup>
3332

3433

StartManual.docx

598 KB
Binary file not shown.

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- This manifest is used on Windows only.
44
Don't remove it as it might cause problems with window transparency and embeded controls.
55
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
6-
<assemblyIdentity version="2.1.0.0" name="SmartTrainApplication.Desktop"/>
6+
<assemblyIdentity version="2.2.0.0" name="SmartTrainApplication.Desktop"/>
77

88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>

0 commit comments

Comments
 (0)