Skip to content

Commit

Permalink
nuget settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Jan 9, 2017
1 parent 8cd0d25 commit e0379a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>MossbauerLab.TinyTcpServer.Core</id>
<version>$version$</version>
<title>$title$</title>
<authors>MossbauerLab</authors>
<owners>MossbauerLab</owners>
<licenseUrl>https://github.com/MossbauerLab/TinyTcpServer/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/MossbauerLab/TinyTcpServer</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A tiny (ligthweight) tcp server providing transport layer and hooks for application</description>
<releaseNotes>First alpha of this server (tested with NUnit)</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Tcp Server Hooks Transport</tags>
</metadata>
</package>
1 change: 1 addition & 0 deletions TinyTcpServer/packages/repositories.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\MossbauerLab.TinyTcpServer.Core.FunctionalTests\packages.config" />
<repository path="..\TinyTcpServer.Core.FunctionalTests\packages.config" />
</repositories>

0 comments on commit e0379a9

Please sign in to comment.