Skip to content

Commit 83b3a88

Browse files
committed
preparation for release
1 parent 9d4d1f6 commit 83b3a88

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelogs/1.5.0.7.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog for 1.5.0.7 (2024-05-10)
2+
3+
##Fixes
4+
* Select Tool no longer unselects and reselects all lines every frame
5+
* .json files now load scenery line ID properly
6+
* Slightly faster traversing of the lines Linked List

src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// App version
1111
// Note: AssemblyFileVersion and contents of "../version" is autogenerated from this value
12-
[assembly: AssemblyInformationalVersion("1.5.0.5a")]
12+
[assembly: AssemblyInformationalVersion("1.5.0.7a")]
1313

1414
// Setting ComVisible to false makes the types in this assembly not visible
1515
// to COM components. If you need to access a type in this assembly from

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0.6
1+
1.5.0.7

0 commit comments

Comments
 (0)