From 7e715bf68a64081940d91d80a5eda59016e378a8 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Fri, 22 May 2020 15:05:59 +0800 Subject: [PATCH] release: v1.3.0 --- README.md | 9 +++++++++ source/SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a20284..7f4edbb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ ConsoleControl is a C# class library that lets you embed a console in a WinForms ![ConsoleControl Screenshot](./docs/screenshot.png "ConsoleControl Screenshot") + + +* [Installing](#installing) +* [Using ConsoleControl](#using-consolecontrol) +* [Developer Guide](#developer-guide) + * [Creating a Release](#creating-a-release) + + + ## Installing Installing couldn't be easier, just use NuGet. You can search for 'ConsoleControl' or install directly. diff --git a/source/SharedAssemblyInfo.cs b/source/SharedAssemblyInfo.cs index 1bfaf28..09798d9 100644 --- a/source/SharedAssemblyInfo.cs +++ b/source/SharedAssemblyInfo.cs @@ -2,7 +2,7 @@ [assembly: AssemblyCompany("Dave Kerr")] [assembly: AssemblyProduct("ConsoleControl")] -[assembly: AssemblyCopyright("Copyright © Dave Kerr 2013-2019. https://www.dwmkerr.com")] +[assembly: AssemblyCopyright("Copyright © Dave Kerr 2013-2020. https://www.dwmkerr.com")] // Version information for an assembly consists of the following four values: // @@ -14,5 +14,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.1.0")] -[assembly: AssemblyFileVersion("1.2.1.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")]