With .NET 6, comes Prise 6 🎉

Maarten Merken
2 min readNov 29, 2021

We’re excited to announce that Prise has been successfully ported to .NET 6, thanks to https://github.com/tartanlegrand for the Pull Request!

In this version, the framework has been upgraded to net6.0, at this point, we’re not planning to add any additional features to Prise. We are planning to release an update to the Visual Studio Publish Plugin Extension for Visual Studio 2022, this is currently being worked on and will release before the end of the year.

It’s lovely to see that Prise is growing slowly, while the numbers are not mind-blowing, we still are proud to see that our hard work is being consumed.

For those who are still unfamiliar with Prise, Prise is a .NET (Core) plugin framework that allows you to truly write a plugin once and inject it forever into your application, due to its guaranteed backwards plugin compatibility.

Check out our documentation guide: https://merken.github.io/Prise

Check out the example Weather application: https://github.com/merken/Weather

Hope to see you in 2022, cheers!

--

--