Skip to content

Commit 93a660a

Browse files
committed
update README. add nuget package.
1 parent d562a03 commit 93a660a

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
upload:
2+
rm *.nupkg
3+
NuGet Pack Package.nuspec
4+
NuGet Push *.nupkg

Package.nuspec

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>hook-csharp</id>
5+
<version>1.0.0</version>
6+
<authors>endel</authors>
7+
<owners>endel</owners>
8+
<licenseUrl>https://github.com/doubleleft/hook-csharp/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/doubleleft/hook-csharp</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>C# client for hook</description>
12+
<releaseNotes>First release.</releaseNotes>
13+
<copyright>Copyright 2014</copyright>
14+
<tags>hook client</tags>
15+
<dependencies>
16+
<dependency id="JsonFx" version="2.0.1209.2802" />
17+
<dependency id="RestSharp" version="104.4.0" />
18+
</dependencies>
19+
</metadata>
20+
</package>

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ hook-c#
33

44
C# client for [hook](https://github.com/doubleleft/hook).
55

6+
Support .NET 2.0+/Unity3d.
7+
8+
- [Usage example](Hook/Examples/Main.cs#L20)
9+
- [NuGet Package](https://www.nuget.org/packages/hook-csharp/)
10+
611
TODO
712
---
813

0 commit comments

Comments
 (0)