-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cd0d25
commit e0379a9
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+9.34 KB
TinyTcpServer/MossbauerLab.TinyTcpServer.Core/MossbauerLab.TinyTcpServer.Core.1.0.0.0.nupkg
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
TinyTcpServer/MossbauerLab.TinyTcpServer.Core/MossbauerLab.TinyTcpServer.Core.nuspec
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 |
---|---|---|
@@ -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> |
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,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> |