This repository was archived by the owner on Sep 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed
Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 1818
1919using System . Reflection ;
2020
21- [ assembly: AssemblyVersion ( "4.0.1 .9999" ) ] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
21+ [ assembly: AssemblyVersion ( "4.0.2 .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.
Original file line number Diff line number Diff line change 1+ Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS:
2+
3+ This is the first OsmSharp release of v4. A high-level overview of new features since v3:
4+
5+ For Xamarin.Android & Xamarin.iOS:
6+
7+ - (Offline) Rendering on Android/iOS.
8+ - (Offline) Routing on Android/iOS.
9+ - MapViews on Android/iOS.
10+
11+ All platforms:
12+
13+ - Serializable routing graph for offline routing.
14+ - Serializable vector format for offline map rendering.
Original file line number Diff line number Diff line change 1- Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS:
2-
3- This is the first OsmSharp release of v4. A high-level overview of new features since v3:
4-
5- For Xamarin.Android & Xamarin.iOS:
6-
7- - (Offline) Rendering on Android/iOS.
8- - (Offline) Routing on Android/iOS.
9- - MapViews on Android/iOS.
10-
11- All platforms:
12-
13- - Serializable routing graph for offline routing.
14- - Serializable vector format for offline map rendering.
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.
You can’t perform that action at this time.
0 commit comments