From 1c5e913afc460bc7b8649e75df0ab10fc4737976 Mon Sep 17 00:00:00 2001 From: Sharon Shabtai Date: Tue, 20 Dec 2016 10:41:58 -0700 Subject: [PATCH] update nuget files to automate assemply data --- TpfrClient/ITpfrClient.cs | 2 +- TpfrClient/Properties/AssemblyInfo.cs | 6 +++--- TpfrClient/TpfrClient.nuspec | 23 +++++++++++++---------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/TpfrClient/ITpfrClient.cs b/TpfrClient/ITpfrClient.cs index 7409efd..01ac12c 100644 --- a/TpfrClient/ITpfrClient.cs +++ b/TpfrClient/ITpfrClient.cs @@ -68,4 +68,4 @@ public interface ITpfrClient /// ReWrapStatus ReWrapStatus(ReWrapStatusRequest request); } -} +} \ No newline at end of file diff --git a/TpfrClient/Properties/AssemblyInfo.cs b/TpfrClient/Properties/AssemblyInfo.cs index 00ad26e..40971ce 100644 --- a/TpfrClient/Properties/AssemblyInfo.cs +++ b/TpfrClient/Properties/AssemblyInfo.cs @@ -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")] @@ -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")] diff --git a/TpfrClient/TpfrClient.nuspec b/TpfrClient/TpfrClient.nuspec index 44fc8be..e66be51 100644 --- a/TpfrClient/TpfrClient.nuspec +++ b/TpfrClient/TpfrClient.nuspec @@ -1,14 +1,17 @@ - + - TpfrClient - 0.1.0 - SpectraLogic - en-US - Time based Partial File Recovery Client + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/SpectraLogic/tpfr_client/blob/master/LICENSE.md + https://github.com/SpectraLogic/tpfr_client + https://avatars2.githubusercontent.com/u/7060807?v=2&s=200 + false + $description$ + + Copyright 2016 - - - - \ No newline at end of file