Skip to content

Commit 2e91300

Browse files
committed
Add nuget package
1 parent 9ebca88 commit 2e91300

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

Rally.RestApi/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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")]

Rally.RestApi/Rally.RestApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
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" />

Rally.RestApi/Rally.RestApi.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>

0 commit comments

Comments
 (0)