Skip to content

Commit a0c9838

Browse files
committed
Bumping version number ahead of release
1 parent f7f3586 commit a0c9838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geocoding.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Geocoding.net</id>
5-
<version>3.2.1</version>
5+
<version>3.3.0</version>
66
<title>Geocoding.net</title>
77
<authors>chadly</authors>
88
<owners>chadly</owners>

teamcity.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<!-- make sure to change the version in geocoding.nuspec as well!!! -->
1212
<!-- TODO: get the build script to update the nuspec version automagically -->
1313
<major>3</major>
14-
<minor>2</minor>
15-
<patch>1</patch>
14+
<minor>3</minor>
15+
<patch>0</patch>
1616

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

0 commit comments

Comments
 (0)