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

Commit cd8360c

Browse files
committed
* New Nuget package release & altered 'index.html'
1 parent d47428e commit cd8360c

File tree

10 files changed

+29
-22
lines changed

10 files changed

+29
-22
lines changed

Help/Krypton.ico

96.8 KB
Binary file not shown.

Help/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1 id="introduction">Introduction</h1>
7171
<h2 id="httpsgithubcomwagnerpkrypton-net-47"><a href="https://github.com/Wagnerp/Krypton-NET-4.7">https://github.com/Wagnerp/Krypton-NET-4.7</a></h2>
7272
<ul>
7373
<li>WangnerP &amp; Smurf-IV are adding more extensions to this toolkit.</li>
74-
<li>All new releases of packages will no longer ship with the &#39;.chm&#39; help file. This is to reduce file size from 70+ MB to 5 - 6 MB.</li>
74+
<li>All new releases of Nuget packages will no longer ship with the &#39;.chm&#39; help file. This is to reduce file size from 70+ MB to 5 - 6 MB.</li>
7575
<li>New versions of Nuget packages can be obtained via <a href="https://www.nuget.org/packages/KryptonToolkitSuite47/">this link</a> or via your package manager with the following command <code>Install-Package KryptonToolkitSuite47 -Version 4.70.xxx</code> (replace the x&#39;s with version number) or by searching <code>KryptonToolkitSuite47</code> in your package manager.</li>
7676
</ul>
7777
<h2 id="krypton-toolkit">Krypton Toolkit</h2>
@@ -80,7 +80,7 @@ <h2 id="krypton-toolkit">Krypton Toolkit</h2>
8080
<h2 id="krypton-ribbon">Krypton Ribbon</h2>
8181
<p>The <code>Krypton Ribbon</code> is designed to mimic the look, feel and operation of the ribbon control seen in the <em>Microsoft Office 2007/2010/2013</em> applications such as <em>Word</em> and <em>Excel</em>. It provides advanced capabilities including the quick access toolbar, contextual tabs and auto shrinking groups. With rich design time support and sample code you can be up and running with the ribbon in no time at all. It integrates with the <code>Krypton Toolkit</code> architecture to ensure a consistent look and feel. </p>
8282
<h2 id="krypton-navigator">Krypton Navigator</h2>
83-
<p>The <code>Krypton Navigato</code>r is a user interface control that provides the user with a variety of ways to navigate around a set of pages. Think of it as a traditional <code>TabControl</code> on steroids. It has many different modes of operation allowing you to achieve exactly the right operation for your application. It integrates with the <code>Krypton Toolkit</code> architecture to ensure a consistent look and feel.</p>
83+
<p>The <code>Krypton Navigator</code> is a user interface control that provides the user with a variety of ways to navigate around a set of pages. Think of it as a traditional <code>TabControl</code> on steroids. It has many different modes of operation allowing you to achieve exactly the right operation for your application. It integrates with the <code>Krypton Toolkit</code> architecture to ensure a consistent look and feel.</p>
8484
<h2 id="krypton-workspace">Krypton Workspace</h2>
8585
<p>The <code>Krypton Workspace</code> allows a document area to be created that the user can customize by dragging and dropping pages into new positions. Similar to the Visual Studio document area but with far greater flexibility and functionality. Each cell within the workspace uses an instance of the <code>Krypton Navigator</code> allowing a wide range of options for organizing and displaying pages. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.</p>
8686
<h2 id="krypton-docking">Krypton Docking</h2>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
# ["Toolkit help index"](https://rawgit.com/Smurf-IV/Krypton-NET-4.7/master/Help/index.html)
88

9+
=======
10+
## 2018-02-16 New Nuget package release
11+
* Build 553 (build date 15th February, 2018) has been released.
12+
* Palette designer has been included with this release and future releases.
13+
914
=======
1015

1116
## 2018-02-11 Rename and add help
@@ -18,6 +23,8 @@
1823
* Fix issue #28 - Undo changes that checked for null, and then would use a null, rather than return a null..
1924
* Add initial API Help from `DocFX`
2025

26+
=======
27+
2128
## 2018-01-27pm New Nuget package release
2229
* New Nuget package, version `4.70.544` (build date January 27th, 2018) has been released
2330

Source/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.535.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.535.0")]
20+
[assembly: AssemblyFileVersion("4.70.536.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.536.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/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.534.0")]
20-
[assembly: AssemblyFileVersion("4.70.534.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.534.0")]
19+
[assembly: AssemblyVersion("4.70.535.0")]
20+
[assembly: AssemblyFileVersion("4.70.535.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.535.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.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.533.0")]
20-
[assembly: AssemblyFileVersion("4.70.533.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.533.0")]
19+
[assembly: AssemblyVersion("4.70.534.0")]
20+
[assembly: AssemblyFileVersion("4.70.534.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.534.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.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.533.0")]
20-
[assembly: AssemblyFileVersion("4.70.533.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.533.0")]
19+
[assembly: AssemblyVersion("4.70.534.0")]
20+
[assembly: AssemblyFileVersion("4.70.534.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.534.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.Toolkit/Properties/AssemblyInfo.cs

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

19-
[assembly: AssemblyVersion("4.70.552.0")]
20-
[assembly: AssemblyFileVersion("4.70.552.0")]
19+
[assembly: AssemblyVersion("4.70.553.0")]
20+
[assembly: AssemblyFileVersion("4.70.553.0")]
2121
[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.")]
22-
[assembly: AssemblyInformationalVersion("4.70.552.0")]
22+
[assembly: AssemblyInformationalVersion("4.70.553.0")]
2323
[assembly: AssemblyProduct("Krypton Toolkit")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Toolkit.dll")]
2525
[assembly: AssemblyTitle("ComponentFactory.Krypton.Toolkit")]

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.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyVersion("4.70.534.0")]
20-
[assembly: AssemblyFileVersion("4.70.534.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.534.0")]
19+
[assembly: AssemblyVersion("4.70.535.0")]
20+
[assembly: AssemblyFileVersion("4.70.535.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.535.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 Components/Item Templaes for Visual Studio/Item Templates/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.70.26.0")]
37-
[assembly: AssemblyFileVersion("4.70.26.0")]
38-
[assembly: AssemblyInformationalVersion("4.70.26.0")]
36+
[assembly: AssemblyVersion("4.70.27.0")]
37+
[assembly: AssemblyFileVersion("4.70.27.0")]
38+
[assembly: AssemblyInformationalVersion("4.70.27.0")]
3939
[assembly: NeutralResourcesLanguage("en-US")]
4040

0 commit comments

Comments
 (0)