Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed May 22, 2020
1 parent 1133190 commit 7e715bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

<!-- vim-markdown-toc GFM -->

* [Installing](#installing)
* [Using ConsoleControl](#using-consolecontrol)
* [Developer Guide](#developer-guide)
* [Creating a Release](#creating-a-release)

<!-- vim-markdown-toc -->

## Installing

Installing couldn't be easier, just use NuGet. You can search for 'ConsoleControl' or install directly.
Expand Down
6 changes: 3 additions & 3 deletions source/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
//
Expand All @@ -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")]

0 comments on commit 7e715bf

Please sign in to comment.