Skip to content

Commit

Permalink
Incremented the version to v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Sep 29, 2016
1 parent 56f71e2 commit 899f93f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Exceptionless.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CONTRIBUTING.md = CONTRIBUTING.md
Libraries\elasticsearch.prod.yml = Libraries\elasticsearch.prod.yml
Libraries\elasticsearch.yml = Libraries\elasticsearch.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
Expand Down
6 changes: 3 additions & 3 deletions Source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyInformationalVersion("3.4.0")]
[assembly: AssemblyVersion("3.5.0")]
[assembly: AssemblyFileVersion("3.5.0")]
[assembly: AssemblyInformationalVersion("3.5.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.4.{build}
version: 3.5.{build}
os: Visual Studio 2015
configuration: Release
clone_depth: 2
Expand Down

0 comments on commit 899f93f

Please sign in to comment.