Skip to content

Commit

Permalink
Merge branch 'release-0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Williams authored and Simon Williams committed Jul 9, 2017
2 parents 2a68baa + 13e3274 commit 2bf067e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Kajabity.DocForms/Kajabity.DocForms.nuspec
Expand Up @@ -11,8 +11,13 @@
<iconUrl>http://kajabity.com/images/logo-57x57.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Kajabity Tools Forms and Document classes extracted from the Kajabity.Tools nuget.</releaseNotes>
<releaseNotes>
Refactored and enhanced classes to SingleDocumentForm and SingleDocumentManager.
Original SDIForm and DocumentManager classes retained but deprecated.
Added document and document state changed events.
Added significant NUnit test coverage.
</releaseNotes>
<copyright>Copyright © 2009-17 Williams Technologies Limited.</copyright>
<tags>Kajabity Tools Forms SDIForm Recent Documents MRU</tags>
<tags>Kajabity DocForms WinForms Tools Forms Single Document Interface SDI Recent Documents MRU</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion Kajabity.DocForms/Properties/AssemblyInfo.cs
Expand Up @@ -26,7 +26,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "Kajabity.DocForms" )]
[assembly: AssemblyDescription( "A collection of WinForms classes to provide all those standard 'Boiler Plate' file handling features of a Windows Desktop application." )]
[assembly: AssemblyDescription("Quickly develop file (Document) based WinForms applications using Kajabity.DocForms to handle all the boilerplate file handling. Visit the project website for detailed usage instructions, or see the samples on GitHub. Originally part of Kajabity.Tools.")]
[assembly: AssemblyConfiguration( "" )]
[assembly: AssemblyCompany( "Williams Technologies Limited" )]
[assembly: AssemblyProduct( "Kajabity.DocForms" )]
Expand Down

0 comments on commit 2bf067e

Please sign in to comment.