Skip to content

Commit

Permalink
v0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykang920 committed Jan 26, 2018
1 parent 2627caa commit 85ec63f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.18 (2018-01-26)

Bugfixes:

- ConcurrentEventQueue: fixed the bug that the final event is not properly
dequeued before closing

## 0.9.17 (2018-01-26)

Features:
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("0.9.17.0")]
[assembly: AssemblyFileVersion("0.9.17.0")]
[assembly: AssemblyVersion("0.9.18.0")]
[assembly: AssemblyFileVersion("0.9.18.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.9.17.{build}
version: 0.9.18.{build}
image: Visual Studio 2017
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1
Expand Down
2 changes: 1 addition & 1 deletion x2net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>x2net</id>
<version>0.9.17</version>
<version>0.9.18</version>
<authors>Jae-jun Kang</authors>
<owners>Jae-jun Kang</owners>
<licenseUrl>https://github.com/jaykang920/x2net/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit 85ec63f

Please sign in to comment.