Skip to content

Commit

Permalink
bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Aug 18, 2015
1 parent dc9a9ae commit baa49c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MSBuildTasks.Project.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>
<id>MSBuildTasks.Project</id>
<version>1.4.0</version>
<version>1.5.0</version>
<authors>Paul Welter</authors>
<description>The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.</description>
<language>en-US</language>
Expand Down
3 changes: 2 additions & 1 deletion MSBuildTasks.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>
<id>MSBuildTasks</id>
<version>1.4.0</version>
<version>1.5.0</version>
<authors>LoreSoft</authors>
<owners>LoreSoft</owners>
<licenseUrl>http://opensource.org/licenses/bsd-license.php</licenseUrl>
Expand All @@ -12,6 +12,7 @@
<copyright>Copyright (c) 2015, LoreSoft</copyright>
<language>en-US</language>
<tags>MSBuild build</tags>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<file src="Build\MSBuild.Community.Tasks.*" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion Master.proj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<BuildConfiguration Condition=" '$(BuildConfiguration)' == '' ">Release</BuildConfiguration>

<Major Condition=" '$(Major)' == '' ">1</Major>
<Minor Condition=" '$(Minor)' == '' ">4</Minor>
<Minor Condition=" '$(Minor)' == '' ">5</Minor>
<Patch Condition=" '$(Patch)' == '' ">0</Patch>

<AssemblyVersion>$(Major).$(Minor).0.0</AssemblyVersion>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 1.4.0.{build}
version: 1.5.0.{build}
skip_tags: true
environment:
Major: 1
Minor: 4
Minor: 5
Patch: 0
configuration: Release
before_build:
Expand Down

0 comments on commit baa49c3

Please sign in to comment.