Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created August 8, 2016 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sthewissen/8e67c61e44bacc220dbd825d7d313506 to your computer and use it in GitHub Desktop.
Save sthewissen/8e67c61e44bacc220dbd825d7d313506 to your computer and use it in GitHub Desktop.
Rebex sample nuspec
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rebex.2016-R2</id>
<version>1.0.1</version>
<title>Rebex 2016-R2</title>
<authors>Steven Thewissen</authors>
<owners>Rebex</owners>
<iconUrl>https://somefancything.com/rebex.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Contains the core references for Rebex.</description>
<references>
<reference file="Rebex.Common.dll" />
<reference file="Rebex.Networking.dll" />
<reference file="Rebex.SshShell.dll" />
<reference file="Rebex.Telnet.dll" />
<reference file="Rebex.Terminal.dll" />
</references>
</metadata>
<files>
<file src="lib-2016-r2\Rebex.Common.dll" target="lib\" />
<file src="lib-2016-r2\Rebex.Networking.dll" target="lib\" />
<file src="lib-2016-r2\Rebex.SshShell.dll" target="lib\" />
<file src="lib-2016-r2\Rebex.Telnet.dll" target="lib\" />
<file src="lib-2016-r2\Rebex.Terminal.dll" target="lib\" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment