From de321ef53c3645b5ff1280d9293b1dd3793b413b Mon Sep 17 00:00:00 2001 From: Jason Fauchelle Date: Wed, 29 Jan 2014 11:34:43 +1300 Subject: [PATCH] Resolved MonoTouch NuGet target. --- AssemblyVersionInfo.cs | 4 ++-- Mindscape.Raygun4Net.nuspec | 3 ++- XamarinComponent/Rakefile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AssemblyVersionInfo.cs b/AssemblyVersionInfo.cs index 9388c5f8..be704547 100644 --- a/AssemblyVersionInfo.cs +++ b/AssemblyVersionInfo.cs @@ -12,5 +12,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.10.0")] -[assembly: AssemblyFileVersion("1.1.10.0")] +[assembly: AssemblyVersion("1.1.11.0")] +[assembly: AssemblyFileVersion("1.1.11.0")] diff --git a/Mindscape.Raygun4Net.nuspec b/Mindscape.Raygun4Net.nuspec index 20afaf00..d4647d70 100644 --- a/Mindscape.Raygun4Net.nuspec +++ b/Mindscape.Raygun4Net.nuspec @@ -2,7 +2,7 @@ Mindscape.Raygun4Net - 1.1.10 + 1.1.11 <authors>Mindscape</authors> <owners /> @@ -21,6 +21,7 @@ <file src="build\Mindscape.Raygun4Net.Xamarin.Android.pdb" target="lib\MonoAndroid2.2\Mindscape.Raygun4Net.Xamarin.Android.pdb" /> <!-- Xamarin.iOS --> <file src="build\Mindscape.Raygun4Net.Xamarin.iOS.dll" target="lib\MonoTouch4.0\Mindscape.Raygun4Net.Xamarin.iOS.dll" /> + <file src="build\Mindscape.Raygun4Net.Xamarin.iOS.dll" target="lib\MonoTouch\Mindscape.Raygun4Net.Xamarin.iOS.dll" /> <!-- WinRT --> <file src="build\Mindscape.Raygun4Net.WinRT\Mindscape.Raygun4Net.WinRT.dll" target="lib\windows8\Mindscape.Raygun4Net.WinRT.dll" /> <file src="build\Mindscape.Raygun4Net.WinRT\Mindscape.Raygun4Net.WinRT.pdb" target="lib\windows8\Mindscape.Raygun4Net.WinRT.pdb" /> diff --git a/XamarinComponent/Rakefile b/XamarinComponent/Rakefile index 163278ed..c081b440 100644 --- a/XamarinComponent/Rakefile +++ b/XamarinComponent/Rakefile @@ -3,7 +3,7 @@ require "rake/clean" CLEAN.include "*.xam" CLEAN.include "xpkg" -COMPONENT = "raygun4net-1.1.10.xam" +COMPONENT = "raygun4net-1.1.11.xam" file "xpkg/xpkg.exe" do sh "if exist xpkg del /Q xpkg & rd xpkg"