Skip to content

Commit

Permalink
Added Nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Sep 25, 2016
1 parent 230ef55 commit 90eb618
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions SerialPortRx/SerialPortRx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<Compile Include="SerialPortRxMixins.cs" />
</ItemGroup>
<ItemGroup>
<None Include="SerialPortRx.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
20 changes: 20 additions & 0 deletions SerialPortRx/SerialPortRx.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>

<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright © $author$ 2016</copyright>
<dependencies>
<dependency id="ReactiveProperty" version="[2.9.0]" />
</dependencies>
</metadata>
<files>
<file src="bin\$configuration$\$id$.pdb" target="lib\net461\" />
</files>
</package>

0 comments on commit 90eb618

Please sign in to comment.