Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

Commit c6641a6

Browse files
committed
Updated releasenotes and changed assembly version.
1 parent 79f2ab5 commit c6641a6

3 files changed

Lines changed: 25 additions & 9 deletions

File tree

SharedAssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
using System.Reflection;
2020

21-
[assembly: AssemblyVersion("4.0.3.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
21+
[assembly: AssemblyVersion("4.0.4.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
2222
[assembly: AssemblyInformationalVersion("Local Build Version")] // do not change this; build server replace this automatically.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS.
2+
3+
- Bufgix in MapView dispose.
4+
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker.
5+
- Fixed CoreText warning message on iOS (thanks @macjon)
6+
- Added the option to create a TagCollection from a Dictionary<string, string>.
7+
- Updated the Vehicle class with serialization options.
8+
- Added two more offline map sample files.

releasenotes/latest.txt

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS.
2-
3-
- Bufgix in MapView dispose.
4-
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker.
5-
- Fixed CoreText warning message on iOS (thanks @macjon)
6-
- Added the option to create a TagCollection from a Dictionary<string, string>.
7-
- Updated the Vehicle class with serialization options.
8-
- Added two more offline map sample files.
1+
- Added a way to serialize/deserialize vehicle profiles by ID and registration.
2+
- Added a HugeHashSet to get around object size limitations.
3+
- Small fix in IsRestriction in OsmRoutingInterpreter.
4+
- Added ExpandWith to GeoCoordinateBox to resize an existing box.
5+
- Optimized network loading step for live graph.
6+
- Added a performance test for the live routing.
7+
- Added a live preprocessor to compress the routing graph.
8+
- Routing speed improvement when using the live routing flavour.
9+
- Fixed resolving end point bugs.
10+
- Partial fix of LayerTile problem.
11+
- Added extra functionality to calculate information about a route.
12+
- Added extra unittests for the RouteTracker.
13+
- LayerTile optimizations.
14+
- Optimized LayerTile to start loading tiles at the center.
15+
- Fixed unittests that failed because of incorrectly mapped data. OsmSharp can now handle this data.
16+
- Added the possibility to serialize routing graph to one big flatfile and load them again from disk.

0 commit comments

Comments
 (0)