mirror of https://github.com/AMT-Cheif/Stylet.git
Merge branch 'release/1.0.0' into develop
This commit is contained in:
commit
22066de5c8
|
@ -1,6 +1,15 @@
|
|||
Stylet Changelog
|
||||
================
|
||||
|
||||
v1.0.0
|
||||
------
|
||||
|
||||
- Logging improvements
|
||||
- ViewManager improvements
|
||||
- Revamp how the bootloader is added to the Application - it's a lot cleaner now
|
||||
- Conductors will dispose their children if they're IDisposable
|
||||
- StyletIoC updates: automatic Func registrations, refactoring, bug fixes, instance binding
|
||||
|
||||
v0.9.11
|
||||
-------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Stylet</id>
|
||||
<version>0.9.11</version>
|
||||
<version>1.0.0</version>
|
||||
<title>Stylet</title>
|
||||
<authors>Antony Male</authors>
|
||||
<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
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.9.11.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.11.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
|
Loading…
Reference in New Issue