This repository was archived by the owner on Jan 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +19
-14
lines changed
Source/Architectures/Any CPU/Krypton Components
ComponentFactory.Krypton.Design/Properties
ComponentFactory.Krypton.Docking/Properties
ComponentFactory.Krypton.Navigator/Properties
ComponentFactory.Krypton.Ribbon/Properties
ComponentFactory.Krypton.Workspace/Properties Expand file tree Collapse file tree 6 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 8
8
9
9
=======
10
10
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
+
11
16
## 2018-04-09 ** Use All ` C# ` features
12
17
* Change the projects to at least recognise C #7 .2 features and enhancements - _ to be applied in the future_
13
18
* Some tinkering with spelling corrections - _ to be applied in the future_
Original file line number Diff line number Diff line change 17
17
using System . Runtime . InteropServices ;
18
18
19
19
[ 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" ) ]
22
22
[ 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." ) ]
23
23
[ assembly: AssemblyProduct ( "Krypton Design" ) ]
24
24
[ assembly: AssemblyDefaultAlias ( "ComponentFactory.Krypton.Design.dll" ) ]
Original file line number Diff line number Diff line change 16
16
using System . Runtime . CompilerServices ;
17
17
using System . Runtime . InteropServices ;
18
18
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" ) ]
22
22
[ 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." ) ]
23
23
[ assembly: AssemblyProduct ( "Krypton Docking" ) ]
24
24
[ assembly: AssemblyDefaultAlias ( "ComponentFactory.Krypton.Docking.dll" ) ]
Original file line number Diff line number Diff line change 16
16
using System . Runtime . CompilerServices ;
17
17
using System . Runtime . InteropServices ;
18
18
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" ) ]
22
22
[ 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." ) ]
23
23
[ assembly: AssemblyProduct ( "Krypton Navigator" ) ]
24
24
[ assembly: AssemblyDefaultAlias ( "ComponentFactory.Krypton.Navigator.dll" ) ]
Original file line number Diff line number Diff line change 16
16
using System . Runtime . CompilerServices ;
17
17
using System . Runtime . InteropServices ;
18
18
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" ) ]
22
22
[ 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." ) ]
23
23
[ assembly: AssemblyProduct ( "Krypton Ribbon" ) ]
24
24
[ assembly: AssemblyDefaultAlias ( "ComponentFactory.Krypton.Ribbon.dll" ) ]
Original file line number Diff line number Diff line change 16
16
using System . Runtime . CompilerServices ;
17
17
using System . Runtime . InteropServices ;
18
18
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" ) ]
22
22
[ 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." ) ]
23
23
[ assembly: AssemblyProduct ( "Krypton Workspace" ) ]
24
24
[ assembly: AssemblyDefaultAlias ( "ComponentFactory.Krypton.Workspace.dll" ) ]
You can’t perform that action at this time.
0 commit comments