Skip to content

Commit

Permalink
Prepping for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 10, 2011
1 parent ed6b888 commit 0651ac0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

[assembly: AssemblyCompany("Pixel Lab")]
[assembly: AssemblyCopyright("Copyright © 2010, 2011 Pixel Lab. All rights reserved.")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: AssemblyDescription("https://github.com/thinkpixellab/bot/")]

#if (DEBUG)
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Bag of Tricks Change Log #

## v4.0.0 - 2011-07-08

* **BREAKING** - Removed `DispatcherExtensions`. The implementation was trivial and it brought in all of Reactive Extensions as a dependency, which isn't worth it.
* Fix for *Issue #3* from Larry.

## v3.0.0 - 2011-07-08

*Because this rev contains non-compatible breaking changes, I'm bumping the version number. If this is annoying, let me know and I'll be more careful.*

* Added command support to `DoubleClickBehavior` - *thanks, Larry*
* Added demo for `DoubleClickBehavior`
* Added `FilteredObservableEnumerable`
* Using *Reactive Extensions* for async features
* **BREAKING** - Using *Reactive Extensions* for async features

## v2.0.0 - 2011-07-05

Expand Down

0 comments on commit 0651ac0

Please sign in to comment.