File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55// set of attributes. Change these attribute values to modify the information
66// associated with an assembly.
77[ assembly: AssemblyTitle ( "CA Agile Central Rest API for .NET" ) ]
8- [ assembly: AssemblyDescription ( "" ) ]
8+ [ assembly: AssemblyDescription ( "A .Net 4.0 Toolkit for Accessing CA Agile Central's Webservice API " ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "CA Technologies" ) ]
1111[ assembly: AssemblyProduct ( "CA Agile Central Rest API for .NET" ) ]
Original file line number Diff line number Diff line change 112112 </None >
113113 <None Include =" app.config" />
114114 <None Include =" packages.config" />
115+ <None Include =" Rally.RestApi.nuspec" />
115116 </ItemGroup >
116117 <ItemGroup />
117118 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >$id$</id >
5+ <version >$version$</version >
6+ <title >$title$</title >
7+ <authors >$author$</authors >
8+ <owners >$author$</owners >
9+ <licenseUrl >https://raw.githubusercontent.com/RallyTools/RallyRestToolkitFor.NET/master/LICENSE</licenseUrl >
10+ <projectUrl >https://github.com/RallyTools/RallyRestToolkitFor.NET</projectUrl >
11+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12+ <description >$description$</description >
13+ <releaseNotes >Release 3.1.1</releaseNotes >
14+ <copyright >Copyright 2016</copyright >
15+ <tags >Rally CAAgileCentral</tags >
16+ </metadata >
17+ </package >
You can’t perform that action at this time.
0 commit comments