mirror of https://github.com/AMT-Cheif/Stylet.git
Merge branch 'release/0.9.10' into develop
This commit is contained in:
commit
a7a63d5ae1
|
@ -1,6 +1,15 @@
|
||||||
Stylet Changelog
|
Stylet Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
v0.9.10
|
||||||
|
-------
|
||||||
|
|
||||||
|
- Add the concept of Channels to the EventAggregator
|
||||||
|
- Remove the WeakEventManager (as it was too complex), and replace with an easier to use (but less powerful) implementation
|
||||||
|
- Simplify IViewManager
|
||||||
|
- Add logging to important parts of Stylet
|
||||||
|
- Fix bug where Actions could throw exceptions when they shouldn't
|
||||||
|
|
||||||
v0.9.9
|
v0.9.9
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Stylet</id>
|
<id>Stylet</id>
|
||||||
<version>0.9.9</version>
|
<version>0.9.10</version>
|
||||||
<title>Stylet</title>
|
<title>Stylet</title>
|
||||||
<authors>Antony Male</authors>
|
<authors>Antony Male</authors>
|
||||||
<owners>Antony Male</owners>
|
<owners>Antony Male</owners>
|
||||||
|
|
|
@ -35,5 +35,5 @@ using System.Windows.Markup;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.9.9.0")]
|
[assembly: AssemblyVersion("0.9.10.0")]
|
||||||
[assembly: AssemblyFileVersion("0.9.9.0")]
|
[assembly: AssemblyFileVersion("0.9.10.0")]
|
||||||
|
|
Loading…
Reference in New Issue