Skip to content

Commit

Permalink
Merge pull request #182 from MindscapeHQ/v-3.3.3
Browse files Browse the repository at this point in the history
Increase version
  • Loading branch information
QuantumNightmare committed Sep 22, 2014
2 parents 6994f2b + 85949ca commit bf18e53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Signed</id>
<version>3.3.2</version>
<version>3.3.3</version>
<title />
<authors>Mindscape</authors>
<owners />
Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion XamarinComponent/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf18e53

Please sign in to comment.