Skip to content

Commit 661f89b

Browse files
committed
Bump version to 3.2.1
1 parent 082dd53 commit 661f89b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Rally.RestApi.UiForWinforms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.1.0")]
36-
[assembly: AssemblyFileVersion("3.1.1.0")]
35+
[assembly: AssemblyVersion("3.2.1.0")]
36+
[assembly: AssemblyFileVersion("3.2.1.0")]

Rally.RestApi.UiForWpf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.1.1.0")]
55-
[assembly: AssemblyFileVersion("3.1.1.0")]
54+
[assembly: AssemblyVersion("3.2.1.0")]
55+
[assembly: AssemblyFileVersion("3.2.1.0")]

Rally.RestApi/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.1.1.0")]
35-
[assembly: AssemblyFileVersion("3.1.1.0")]
34+
[assembly: AssemblyVersion("3.2.1.0")]
35+
[assembly: AssemblyFileVersion("3.2.1.0")]
3636

3737
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Rally.RestApi.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a94bfacc7d8802c720773e9c39f73874c8afdecccfa6c6c1d59fc7ce4fbb0417249f12781168855a9bc8403632decc1b88c1e0f91c01b14af97e087a8d3f62d4f79399760b15d3cb0711723abfd2718494460ade8c3aa2d3450ac05b62987fb1fd3bca54e35706b8de19a2f89aba65c9741ec9046d36a317e09fdc660bbd18bc")]
3838
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Rally.RestApi.UiForWinforms, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a94bfacc7d8802c720773e9c39f73874c8afdecccfa6c6c1d59fc7ce4fbb0417249f12781168855a9bc8403632decc1b88c1e0f91c01b14af97e087a8d3f62d4f79399760b15d3cb0711723abfd2718494460ade8c3aa2d3450ac05b62987fb1fd3bca54e35706b8de19a2f89aba65c9741ec9046d36a317e09fdc660bbd18bc")]

Rally.RestApi/Rally.RestApi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/RallyTools/RallyRestToolkitFor.NET</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<releaseNotes>Release 3.1.1</releaseNotes>
13+
<releaseNotes>Release 3.2.1</releaseNotes>
1414
<copyright>Copyright 2016</copyright>
1515
<tags>Rally CAAgileCentral</tags>
1616
</metadata>

0 commit comments

Comments
 (0)