Skip to content

Commit

Permalink
WAF Update Changelog and ReleaseNotes of .nuspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Aug 21, 2016
1 parent 73bdbca commit 09ba2f6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 31 deletions.
6 changes: 2 additions & 4 deletions src/System.Waf/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Changelog
---------

Legend: B (Breaking Change); O (Marked member as obsolete)


Version 4.0.0.5 (Milestone 5)
- TODO: Update release notes in nuspec.
- WAF: Remove all types from the Applications layer in the System.Waf.Uwp project. An UWP Applications layer should only reference the Core library.
- WAF: Refactor the ViewModelCore and ViewModel base classes.


Version 4.0.0.4 (Milestone 4)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<copyright>Copyright © 2016 jbe2277</copyright>
<tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>

<releaseNotes>- Fix TargetName in NavigationToggleButton.
- Add CollectionHelper.Empty method that returns an empty IReadOnlyList{T}.
- DelegateCommand: Add static property DisabledCommand.
- Enhance the StringFormatConverter to support MultiBinding.
</releaseNotes>
<releaseNotes>See https://github.com/jbe2277/waf/releases </releaseNotes>

<dependencies>
<group targetFramework="dotnet">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<copyright>Copyright © 2016 jbe2277</copyright>
<tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>

<releaseNotes>- Fix TargetName in NavigationToggleButton.
- Add CollectionHelper.Empty method that returns an empty IReadOnlyList{T}.
- DelegateCommand: Add static property DisabledCommand.
- Enhance the StringFormatConverter to support MultiBinding.
</releaseNotes>
<releaseNotes>See https://github.com/jbe2277/waf/releases </releaseNotes>

<dependencies>
<group targetFramework="dotnet">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<copyright>Copyright © 2016 jbe2277</copyright>
<tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>

<releaseNotes>- Fix TargetName in NavigationToggleButton.
- Add CollectionHelper.Empty method that returns an empty IReadOnlyList{T}.
- DelegateCommand: Add static property DisabledCommand.
- Enhance the StringFormatConverter to support MultiBinding.
</releaseNotes>
<releaseNotes>See https://github.com/jbe2277/waf/releases </releaseNotes>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<copyright>Copyright © 2016 jbe2277</copyright>
<tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>

<releaseNotes>- Fix TargetName in NavigationToggleButton.
- Add CollectionHelper.Empty method that returns an empty IReadOnlyList{T}.
- DelegateCommand: Add static property DisabledCommand.
- Enhance the StringFormatConverter to support MultiBinding.
</releaseNotes>
<releaseNotes>See https://github.com/jbe2277/waf/releases </releaseNotes>

<dependencies>
<group targetFramework="uap10.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<copyright>Copyright © 2016 jbe2277</copyright>
<tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>

<releaseNotes>- Provide a core package of WAF as reusable portable library.
- Improved ViewModel implementation for faster DataContext initialization when using MEF.
- Add AsyncDelegateCommand class.
- Change TargetFrameworkVersion to v4.6 for WPF applications
- Removed types and members that were marked as obsolete in version 3.
- Removed serialization support because the portable library does not support it.
</releaseNotes>
<releaseNotes>See https://github.com/jbe2277/waf/releases </releaseNotes>
</metadata>
</package>

0 comments on commit 09ba2f6

Please sign in to comment.