Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jul 14, 2020
1 parent 14d346f commit 98db4f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.3-alpha.{build}
version: 1.0.4-alpha.{build}
skip_tags: true
image: Visual Studio 2017
build_script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.3
version: 1.0.4
skip_non_tags: true
image: Visual Studio 2017
build_script:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetVersion: 1.0.3-alpha.$(Build.BuildNumber)
nugetVersion: 1.0.4-alpha.$(Build.BuildNumber)

steps:

Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<build>
<project id="Examine" version="1.0.3"/>
<project id="Examine" version="1.0.4"/>
<project id="Examine.AzureDirectory" version="1.0.0-beta07"/>
</build>

0 comments on commit 98db4f7

Please sign in to comment.