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

Commit 834a4d3

Browse files
committed
Updated to v4.0.2. Updated release notes.
1 parent 7a7ced8 commit 834a4d3

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

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.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.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

releasenotes/latest.txt

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
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.

0 commit comments

Comments
 (0)