Merge branch 'vnext' of https://github.com/pazof/yavsc.git
This commit is contained in:
commit
fea0240fc0
12 changed files with 4460 additions and 2373 deletions
|
|
@ -47,7 +47,7 @@ namespace Yavsc.Helpers
|
|||
request.SendChunked = true;
|
||||
request.TransferEncoding = "UTF-8";
|
||||
if (authorizationHeader!=null)
|
||||
request.Headers.Add(authorizationHeader);
|
||||
request.Headers["Authorization"]=authorizationHeader;
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
8
Yavsc.Api/dist.sh
Executable file
8
Yavsc.Api/dist.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
dnu pack
|
||||
cp -a bin/Debug/*.nupkg ~/Nupkgs
|
||||
(cd ../Yavsc && dnu install Yavsc.Api)
|
||||
(cd ../testOauthClient && dnu install Yavsc.Api)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue