Skip to content

Commit

Permalink
V4.6.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
XceedBoucherS committed Jul 5, 2024
1 parent 1d8a405 commit 83b9263
Show file tree
Hide file tree
Showing 1,005 changed files with 2,206 additions and 1,393 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -27,8 +27,6 @@ public override Uri GetResourceUri()

#if NETCORE
assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif

return new Uri(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down Expand Up @@ -31,7 +31,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Aero.NET5</AssemblyName>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Aero</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -27,8 +27,6 @@ public override Uri GetResourceUri()

#if NETCORE
assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif

return new Uri(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down Expand Up @@ -31,7 +31,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes.Metro</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Metro.NET5</AssemblyName>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Metro</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down Expand Up @@ -31,7 +31,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]


// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -27,8 +27,6 @@ public override Uri GetResourceUri()

#if NETCORE
assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif

return new Uri(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.VS2010.NET5</AssemblyName>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.VS2010</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc.
Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Loading

0 comments on commit 83b9263

Please sign in to comment.