Skip to content

Commit

Permalink
Bump minor version ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Sep 20, 2016
1 parent 549cf89 commit 2ec3530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geocoding.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Geocoding.net</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>Geocoding.net</title>
<authors>chadly</authors>
<owners>chadly</owners>
Expand Down
2 changes: 1 addition & 1 deletion teamcity.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- make sure to change the version in geocoding.nuspec as well!!! -->
<!-- TODO: get the build script to update the nuspec version automagically -->
<major>3</major>
<minor>4</minor>
<minor>5</minor>
<patch>0</patch>

<buildOptions>Configuration=$(configuration);major=$(major);minor=$(minor);patch=$(patch);prerelease=$(prerelease);build=$(build);yahooConsumerKey=$(yahooConsumerKey);yahooConsumerSecret=$(yahooConsumerSecret);bingMapsKey=$(bingMapsKey);googleApiKey=$(googleApiKey);mapQuestKey=$(mapQuestKey)</buildOptions>
Expand Down

0 comments on commit 2ec3530

Please sign in to comment.