Skip to content

Commit

Permalink
WAF Prepare release 7.0.0 (Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Feb 23, 2023
1 parent 9f4c290 commit 97a5601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/NuGetPush.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setlocal
set Params=-s https://api.nuget.org/v3/index.json --force-english-output
set Version=7.0.0-alpha.11
set Version=7.0.0

cd %~dp0..\src\System.Waf\System.Waf\

Expand Down
8 changes: 5 additions & 3 deletions src/System.Waf/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Changelog
---------

Version 7.0.x.x (In development)
- WAF: Add .NET 6.0 target for all libaries. Some new features will only be available for .NET 6 or newer applications.
Version 7.0.0 (Release)
- WAF: Add .NET 6.0 target for all libraries. Some new features will only be available for .NET 6 or newer applications.
- WAF: Replace target net461 with netstandard2.0 for the Core libraries.
- WAF: Replace target net461 with net472 for the WPF libraries. Breaking change as .NET Framework 4.61 up to 4.71 is not supported anymore.
- WAF: Remove .NET Core 3.1 target from WPF libraries. Breaking change for .NET Core 3.1 and .NET 5: WPF libraries do not provide the transitive dependency to WPF and Composition anymore. These references must be set explicitly.
- WAF: IView: add property BindingContext (for MAUI) with a default implementation (requires .NET 6).
- WAF: Remove StringHelper.Contains method for the .NET 6 target and greater. Those targets support this method already out of the box.
- WAF: IView: Add property BindingContext (for MAUI) with a default implementation (requires .NET 6).
- WAF: IReadOnlyObservableList inherit from INotifyPropertyChanged.
- WAF: Improve performance of CollectionHelper.IndexOf by using EqualityComparer<T>.
- WAF: Improve performance by replacing Tuple(s) with ValueTuple(s).


Expand Down

0 comments on commit 97a5601

Please sign in to comment.