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

Commit 03316f1

Browse files
committed
* Build 643
1 parent 0a2c32d commit 03316f1

File tree

122 files changed

+504
-952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+504
-952
lines changed
Loading

Installer Project Files/Krypton Toolkit Suite for .NET 4.7/Krypton Toolkit Suite 4.70 .aip

Lines changed: 131 additions & 62 deletions
Large diffs are not rendered by default.

Installer Project Files/Krypton Toolkit Suite for .NET 4.7/Krypton Toolkit Suite for .NET 4.7.aip

Lines changed: 0 additions & 563 deletions
This file was deleted.
Binary file not shown.

README.md

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

1515
=======
1616

17+
## 2018-09-25 Build 643
18+
* Build 643 (build date Tuesday 25th September, 2018) is now available through the **releases** tab, or as a NuGet package (note, this may not work)
19+
20+
=======
21+
1722
## 2018-09-23 Add `design time` and `nullable bool` for feature #67
1823
* Allow the developer to override the `Ctrl+c to copy` text in the Caption
1924

Source/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.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.589.0")]
20-
[assembly: AssemblyFileVersion("4.70.589.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.589.0")]
19+
[assembly: AssemblyVersion("4.70.590.0")]
20+
[assembly: AssemblyFileVersion("4.70.590.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.590.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/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.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.588.0")]
20-
[assembly: AssemblyFileVersion("4.70.588.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.588.0")]
19+
[assembly: AssemblyVersion("4.70.589.0")]
20+
[assembly: AssemblyFileVersion("4.70.589.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.589.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/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.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.589.0")]
20-
[assembly: AssemblyFileVersion("4.70.589.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.589.0")]
19+
[assembly: AssemblyVersion("4.70.590.0")]
20+
[assembly: AssemblyFileVersion("4.70.590.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.590.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/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.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.590.0")]
20-
[assembly: AssemblyFileVersion("4.70.590.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.590.0")]
19+
[assembly: AssemblyVersion("4.70.591.0")]
20+
[assembly: AssemblyFileVersion("4.70.591.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.591.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")]

Source/Krypton Docking Examples/Docking Customized/Docking Customized 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Docking Flags/Docking Flags 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="Krypton Docking">
56-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
56+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Krypton Navigator">
59-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
59+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Krypton Ribbon">
62-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
62+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6363
</Reference>
6464
<Reference Include="Krypton Toolkit">
65-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
65+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Krypton Workspace">
68-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
68+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Docking Persistence/Docking Persistence 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/External Drag To Docking/External Drag To Docking 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="Krypton Docking">
56-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
56+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Krypton Navigator">
59-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
59+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Krypton Ribbon">
62-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
62+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6363
</Reference>
6464
<Reference Include="Krypton Toolkit">
65-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
65+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Krypton Workspace">
68-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
68+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Multi Control Docking/Multi Control Docking 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Navigator + FloatingWindows/Navigator + FloatingWindows 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Standard Docking/Standard Docking 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

0 commit comments

Comments
 (0)