From b57e6187b687e76b414c6bc6ff465599de331db7 Mon Sep 17 00:00:00 2001 From: Oystein Bjorke Date: Mon, 26 Jan 2015 22:21:20 +0100 Subject: [PATCH] Correct iOS assembly title --- Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs b/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs index ae08abc..d363a0c 100644 --- a/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs +++ b/Source/OxyPlot.Xamarin.iOS/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ using System.Reflection; -[assembly: AssemblyTitle("OxyPlot.XamarinIOS")] +[assembly: AssemblyTitle("OxyPlot.Xamarin.iOS")] [assembly: AssemblyDescription("OxyPlot for Xamarin.iOS")]