Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajuric committed Jan 7, 2018
1 parent a801cc5 commit f5bb41f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<a href="https://www.nuget.org/profiles/dajuric"> <img src="Deploy/Logo/Logo-big.png" alt="WebSocketRPC logo" width="120" align="center"> </a>
<img src="Deploy/Logo/Logo-big.png" alt="WebSocketRPC logo" width="120" align="center" />
</p>

<p align="center">
<a href="https://www.nuget.org/packages/WebsocketRPC/"> <img src="https://img.shields.io/badge/WebSokcetRPC-v1.x-blue.svg?style=flat-square" alt="NuGet packages version"/> </a>
<a href="https://www.nuget.org/packages/WebsocketRPC.Standalone/"> <img src="https://img.shields.io/badge/WebSokcetRPC.Standalone-v1.x-blue.svg?style=flat-square" alt="NuGet packages version"/> </a>
<a href="https://www.nuget.org/packages/WebsocketRPC.JS/"> <img src="https://img.shields.io/badge/WebSokcetRPC.JS-v1.x-blue.svg?style=flat-square" alt="NuGet packages version"/> </a>
<a href="https://www.nuget.org/packages/WebsocketRPC.AspCore/"> <img src="https://img.shields.io/badge/WebSokcetRPC.AspCore-v1.x-blue.svg?style=flat-square" alt="NuGet packages version"/> </a>
</p>
Expand Down Expand Up @@ -31,9 +31,9 @@ Implemented API, *if used only for RPC*, does not use anything from the library.

## <a href="Samples/"> Samples</a>

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#)
Expand Down Expand Up @@ -74,7 +74,7 @@ var r = await RPC.For<IMathAPI>().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#)
Expand Down
2 changes: 1 addition & 1 deletion Samples/AspRpc/AspRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

<ItemGroup>
<ProjectReference Include="..\..\Source\WebSocketRPC.AspCore\WebSocketRPC.AspCore.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/ClientJs/ClientJs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj" />
<ProjectReference Include="..\..\Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/MultiService/MultiService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj" />
<ProjectReference Include="..\..\Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/RawMsgJs/RawMsgJs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj" />
<ProjectReference Include="..\..\Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/Serialization/Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.Js.csproj" />
<ProjectReference Include="..\..\Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj" />
<ProjectReference Include="..\..\Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DocumentationFile>bin\$(TargetFramework)\WebsocketRPC.JS.xml</DocumentationFile>
<DocumentationFile>bin\$(TargetFramework)\WebsocketRPC.Js.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -25,7 +25,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/Deploy/Logo/Logo-small.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/dajuric/websocket-rpc/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dajuric/websocket-rpc/</RepositoryUrl>
<PackageTags>websocket; websocket-client; Javascript; RPC; C#; .NET</PackageTags>
<PackageTags>websocket; websocket-client; JavaScript; RPC; C#; .NET</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<Version>1.0.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion WebsocketRPC.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5bb41f

Please sign in to comment.