diff --git a/AssemblyVersionInfo.cs b/AssemblyVersionInfo.cs index 59ffc962..98a2a09a 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("3.3.2.0")] -[assembly: AssemblyFileVersion("3.3.2.0")] +[assembly: AssemblyVersion("3.3.3.0")] +[assembly: AssemblyFileVersion("3.3.3.0")] diff --git a/Mindscape.Raygun4Net.Signed.nuspec b/Mindscape.Raygun4Net.Signed.nuspec index 04330f6f..25d41e30 100644 --- a/Mindscape.Raygun4Net.Signed.nuspec +++ b/Mindscape.Raygun4Net.Signed.nuspec @@ -2,7 +2,7 @@ Mindscape.Raygun4Net.Signed - 3.3.2 + 3.3.3 <authors>Mindscape</authors> <owners /> diff --git a/Mindscape.Raygun4Net.nuspec b/Mindscape.Raygun4Net.nuspec index 154f123b..85bcfbac 100644 --- a/Mindscape.Raygun4Net.nuspec +++ b/Mindscape.Raygun4Net.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata minClientVersion="2.5"> <id>Mindscape.Raygun4Net</id> - <version>3.3.2</version> + <version>3.3.3</version> <title /> <authors>Mindscape</authors> <owners /> diff --git a/XamarinComponent/Rakefile b/XamarinComponent/Rakefile index 17ce9ad2..f5267e09 100644 --- a/XamarinComponent/Rakefile +++ b/XamarinComponent/Rakefile @@ -3,7 +3,7 @@ require "rake/clean" CLEAN.include "*.xam" CLEAN.include "xpkg" -COMPONENT = "raygun4net-3.3.2.xam" +COMPONENT = "raygun4net-3.3.3.xam" file "xpkg/xpkg.exe" do sh "if exist xpkg del /Q xpkg & rd xpkg"