Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit d60333c

Browse files
author
Wagnerp
committed
* Version 565
1 parent be32acf commit d60333c

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
=======
1010

11+
## 2018-04-10 Version 565
12+
* Build **565** (build date Tuesday 10th April, 2018) is now available from the **releases** tab.
13+
14+
=======
15+
1116
## 2018-04-09 ** Use All `C#` features
1217
* Change the projects to at least recognise C#7.2 features and enhancements - _to be applied in the future_
1318
* Some tinkering with spelling corrections - _to be applied in the future_

Source/Architectures/Any CPU/Krypton Components/ComponentFactory.Krypton.Design/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
using System.Runtime.InteropServices;
1818

1919
[assembly: AssemblyVersion("4.70.0.0")]
20-
[assembly: AssemblyFileVersion("4.70.549.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.549.0")]
20+
[assembly: AssemblyFileVersion("4.70.550.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.550.0")]
2222
[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.")]
2323
[assembly: AssemblyProduct("Krypton Design")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Design.dll")]

Source/Architectures/Any CPU/Krypton Components/ComponentFactory.Krypton.Docking/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.548.0")]
20-
[assembly: AssemblyFileVersion("4.70.548.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.548.0")]
19+
[assembly: AssemblyVersion("4.70.549.0")]
20+
[assembly: AssemblyFileVersion("4.70.549.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.549.0")]
2222
[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.")]
2323
[assembly: AssemblyProduct("Krypton Docking")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Docking.dll")]

Source/Architectures/Any CPU/Krypton Components/ComponentFactory.Krypton.Navigator/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.547.0")]
20-
[assembly: AssemblyFileVersion("4.70.547.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.547.0")]
19+
[assembly: AssemblyVersion("4.70.548.0")]
20+
[assembly: AssemblyFileVersion("4.70.548.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.548.0")]
2222
[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.")]
2323
[assembly: AssemblyProduct("Krypton Navigator")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Navigator.dll")]

Source/Architectures/Any CPU/Krypton Components/ComponentFactory.Krypton.Ribbon/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.547.0")]
20-
[assembly: AssemblyFileVersion("4.70.547.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.547.0")]
19+
[assembly: AssemblyVersion("4.70.548.0")]
20+
[assembly: AssemblyFileVersion("4.70.548.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.548.0")]
2222
[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.")]
2323
[assembly: AssemblyProduct("Krypton Ribbon")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Ribbon.dll")]

Source/Architectures/Any CPU/Krypton Components/ComponentFactory.Krypton.Workspace/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.548.0")]
20-
[assembly: AssemblyFileVersion("4.70.548.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.548.0")]
19+
[assembly: AssemblyVersion("4.70.549.0")]
20+
[assembly: AssemblyFileVersion("4.70.549.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.549.0")]
2222
[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.")]
2323
[assembly: AssemblyProduct("Krypton Workspace")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Workspace.dll")]

0 commit comments

Comments
 (0)