File tree 3 files changed +29
-0
lines changed
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ upload :
2
+ rm * .nupkg
3
+ NuGet Pack Package.nuspec
4
+ NuGet Push * .nupkg
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 3
3
4
4
C# client for [ hook] ( https://github.com/doubleleft/hook ) .
5
5
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
+
6
11
TODO
7
12
---
8
13
You can’t perform that action at this time.
0 commit comments