Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
* Build 573
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed May 1, 2018
1 parent 5be2355 commit 505199e
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 34 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

# ["Toolkit help index"](https://rawgit.com/Wagnerp/Krypton-NET-4.7/master/Help/Output/index.html)

=======

## 2018-05-01 Version 573
* Build 573 (build date Tuesday 1st May 2018) is now available through the `releases` tab. A installable version will be made available shortly, once testing has been completed.
* Fixed `4.70` references as noted by Smurf-IV in [#3](https://github.com/Wagnerp/Krypton-NET-4.71/issues/3)

=======

## 2018-04-29 Build 572
* Build 572 (build date Sunday 29th April 2018) is now obtainable through the `releases` tab.
* Remove hard-coded directory offsets for Component outputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.0.0")]
[assembly: AssemblyFileVersion("4.71.557.0")]
[assembly: AssemblyInformationalVersion("4.71.557.0")]
[assembly: AssemblyFileVersion("4.71.558.0")]
[assembly: AssemblyInformationalVersion("4.71.558.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Design")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Design.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.556.0")]
[assembly: AssemblyFileVersion("4.71.556.0")]
[assembly: AssemblyInformationalVersion("4.71.556.0")]
[assembly: AssemblyVersion("4.71.557.0")]
[assembly: AssemblyFileVersion("4.71.557.0")]
[assembly: AssemblyInformationalVersion("4.71.557.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Docking")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Docking.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.555.0")]
[assembly: AssemblyFileVersion("4.71.555.0")]
[assembly: AssemblyInformationalVersion("4.71.555.0")]
[assembly: AssemblyVersion("4.71.556.0")]
[assembly: AssemblyFileVersion("4.71.556.0")]
[assembly: AssemblyInformationalVersion("4.71.556.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Navigator")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Navigator.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.555.0")]
[assembly: AssemblyFileVersion("4.71.555.0")]
[assembly: AssemblyInformationalVersion("4.71.555.0")]
[assembly: AssemblyVersion("4.71.556.0")]
[assembly: AssemblyFileVersion("4.71.556.0")]
[assembly: AssemblyInformationalVersion("4.71.556.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Ribbon")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Ribbon.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.572.0")]
[assembly: AssemblyFileVersion("4.71.572.0")]
[assembly: AssemblyVersion("4.71.573.0")]
[assembly: AssemblyFileVersion("4.71.573.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyInformationalVersion("4.71.569.0")]
[assembly: AssemblyInformationalVersion("4.71.570.0")]
[assembly: AssemblyProduct("Krypton Toolkit")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Toolkit.dll")]
[assembly: AssemblyTitle("ComponentFactory.Krypton.Toolkit")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.556.0")]
[assembly: AssemblyFileVersion("4.71.556.0")]
[assembly: AssemblyInformationalVersion("4.71.556.0")]
[assembly: AssemblyVersion("4.71.557.0")]
[assembly: AssemblyFileVersion("4.71.557.0")]
[assembly: AssemblyInformationalVersion("4.71.557.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Workspace")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Workspace.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.0.0")]
[assembly: AssemblyFileVersion("4.71.561.0")]
[assembly: AssemblyInformationalVersion("4.71.561.0")]
[assembly: AssemblyFileVersion("4.71.562.0")]
[assembly: AssemblyInformationalVersion("4.71.562.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Design")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Design.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.560.0")]
[assembly: AssemblyFileVersion("4.71.560.0")]
[assembly: AssemblyInformationalVersion("4.71.560.0")]
[assembly: AssemblyVersion("4.71.561.0")]
[assembly: AssemblyFileVersion("4.71.561.0")]
[assembly: AssemblyInformationalVersion("4.71.561.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Docking")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Docking.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.559.0")]
[assembly: AssemblyFileVersion("4.71.559.0")]
[assembly: AssemblyInformationalVersion("4.71.559.0")]
[assembly: AssemblyVersion("4.71.560.0")]
[assembly: AssemblyFileVersion("4.71.560.0")]
[assembly: AssemblyInformationalVersion("4.71.560.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Navigator")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Navigator.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.559.0")]
[assembly: AssemblyFileVersion("4.71.559.0")]
[assembly: AssemblyInformationalVersion("4.71.559.0")]
[assembly: AssemblyVersion("4.71.560.0")]
[assembly: AssemblyFileVersion("4.71.560.0")]
[assembly: AssemblyInformationalVersion("4.71.560.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Ribbon")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Ribbon.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.572.0")]
[assembly: AssemblyFileVersion("4.71.572.0")]
[assembly: AssemblyVersion("4.71.573.0")]
[assembly: AssemblyFileVersion("4.71.573.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyInformationalVersion("4.71.573.0")]
[assembly: AssemblyInformationalVersion("4.71.574.0")]
[assembly: AssemblyProduct("Krypton Toolkit")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Toolkit.dll")]
[assembly: AssemblyTitle("ComponentFactory.Krypton.Toolkit")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.560.0")]
[assembly: AssemblyFileVersion("4.71.560.0")]
[assembly: AssemblyInformationalVersion("4.71.560.0")]
[assembly: AssemblyVersion("4.71.561.0")]
[assembly: AssemblyFileVersion("4.71.561.0")]
[assembly: AssemblyInformationalVersion("4.71.561.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Workspace")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Workspace.dll")]
Expand Down

0 comments on commit 505199e

Please sign in to comment.