Skip to content

Commit 45e7a08

Browse files
committed
set version to 0.2.5
1 parent db6ae6c commit 45e7a08

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.2.5 April 14 2016
2+
- Fixes regression in STEE where while evaluation of idling timeout did not account for immediately pending scheduled tasks (#83).
3+
14
#### 0.2.4 April 07 2016
25
- Proper handling of pooled buffer growth beyond max capacity of buffer in pool (fixing #71).
36
- Improved pooling of buffers when a buffer was released in other thread (#73).

src/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
[assembly: AssemblyCopyrightAttribute("Copyright © 2016")]
66
[assembly: AssemblyKeyFileAttribute("")]
77
[assembly: AssemblyDelaySignAttribute(false)]
8-
[assembly: AssemblyVersionAttribute("0.2.4")]
9-
[assembly: AssemblyFileVersionAttribute("0.2.4")]
8+
[assembly: AssemblyVersionAttribute("0.2.5")]
9+
[assembly: AssemblyFileVersionAttribute("0.2.5")]

0 commit comments

Comments
 (0)