Skip to content

Commit 899f93f

Browse files
committed
Incremented the version to v3.5
1 parent 56f71e2 commit 899f93f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Exceptionless.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
appveyor.yml = appveyor.yml
1111
CONTRIBUTING.md = CONTRIBUTING.md
12+
Libraries\elasticsearch.prod.yml = Libraries\elasticsearch.prod.yml
1213
Libraries\elasticsearch.yml = Libraries\elasticsearch.yml
1314
LICENSE.txt = LICENSE.txt
1415
README.md = README.md

Source/GlobalAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
[assembly: AssemblyConfiguration("Release")]
1313
#endif
1414

15-
[assembly: AssemblyVersion("3.4.0")]
16-
[assembly: AssemblyFileVersion("3.4.0")]
17-
[assembly: AssemblyInformationalVersion("3.4.0")]
15+
[assembly: AssemblyVersion("3.5.0")]
16+
[assembly: AssemblyFileVersion("3.5.0")]
17+
[assembly: AssemblyInformationalVersion("3.5.0")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.4.{build}
1+
version: 3.5.{build}
22
os: Visual Studio 2015
33
configuration: Release
44
clone_depth: 2

0 commit comments

Comments
 (0)