dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

New nuget package? #61

Open zydjohnHotmail opened 1 year ago

zydjohnHotmail commented 1 year ago

Hi, I can see you have updated this repo to target .NET 6 & 7, it is good. However, in the readme file, I see you sugget to use nuget package: NuGet\Install-Package ConsoleControl -Version 1.3.0 But I found that the package version 1.3.0 was released more than 3 years ago. Is it possible to realsed a new version, like: 1.4.0? Thanks,

dwmkerr commented 1 year ago

Hi @zydjohnHotmail I will try and update the build process to automatically release to Nuget, I've done that with a few other projects. I've not got a tonne of time to maintain this so it might not be immediate, in the short term easiest would probably be to download the project and add directly as a reference to your solution to unblock!