Skip to content

Commit 90a4901

Browse files
author
Eldin Zenderink
committed
nuget build
Nuget
1 parent 88d6981 commit 90a4901

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

SimpleWebsocketServer/SimpleWebsocketServer.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
<RepositoryUrl>https://github.com/EldinZenderink/SimpleWebSocketServer</RepositoryUrl>
1010
<RepositoryType>GitHub, GIT</RepositoryType>
1111
<PackageTags>net45, net46, net47, netcoreapp20, netcoreapp21, websocket server, websocket, library</PackageTags>
12-
<PackageReleaseNotes>-Fixed names
13-
-Removed some ugly cross calling between classes.
14-
-Added asynchronous and synchronous methods.</PackageReleaseNotes>
12+
<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>
1513
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
<Version>1.0.1</Version>
14+
<Version>1.0.2</Version>
1715
</PropertyGroup>
1816

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

0 commit comments

Comments
 (0)