diff --git a/Source/AssemblyInfo.cs b/Source/AssemblyInfo.cs
new file mode 100644
index 0000000..be76e5d
--- /dev/null
+++ b/Source/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+// --------------------------------------------------------------------------------------------------------------------
+//
+// Copyright (c) 2014 OxyPlot contributors
+//
+// --------------------------------------------------------------------------------------------------------------------
+
+using System.Reflection;
+
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyProduct("OxyPlot")]
+[assembly: AssemblyCompany("OxyPlot")]
+[assembly: AssemblyCopyright("Copyright (c) 2014 OxyPlot contributors")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The version numbers are updated by the build script. See ~/appveyor.yml
+[assembly: AssemblyVersion("0.0.1")]
+[assembly: AssemblyInformationalVersion("0.0.1-alpha")]
+[assembly: AssemblyFileVersion("0.0.1")]
\ No newline at end of file
diff --git a/Source/Examples/Xamarin.Android/ExampleBrowser/ExampleBrowser.csproj b/Source/Examples/Xamarin.Android/ExampleBrowser/ExampleBrowser.csproj
index dc09f88..23a8943 100644
--- a/Source/Examples/Xamarin.Android/ExampleBrowser/ExampleBrowser.csproj
+++ b/Source/Examples/Xamarin.Android/ExampleBrowser/ExampleBrowser.csproj
@@ -55,9 +55,9 @@
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -99,4 +99,5 @@
-->
-
\ No newline at end of file
+
+
diff --git a/Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyInfo.cs b/Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyDescription.cs
similarity index 89%
rename from Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyInfo.cs
rename to Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyDescription.cs
index 634c1bc..8fcf1a4 100644
--- a/Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyInfo.cs
+++ b/Source/Examples/Xamarin.Android/ExampleBrowser/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/Properties/AssemblyInfo.cs b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/Properties/AssemblyDescription.cs
similarity index 100%
rename from Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/Properties/AssemblyInfo.cs
rename to Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/Properties/AssemblyDescription.cs
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/SimpleDemo.Droid.csproj b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/SimpleDemo.Droid.csproj
index 58b46ee..ec1ef0b 100644
--- a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/SimpleDemo.Droid.csproj
+++ b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Droid/SimpleDemo.Droid.csproj
@@ -80,7 +80,7 @@
-
+
@@ -116,3 +116,4 @@
-->
+
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/Properties/AssemblyInfo.cs b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/Properties/AssemblyDescription.cs
similarity index 100%
rename from Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/Properties/AssemblyInfo.cs
rename to Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/Properties/AssemblyDescription.cs
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/SimpleDemo.WinPhone.csproj b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/SimpleDemo.WinPhone.csproj
index 3431b92..7d6a397 100644
--- a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/SimpleDemo.WinPhone.csproj
+++ b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.WinPhone/SimpleDemo.WinPhone.csproj
@@ -98,7 +98,7 @@
MainPage.xaml
-
+
True
True
@@ -201,3 +201,4 @@
+
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/Properties/AssemblyInfo.cs b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/Properties/AssemblyDescription.cs
similarity index 100%
rename from Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/Properties/AssemblyInfo.cs
rename to Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/Properties/AssemblyDescription.cs
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/SimpleDemo.iOS.csproj b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/SimpleDemo.iOS.csproj
index bd6ac94..ce39834 100644
--- a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/SimpleDemo.iOS.csproj
+++ b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/SimpleDemo.iOS.csproj
@@ -93,7 +93,7 @@
-
+
@@ -152,3 +152,4 @@
+
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/Properties/AssemblyInfo.cs b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/Properties/AssemblyDescription.cs
similarity index 100%
rename from Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/Properties/AssemblyInfo.cs
rename to Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/Properties/AssemblyDescription.cs
diff --git a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj
index 2996b73..0357aa9 100644
--- a/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj
+++ b/Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj
@@ -35,7 +35,7 @@
-
+
@@ -75,3 +75,4 @@
-->
+
diff --git a/Source/OxyPlot.MonoTouch/OxyPlot.MonoTouch.csproj b/Source/OxyPlot.MonoTouch/OxyPlot.MonoTouch.csproj
index 7499e7e..d74dde6 100644
--- a/Source/OxyPlot.MonoTouch/OxyPlot.MonoTouch.csproj
+++ b/Source/OxyPlot.MonoTouch/OxyPlot.MonoTouch.csproj
@@ -45,9 +45,9 @@
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -56,4 +56,5 @@
OxyPlot
-
\ No newline at end of file
+
+
diff --git a/Source/OxyPlot.MonoTouch/Properties/AssemblyInfo.cs b/Source/OxyPlot.MonoTouch/Properties/AssemblyDescription.cs
similarity index 88%
rename from Source/OxyPlot.MonoTouch/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.MonoTouch/Properties/AssemblyDescription.cs
index 72ee4d6..aee2092 100644
--- a/Source/OxyPlot.MonoTouch/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.MonoTouch/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj b/Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj
index b6ad638..932cfae 100644
--- a/Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj
+++ b/Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj
@@ -50,9 +50,9 @@
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -74,4 +74,5 @@
CanvasRenderContext.cs
-
\ No newline at end of file
+
+
diff --git a/Source/OxyPlot.Xamarin.Android/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Android/Properties/AssemblyDescription.cs
similarity index 87%
rename from Source/OxyPlot.Xamarin.Android/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Android/Properties/AssemblyDescription.cs
index 75514c8..a34a058 100644
--- a/Source/OxyPlot.Xamarin.Android/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Android/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj b/Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj
index f3cb819..5f1c938 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj
@@ -77,10 +77,10 @@
-
- Properties\GlobalAssemblyInfo.cs
+
+ Properties\AssemblyInfo.cs
-
+
@@ -110,3 +110,4 @@
+
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyDescription.cs
similarity index 88%
rename from Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyDescription.cs
index 12fd289..46396ca 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.Android/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.WP8/OxyPlot.Xamarin.Forms.Platform.WP8.csproj b/Source/OxyPlot.Xamarin.Forms.Platform.WP8/OxyPlot.Xamarin.Forms.Platform.WP8.csproj
index 51547fd..9c1e8d7 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.WP8/OxyPlot.Xamarin.Forms.Platform.WP8.csproj
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.WP8/OxyPlot.Xamarin.Forms.Platform.WP8.csproj
@@ -87,12 +87,12 @@
4
-
- Properties\GlobalAssemblyInfo.cs
+
+ Properties\AssemblyInfo.cs
-
+
@@ -144,3 +144,4 @@
-->
+
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyDescription.cs
similarity index 91%
rename from Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyDescription.cs
index a2ae46b..8b6396a 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.WP8/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/OxyPlot.Xamarin.Forms.Platform.iOS.Classic.csproj b/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/OxyPlot.Xamarin.Forms.Platform.iOS.Classic.csproj
index 1ae4179..9cd4a44 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/OxyPlot.Xamarin.Forms.Platform.iOS.Classic.csproj
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/OxyPlot.Xamarin.Forms.Platform.iOS.Classic.csproj
@@ -60,10 +60,10 @@
-
+
-
- Properties\GlobalAssemblyInfo.cs
+
+ Properties\AssemblyInfo.cs
@@ -88,3 +88,4 @@
+
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyDescription.cs
similarity index 88%
rename from Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyDescription.cs
index 2dfc117..72d7224 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj b/Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj
index 8f6d7d8..0d4f727 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj
@@ -58,9 +58,9 @@
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -84,3 +84,4 @@
+
diff --git a/Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyDescription.cs
similarity index 88%
rename from Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyDescription.cs
index db8fa71..ad9183d 100644
--- a/Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Forms.Platform.iOS/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj b/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj
index 11f325f..1bc0a3d 100644
--- a/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj
+++ b/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj
@@ -36,9 +36,9 @@
..\..\Output\Xamarin.Forms\OxyPlot.Xamarin.Forms.XML
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -70,3 +70,4 @@
+
diff --git a/Source/OxyPlot.Xamarin.Forms/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Forms/Properties/AssemblyDescription.cs
similarity index 87%
rename from Source/OxyPlot.Xamarin.Forms/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Forms/Properties/AssemblyDescription.cs
index 26154b9..5b90c7e 100644
--- a/Source/OxyPlot.Xamarin.Forms/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.Forms/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------
diff --git a/Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj b/Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj
index 0c3ce2a..0ffd62e 100644
--- a/Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj
+++ b/Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -52,7 +52,7 @@
-
+
@@ -64,4 +64,5 @@
OxyPlot
-
\ No newline at end of file
+
+
diff --git a/Source/OxyPlot.Xamarin.Mac/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.Mac/Properties/AssemblyDescription.cs
similarity index 100%
rename from Source/OxyPlot.Xamarin.Mac/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.Mac/Properties/AssemblyDescription.cs
diff --git a/Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj b/Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj
index 2e5f45e..6bf0e00 100644
--- a/Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj
+++ b/Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj
@@ -42,9 +42,9 @@
-
-
- Properties\GlobalAssemblyInfo.cs
+
+
+ Properties\AssemblyInfo.cs
@@ -55,4 +55,5 @@
-
\ No newline at end of file
+
+
diff --git a/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyDescription.cs
similarity index 87%
rename from Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs
rename to Source/OxyPlot.Xamarin.iOS/Properties/AssemblyDescription.cs
index d363a0c..19666c6 100644
--- a/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs
+++ b/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyDescription.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-//
+//
// Copyright (c) 2014 OxyPlot contributors
//
// --------------------------------------------------------------------------------------------------------------------