Skip to content

Commit

Permalink
Add nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed May 9, 2015
1 parent f8cc2d8 commit 3d7d9b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tmds.MDns")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("This library allows to find services announced via multicast DNS (RFC6762 and RFC6763).")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Tom Deseyn")]
[assembly: AssemblyProduct("Tmds.MDns")]
[assembly: AssemblyCopyright("Copyright © Tom Deseyn")]
[assembly: AssemblyTrademark("")]
Expand Down
14 changes: 14 additions & 0 deletions Tmds.MDns.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/tmds/Tmds.MDns/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/tmds/Tmds.MDns</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>$author$</copyright>
</metadata>
</package>

0 comments on commit 3d7d9b6

Please sign in to comment.