File tree Expand file tree Collapse file tree 8 files changed +36
-8
lines changed
src/System.Waf/System.Waf
System.Waf.UnitTesting.Core
System.Waf.UnitTesting.Wpf Expand file tree Collapse file tree 8 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
3
[ assembly: AssemblyTitle ( "System.Waf.Core" ) ]
4
- [ assembly: AssemblyDescription ( "" ) ]
4
+ [ assembly: AssemblyDescription ( "System.Waf is a lightweight framework that helps you to create well-structured XAML applications. "
5
+ + "This is the portable core part that can be used in different application types." ) ]
5
6
[ assembly: AssemblyConfiguration ( "" ) ]
6
7
[ assembly: AssemblyProduct ( "System.Waf.Core" ) ]
Original file line number Diff line number Diff line change 15
15
<copyright >Copyright © 2016 jbe2277</copyright >
16
16
<tags >WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags >
17
17
18
- <releaseNotes >Summary of changes made in this release of the package.</releaseNotes >
18
+ <releaseNotes >- Provide a core package of WAF as reusable portable library.
19
+ - Improved ViewModel implementation for faster DataContext initialization when using MEF.
20
+ - Add AsyncDelegateCommand class.
21
+ - Change TargetFrameworkVersion to v4.6 for WPF applications
22
+ - Removed types and members that were marked as obsolete in version 3.
23
+ - Removed serialization support because the portable library does not support it.
24
+ </releaseNotes >
19
25
</metadata >
20
26
</package >
Original file line number Diff line number Diff line change 2
2
using System . Runtime . CompilerServices ;
3
3
4
4
[ assembly: AssemblyTitle ( "System.Waf.UnitTesting.Core" ) ]
5
- [ assembly: AssemblyDescription ( "" ) ]
5
+ [ assembly: AssemblyDescription ( "System.Waf is a lightweight framework that helps you to create well-structured XAML applications. "
6
+ + "This package supports writing unit tests. It is the portable core part that can be used in different application types." ) ]
6
7
[ assembly: AssemblyConfiguration ( "" ) ]
7
8
[ assembly: AssemblyProduct ( "System.Waf.UnitTesting.Core" ) ]
8
9
Original file line number Diff line number Diff line change 15
15
<copyright >Copyright © 2016 jbe2277</copyright >
16
16
<tags >WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags >
17
17
18
- <releaseNotes >Summary of changes made in this release of the package.</releaseNotes >
18
+ <releaseNotes >- Provide a core package of WAF as reusable portable library.
19
+ - Improved ViewModel implementation for faster DataContext initialization when using MEF.
20
+ - Add AsyncDelegateCommand class.
21
+ - Change TargetFrameworkVersion to v4.6 for WPF applications
22
+ - Removed types and members that were marked as obsolete in version 3.
23
+ - Removed serialization support because the portable library does not support it.
24
+ </releaseNotes >
19
25
</metadata >
20
26
</package >
Original file line number Diff line number Diff line change 4
4
5
5
6
6
[ assembly: AssemblyTitle ( "System.Waf.UnitTesting.Wpf" ) ]
7
- [ assembly: AssemblyDescription ( "" ) ]
7
+ [ assembly: AssemblyDescription ( "System.Waf is a lightweight framework that helps you to create well-structured XAML applications. "
8
+ + "This package supports writing unit tests. It contains the WPF (Windows Presentation Foundation) specific types." ) ]
8
9
[ assembly: AssemblyConfiguration ( "" ) ]
9
10
[ assembly: AssemblyProduct ( "System.Waf.UnitTesting.Wpf" ) ]
10
11
Original file line number Diff line number Diff line change 15
15
<copyright >Copyright © 2016 jbe2277</copyright >
16
16
<tags >WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags >
17
17
18
- <releaseNotes >Summary of changes made in this release of the package.</releaseNotes >
18
+ <releaseNotes >- Provide a core package of WAF as reusable portable library.
19
+ - Improved ViewModel implementation for faster DataContext initialization when using MEF.
20
+ - Add AsyncDelegateCommand class.
21
+ - Change TargetFrameworkVersion to v4.6 for WPF applications
22
+ - Removed types and members that were marked as obsolete in version 3.
23
+ - Removed serialization support because the portable library does not support it.
24
+ </releaseNotes >
19
25
</metadata >
20
26
</package >
Original file line number Diff line number Diff line change 5
5
6
6
7
7
[ assembly: AssemblyTitle ( "System.Waf.Wpf" ) ]
8
- [ assembly: AssemblyDescription ( "" ) ]
8
+ [ assembly: AssemblyDescription ( "System.Waf is a lightweight framework that helps you to create well-structured XAML applications. "
9
+ + "This package contains the WPF (Windows Presentation Foundation) specific types." ) ]
9
10
[ assembly: AssemblyConfiguration ( "" ) ]
10
11
[ assembly: AssemblyProduct ( "System.Waf.Wpf" ) ]
11
12
Original file line number Diff line number Diff line change 15
15
<copyright >Copyright © 2016 jbe2277</copyright >
16
16
<tags >WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags >
17
17
18
- <releaseNotes >Summary of changes made in this release of the package.</releaseNotes >
18
+ <releaseNotes >- Provide a core package of WAF as reusable portable library.
19
+ - Improved ViewModel implementation for faster DataContext initialization when using MEF.
20
+ - Add AsyncDelegateCommand class.
21
+ - Change TargetFrameworkVersion to v4.6 for WPF applications
22
+ - Removed types and members that were marked as obsolete in version 3.
23
+ - Removed serialization support because the portable library does not support it.
24
+ </releaseNotes >
19
25
</metadata >
20
26
</package >
You can’t perform that action at this time.
0 commit comments