Skip to content

Commit

Permalink
Updated change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
amibar committed Sep 16, 2016
1 parent 1954ef7 commit aa72ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SmartThreadPool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("c764a3de-c4f8-434d-85b5-a09830d1e44f")]
[assembly: AssemblyVersion("2.2.3.0")]
[assembly: AssemblyVersion("2.2.4.0")]

#if (_PUBLISH)
[assembly: InternalsVisibleTo("STPTests,PublicKey=00240000048000009400000006020000002400005253413100040000010001004fe3d39add741ba7c8d52cd1eb0d94c7d79060ad956cbaff0e51c1dce94db10356b261778bc1ac3114b3218434da6fcd8416dd5507653809598f7d2afc422099ce4f6b7b0477f18e6c57c727ef2a7ab6ee56e6b4589fe44cb0e25f2875a3c65ab0383ee33c4dd93023f7ce1218bebc8b7a9a1dac878938f5c4f45ea74b6bd8ad")]
Expand Down
4 changes: 4 additions & 0 deletions SmartThreadPool/SmartThreadPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
// 24 August 2012 - Changes:
// - Enabled cancel abort after cancel. See: http://smartthreadpool.codeplex.com/discussions/345937 by alecswan
// - Added option to set MaxStackSize of threads
//
// 16 September 2016 - Changes:
// - Separated the STP project to .NET 2.0, .NET 4.0, and .NET 4.5
// - Added option to set MaxQueueLength (Thanks to Rob Hruska)

#endregion

Expand Down

0 comments on commit aa72ce9

Please sign in to comment.