Skip to content

Commit

Permalink
AvalonDock Version 4.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Dec 25, 2022
1 parent 267e2ae commit edda018
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 27 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,26 @@ to also theme standard elements, such as, button and textblock etc.

# Mile Stone History

## Fixes Added in Version 4.71.0

- [#399 add open/close LayoutFlayoutingWindowsControl events](https://github.com/Dirkster99/AvalonDock/pull/399) (thanx to [https://github.com/GonzRu](Denis Smirnov))

- [#400 set ResizeOverlay's owner always null](https://github.com/Dirkster99/AvalonDock/pull/400) (thanx to [https://github.com/GonzRu](Denis Smirnov))

- [#401 remove unused variable from DocumentPaneTabPanel](https://github.com/Dirkster99/AvalonDock/pull/401) (thanx to [https://github.com/GonzRu](Denis Smirnov))

- [#403 Add XmlSerializer cache to fix memory leaks.](https://github.com/Dirkster99/AvalonDock/pull/403) (thanx to [https://github.com/pkindruk](Pavel Kindruk))

- [#404 Fix deserialized layout document close.](https://github.com/Dirkster99/AvalonDock/pull/404) (thanx to [https://github.com/pkindruk](Pavel Kindruk))

- [#409 Restore previously activated document after closing active document](https://github.com/Dirkster99/AvalonDock/pull/409) (thanx to [https://github.com/L45eMy](L45eMy))

- [#410 Improved activation of floating Windows](https://github.com/Dirkster99/AvalonDock/pull/410) (thanx to [EQOH Noisrev](https://github.com/Noisrev))

- [#411 Add anchorable hide and close notifications to DockingManager](https://github.com/Dirkster99/AvalonDock/pull/411) (thanx to [https://github.com/stewienj](John Stewien))

- [#412 Fix a issue where the dragged window still appeared above the overlay window](https://github.com/Dirkster99/AvalonDock/pull/412) (thanx to [EQOH Noisrev](https://github.com/Noisrev))

## Fixes Added in Version 4.70.3

- [#394 Fix the get owner DockingManagerWindow and Update drag and drop](https://github.com/Dirkster99/AvalonDock/pull/394) (thanx to [EQOH Noisrev](https://github.com/Noisrev))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<RootNamespace>AvalonDock.Themes</RootNamespace>
<TargetFrameworks>netcoreapp3.0;net5.0-windows;net40</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<RootNamespace>AvalonDock.Themes</RootNamespace>
<TargetFrameworks>netcoreapp3.0;net5.0-windows;net40</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<RootNamespace>AvalonDock.Themes</RootNamespace>
<TargetFrameworks>netcoreapp3.0;net5.0-windows;net40</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down
8 changes: 4 additions & 4 deletions source/Components/AvalonDock/AvalonDock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.70.3</Version>
<AssemblyVersion>4.70.3</AssemblyVersion>
<FileVersion>4.70.3</FileVersion>
<PackageVersion>4.70.3</PackageVersion>
<Version>4.71.0</Version>
<AssemblyVersion>4.71.0</AssemblyVersion>
<FileVersion>4.71.0</FileVersion>
<PackageVersion>4.71.0</PackageVersion>
<Company>Open Source</Company>
<Product>Dirkster.AvalonDock</Product>
<Copyright>2017-2022</Copyright>
Expand Down

0 comments on commit edda018

Please sign in to comment.