Skip to content

Commit

Permalink
update nuget files to automate assemply data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Shabtai committed Dec 20, 2016
1 parent 6180702 commit 1c5e913
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion TpfrClient/ITpfrClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ public interface ITpfrClient
/// <returns></returns>
ReWrapStatus ReWrapStatus(ReWrapStatusRequest request);
}
}
}
6 changes: 3 additions & 3 deletions TpfrClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SpectraLogic_TpfrClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Time based Partial File Recovery Client")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Spectra Logic Corporation")]
[assembly: AssemblyProduct("SpectraLogic_TpfrClient")]
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("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
23 changes: 13 additions & 10 deletions TpfrClient/TpfrClient.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<package>
<metadata>
<id>TpfrClient</id>
<version>0.1.0</version>
<authors>SpectraLogic</authors>
<language>en-US</language>
<description>Time based Partial File Recovery Client</description>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/SpectraLogic/tpfr_client/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/SpectraLogic/tpfr_client</projectUrl>
<iconUrl>https://avatars2.githubusercontent.com/u/7060807?v=2&amp;s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016</copyright>
</metadata>
<files>
<file src="Bin\Release\TpfrClient.dll" target="lib\Net452" />
<file src="Bin\Release\TpfrClient.xml" target="lib\Net452" />
</files>
</package>

0 comments on commit 1c5e913

Please sign in to comment.