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

Commit

Permalink
Updated to v4.0.2. Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Jan 23, 2014
1 parent 7a7ced8 commit 834a4d3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion SharedAssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

using System.Reflection;

[assembly: AssemblyVersion("4.0.1.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
[assembly: AssemblyVersion("4.0.2.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
[assembly: AssemblyInformationalVersion("Local Build Version")] // do not change this; build server replace this automatically.
14 changes: 14 additions & 0 deletions releasenotes/OsmSharp v4.0.1.559.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS:

This is the first OsmSharp release of v4. A high-level overview of new features since v3:

For Xamarin.Android & Xamarin.iOS:

- (Offline) Rendering on Android/iOS.
- (Offline) Routing on Android/iOS.
- MapViews on Android/iOS.

All platforms:

- Serializable routing graph for offline routing.
- Serializable vector format for offline map rendering.
22 changes: 8 additions & 14 deletions releasenotes/latest.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS:

This is the first OsmSharp release of v4. A high-level overview of new features since v3:

For Xamarin.Android & Xamarin.iOS:

- (Offline) Rendering on Android/iOS.
- (Offline) Routing on Android/iOS.
- MapViews on Android/iOS.

All platforms:

- Serializable routing graph for offline routing.
- Serializable vector format for offline map rendering.
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS.

- Bufgix in MapView dispose.
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker.
- Fixed CoreText warning message on iOS (thanks @macjon)
- Added the option to create a TagCollection from a Dictionary<string, string>.
- Updated the Vehicle class with serialization options.
- Added two more offline map sample files.

4 comments on commit 834a4d3

@xivk
Copy link
Contributor Author

@xivk xivk commented on 834a4d3 Jan 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 Build 581 is now running

@xivk
Copy link
Contributor Author

@xivk xivk commented on 834a4d3 Jan 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 Build 4.0.2.581 outcome was SUCCESS
Summary: Tests passed: 388 Build time: 0:0:0

@xivk
Copy link
Contributor Author

@xivk xivk commented on 834a4d3 Jan 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 - TestFlight - Android Build 28 is now running

@xivk
Copy link
Contributor Author

@xivk xivk commented on 834a4d3 Jan 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 - TestFlight - Android Build 28 outcome was SUCCESS
Summary: Running Build time: 0:0:0

Please sign in to comment.