Skip to content

Commit

Permalink
Removed Xceed from product description of assemblies and adjusted ver…
Browse files Browse the repository at this point in the history
…sion to 3.5.11
  • Loading branch information
Dirkster99 committed Aug 10, 2019
1 parent f486c45 commit 169d0d2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock Aero Theme" )]
[assembly: AssemblyTitle("AvalonDock Aero Theme - https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription( "This assembly implements the Aero Theme for the AvalonDock layout system." )]

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct("Dirkster.AvalonDock.Themes.Aero")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "Xceed Extended WPF Toolkit - AvalonDock Expression Theme" )]
[assembly: AssemblyTitle("AvalonDock Expression Theme - https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription( "This assembly implements the Expression Theme for AvalonDock layout system." )]

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Extended WPF Toolkit - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2013" )]
[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct("Dirkster.AvalonDock.Themes.Expression")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock Metro Theme" )]
[assembly: AssemblyTitle("AvalonDock Metro Theme - https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription( "This assembly implements the Metro Theme for the AvalonDock layout system." )]

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct("Dirkster.AvalonDock.Themes.Metro")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock VS2010 Theme" )]
[assembly: AssemblyTitle("AvalonDock VS2010 Theme - https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription( "This assembly implements the VS2010 Theme for the AvalonDock layout system." )]

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct("Dirkster.AvalonDock.Themes.VS2010")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]


// 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 @@ -23,12 +23,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Xceed AvalonDock VS2013 Theme")]
[assembly: AssemblyDescription("VS2013 Theme for Xceed AvalonDock")]
[assembly: AssemblyTitle("AvalonDock VS2013 Theme - https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription("This assembly implements the VS2013 Theme for AvalonDock")]

[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct( "Xceed - AvalonDock" )]
[assembly: AssemblyCopyright("Copyright © 2018-2019")]
[assembly: AssemblyProduct("Dirkster.AvalonDock.Themes.VS2013")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal static class _XceedVersionInfo
public const string BaseVersion = "3.5";
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string Version = BaseVersion +
".10.0";
".11.0";
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string PublicKeyToken = "ba83ff368b7563c6";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("https://github.com/Dirkster99/AvalonDock")]
[assembly: AssemblyDescription( "This assembly implements the Xceed.Wpf.AvalonDock namespace, a docking layout system for the Windows Presentation Framework." )]
[assembly: AssemblyDescription("This assembly implements a docking layout system for WPF.")]

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCompany("Open Source")]
[assembly: AssemblyProduct("Dirkster.AvalonDock")]
[assembly: AssemblyCopyright("2017-2019")]
[assembly: AssemblyCulture( "" )]


Expand Down
2 changes: 1 addition & 1 deletion source/MLibTest/MLibTest/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<avalonDockLayout:LayoutRoot>
<avalonDockLayout:LayoutPanel Orientation="Vertical">
<avalonDockLayout:LayoutDocumentPane/>
<avalonDockLayout:LayoutAnchorablePane Name="ToolsPane" DockHeight="150">
<avalonDockLayout:LayoutAnchorablePane Name="ToolsPane" DockHeight="150" DockMinWidth="250">
</avalonDockLayout:LayoutAnchorablePane>
</avalonDockLayout:LayoutPanel>
</avalonDockLayout:LayoutRoot>
Expand Down

0 comments on commit 169d0d2

Please sign in to comment.