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

Commit bc4c40c

Browse files
committed
Updated latest release notes and version number.
1 parent c8d99fc commit bc4c40c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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.0.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
21+
[assembly: AssemblyVersion("4.0.1.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.

releasenotes/latest.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
Contains all builds for Mono/.NET/Mono for Android/Monotouch/Windows Phone.
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.

0 commit comments

Comments
 (0)