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"