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

Commit

Permalink
Version correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajuric committed Jan 11, 2018
1 parent 66f8e25 commit 18c3568
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Source/WebSocketRPC.AspCore/WebSocketRPC.AspCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<Copyright>Darko Jurić</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/Deploy/Logo/Logo-small.png</PackageIconUrl>
<PackageProjectUrl>http://websocket-rpc.net/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/dajuric/websocket-rpc/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dajuric/websocket-rpc/</RepositoryUrl>
<PackageTags>websocket; ASP.NET; RPC; C#; .NET</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<Version>1.0.1</Version>
<Version>1.0.5</Version>
<PackageOutputPath>../../Deploy/Nuget/bin/</PackageOutputPath>
<RootNamespace>WebSocketRPC</RootNamespace>

Expand Down
6 changes: 3 additions & 3 deletions Source/WebSocketRPC.JS/WebSocketRPC.JS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<!-- NuGet -->
<PropertyGroup>
<Authors>Darko Jurić</Authors>
<Description>Generates the Javascript code for websocket-connection using the provided .NET interface.</Description>
<Description>Generates the JavaScript client code for a provided .NET interface/class.</Description>
<Copyright>Darko Jurić</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/Deploy/Logo/Logo-small.png</PackageIconUrl>
<PackageProjectUrl>http://websocket-rpc.net/</PackageProjectUrl>
<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>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<Version>1.0.1</Version>
<Version>1.0.5</Version>
<PackageOutputPath>../../Deploy/Nuget/bin/</PackageOutputPath>
<RootNamespace>WebSocketRPC</RootNamespace>

Expand Down
6 changes: 3 additions & 3 deletions Source/WebsocketRPC.Standalone/WebsocketRPC.Standalone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
<!-- NuGet -->
<PropertyGroup>
<Authors>Darko Jurić</Authors>
<Description>Provides full duplex RPC over websocket.</Description>
<Description>Cross platform RPCs over WebSocket.</Description>
<Copyright>Darko Jurić</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dajuric/websocket-rpc/master/Deploy/Logo/Logo-small.png</PackageIconUrl>
<PackageProjectUrl>http://websocket-rpc.net/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/dajuric/websocket-rpc/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dajuric/websocket-rpc/</RepositoryUrl>
<PackageTags>websocket; websocket-client; websocket-server; RPC; C#; .NET</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<Version>1.0.1</Version>
<Version>1.0.5</Version>
<PackageOutputPath>../../Deploy/Nuget/bin/</PackageOutputPath>

<IncludeSource>True</IncludeSource>
Expand Down

0 comments on commit 18c3568

Please sign in to comment.