-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nuget files to automate assemply data
- Loading branch information
Sharon Shabtai
committed
Dec 20, 2016
1 parent
6180702
commit 1c5e913
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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&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> |