Skip to content

Commit

Permalink
update to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Sep 21, 2016
1 parent 5e4dc76 commit d10e80f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Bugsnag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Bugsnag</id>
<version>1.2.0.0</version>
<version>1.3.0.0</version>
<title>Bugsnag .NET Notifier</title>
<authors>snmaynard</authors>
<owners>snmaynard</owners>
Expand Down
2 changes: 1 addition & 1 deletion BugsnagMono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>BugsnagMono</id>
<version>1.2.0.0</version>
<version>1.3.0.0</version>
<title>Bugsnag .NET Notifier for Mono</title>
<authors>snmaynard</authors>
<owners>snmaynard</owners>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 1.2.0.{build}
version: 1.3.0.{build}

#---------------------------------#
# build configuration #
Expand Down
4 changes: 2 additions & 2 deletions src/Common/CommonVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

0 comments on commit d10e80f

Please sign in to comment.