From f5bb41fde5c7896a56accf3ecd88138ebca43a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Juri=C4=87?= Date: Mon, 8 Jan 2018 00:30:18 +0100 Subject: [PATCH] Minor changes. --- README.md | 10 +++++----- Samples/AspRpc/AspRpc.csproj | 2 +- Samples/ClientJs/ClientJs.csproj | 2 +- Samples/MultiService/MultiService.csproj | 2 +- Samples/RawMsgJs/RawMsgJs.csproj | 2 +- Samples/Serialization/Serialization.csproj | 2 +- Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj | 4 ++-- WebsocketRPC.sln | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c098304..1cceb62 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- WebSocketRPC logo + WebSocketRPC logo

- NuGet packages version + NuGet packages version NuGet packages version NuGet packages version

@@ -31,9 +31,9 @@ Implemented API, *if used only for RPC*, does not use anything from the library. ## Samples -Check the samples by following the link above. The snippets below demonstrate the base functionality. +Check the samples by following the link above. The snippets below demonstrate the base RPC functionality. -#### 1) .NET <- .NET (RPC) +#### 1) .NET <- .NET The server implements a math API containing a single function. **Server** (C#) @@ -74,7 +74,7 @@ var r = await RPC.For().CallAsync(x => Add(5, 3)); Console.WriteLine("Result: " + r.First()); //Output: 'Result: 8' ``` -#### 2) .NET <- Javascript (RPC) +#### 2) .NET <- Javascript The server's code is the same, but the client is written in JavaScript. The support is given by the *WebSocketRPC.JS* package. **Server** (C#) diff --git a/Samples/AspRpc/AspRpc.csproj b/Samples/AspRpc/AspRpc.csproj index 846b251..beef0ad 100644 --- a/Samples/AspRpc/AspRpc.csproj +++ b/Samples/AspRpc/AspRpc.csproj @@ -26,6 +26,6 @@ - + diff --git a/Samples/ClientJs/ClientJs.csproj b/Samples/ClientJs/ClientJs.csproj index aabd188..fa79304 100644 --- a/Samples/ClientJs/ClientJs.csproj +++ b/Samples/ClientJs/ClientJs.csproj @@ -17,7 +17,7 @@ - + diff --git a/Samples/MultiService/MultiService.csproj b/Samples/MultiService/MultiService.csproj index 47d9899..77c6302 100644 --- a/Samples/MultiService/MultiService.csproj +++ b/Samples/MultiService/MultiService.csproj @@ -13,7 +13,7 @@ - + diff --git a/Samples/RawMsgJs/RawMsgJs.csproj b/Samples/RawMsgJs/RawMsgJs.csproj index 3b80c7a..cd5f94d 100644 --- a/Samples/RawMsgJs/RawMsgJs.csproj +++ b/Samples/RawMsgJs/RawMsgJs.csproj @@ -15,7 +15,7 @@ - + diff --git a/Samples/Serialization/Serialization.csproj b/Samples/Serialization/Serialization.csproj index beee536..0b73d65 100644 --- a/Samples/Serialization/Serialization.csproj +++ b/Samples/Serialization/Serialization.csproj @@ -26,7 +26,7 @@ - + diff --git a/Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj b/Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj index dbf6071..d3a1ee3 100644 --- a/Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj +++ b/Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj @@ -12,7 +12,7 @@ - bin\$(TargetFramework)\WebsocketRPC.JS.xml + bin\$(TargetFramework)\WebsocketRPC.Js.xml true @@ -25,7 +25,7 @@ https://raw.githubusercontent.com/dajuric/websocket-rpc/master/Deploy/Logo/Logo-small.png https://github.com/dajuric/websocket-rpc/ https://github.com/dajuric/websocket-rpc/ - websocket; websocket-client; Javascript; RPC; C#; .NET + websocket; websocket-client; JavaScript; RPC; C#; .NET true 1.0.0 diff --git a/WebsocketRPC.sln b/WebsocketRPC.sln index ac61e48..bdca177 100644 --- a/WebsocketRPC.sln +++ b/WebsocketRPC.sln @@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E550 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebsocketRPC.Standalone", "Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj", "{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocketRPC.Js", "Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj", "{965791BF-8F77-4A69-97E2-8B6B66CF9863}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocketRPC.JS", "Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj", "{965791BF-8F77-4A69-97E2-8B6B66CF9863}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerClientSample", "ServerClientSample", "{E4A64C0A-0127-42AD-A439-2063A145F536}" ProjectSection(SolutionItems) = preProject