Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Nov 19, 2015
1 parent f10b826 commit 9b908a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions nuget/Caliburn.Light.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Caliburn.Light</id>
<title>Caliburn.Light</title>
<version>3.0.2-alpha</version>
<version>3.0.3</version>
<authors>Thomas Ibel</authors>
<description>The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.</description>
<language>en-US</language>
Expand All @@ -12,7 +12,18 @@
<iconUrl>https://github.com/tibel/Caliburn.Light/raw/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
Third alpha version of next major release
- update Weakly 2.7.0
- reduce reflection
- limit design time support
- allow to override DelegateCommand's CoerceParameter function
- support multiple properties in DelegateCommand
- use string for View.Context
- IoC: remove property injection
- change SimpleContainer.GetAllInstances() to return named instances too
- add IViewModelTypeResolver with NameBasedViewModelTypeResolver (old behavior) and ViewModelTypeResolver (registration based)
- UAP: remove Bahvior SDK
- UAP: add Caliburn.Xaml.UAP.rd.xml
- UAP: add OnEvent() to IDelegateCommand for x:Bind support
</releaseNotes>
<copyright>Copyright Thomas Ibel 2014-2015</copyright>
<tags>Caliburn MVVM WPF Win10 UAP Screen Coroutine EventAggregator Behavior Model-View-ViewModel Presentation UI ViewModel Phone IoC Validation Command Async</tags>
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#endif

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]

0 comments on commit 9b908a8

Please sign in to comment.