Skip to content

Commit

Permalink
nuget build
Browse files Browse the repository at this point in the history
Nuget
  • Loading branch information
Eldin Zenderink committed Jul 9, 2018
1 parent 88d6981 commit 90a4901
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SimpleWebsocketServer/SimpleWebsocketServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
<RepositoryUrl>https://github.com/EldinZenderink/SimpleWebSocketServer</RepositoryUrl>
<RepositoryType>GitHub, GIT</RepositoryType>
<PackageTags>net45, net46, net47, netcoreapp20, netcoreapp21, websocket server, websocket, library</PackageTags>
<PackageReleaseNotes>-Fixed names
-Removed some ugly cross calling between classes.
-Added asynchronous and synchronous methods.</PackageReleaseNotes>
<PackageReleaseNotes>-Fixed bug where server thinks connection is open when unexpectedly closing the websocket connection (by closing or refreshing a webpage with a websocket client on chrome for example).</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.0|AnyCPU'">
Expand Down

0 comments on commit 90a4901

Please sign in to comment.