Skip to content

Commit

Permalink
Version Number Changes
Browse files Browse the repository at this point in the history
Updates to README.md
  • Loading branch information
Martin Noreke committed Mar 25, 2015
1 parent 9f68951 commit 1d2a2ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -10,14 +10,12 @@ The Rally REST API for .NET is available on an as-is basis.

Rally Software does not actively maintain or support this toolkit. If you have a question or problem, we recommend posting it to Stack Overflow: http://stackoverflow.com/questions/ask?tags=rally

## Download
## Downloads

[Rally REST API for .NET DLL](https://github.com/RallyTools/RallyRestToolkitFor.NET/releases/download/v2.0.1/rally-rest-api.net-2.0.1.zip)
[Releases](https://github.com/RallyTools/RallyRestToolkitFor.NET/releases)

## User Guide

Please view the [Rally REST API for .NET User Guide](https://github.com/RallyTools/RallyRestToolkitFor.NET/wiki/User-Guide) in the attached wiki

[Full REST API for .NET API docs](http://rallytools.github.io/RallyRestToolkitFor.NET/Index.html)

[Web Services API documentation](https://rally1.rallydev.com/slm/doc/webservice)
6 changes: 3 additions & 3 deletions Rally.RestApi.UiForWinforms/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Rally.RestApi.UiForWinforms")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2014 - 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
20 changes: 10 additions & 10 deletions Rally.RestApi.UiForWpf/Properties/AssemblyInfo.cs
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Rally.RestApi.UiForWpf")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2014 - 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,13 +31,13 @@
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]


[assembly:ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]


Expand All @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
4 changes: 2 additions & 2 deletions Rally.RestApi/Properties/AssemblyInfo.cs
Expand Up @@ -31,8 +31,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]

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

0 comments on commit 1d2a2ae

Please sign in to comment.