Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uHttpSharp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Duncan
uHttpSharp
Commits
81c343ae
Commit
81c343ae
authored
Jan 21, 2014
by
Shani Elharrar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added NuSpec for NuGet package, Ignoring .nupkg files in gitignore
parent
e936b824
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
1 deletion
+27
-1
.gitignore
.gitignore
+2
-1
uhttpsharp.dll.nuspec
uhttpsharp.dll.nuspec
+24
-0
uhttpsharp.sln
uhttpsharp.sln
+1
-0
No files found.
.gitignore
View file @
81c343ae
...
...
@@ -5,4 +5,5 @@
*/bin/*
*/obj/*
*.psess
*.vsp
\ No newline at end of file
*.vsp
*.nupkg
\ No newline at end of file
uhttpsharp.dll.nuspec
0 → 100644
View file @
81c343ae
<?xml version="1.0"?>
<package>
<metadata>
<id>
uHttpSharp
</id>
<version>
0.1.1
</version>
<title>
uHttpSharp
</title>
<authors>
Shani Elharrar, Joe White, Hüseyin Uslu
</authors>
<owners>
Shani Elharrar, Joe White, Hüseyin Uslu
</owners>
<licenseUrl>
https://raw.github.com/shanielh/uHttpSharp/master/LICENSE.txt
</licenseUrl>
<projectUrl>
https://github.com/shanielh/uHttpSharp
</projectUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<description>
A very lightweight
&
simple embedded http server for c#
</description>
<releaseNotes>
Initial NuGet Release.
</releaseNotes>
<copyright>
Copyright 2014
</copyright>
<tags>
http server microframeworks
</tags>
<dependencies>
<dependency
id=
"Newtonsoft.Json"
version=
"5.0.8"
/>
<dependency
id=
"log4net"
version=
"1.0.0"
/>
</dependencies>
</metadata>
<files>
<file
src=
"uhttpsharp/bin/debug/uHttpSharp.dll"
target=
"lib\net40"
/>
</files>
</package>
\ No newline at end of file
uhttpsharp.sln
View file @
81c343ae
...
...
@@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA15AFF9-2029-4D23-8F0C-FD0476394B0B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
uhttpsharp\uhttpsharp.nuspec = uhttpsharp\uhttpsharp.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uhttpsharp.Tests", "uhttpsharp.Tests\uhttpsharp.Tests.csproj", "{41C9BDAC-21BE-4C50-933D-9E047F767E63}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment