v3.0.0 - .NET Standard 2.0
Smidge updated to .NET Standard 2.0
This version doesn't contain any new features but it's re-targeted at .NET Standard 2.0 and ASP.NET Core 2.0 and I've dropped targeting .NET 4.5.2 since I don't think people were using it on that platform and I'd rather just stick with .NET Standard moving forward.
All the docs are still correct, you shouldn't have to do anything different for upgrades or new installs.
... And yes it works perfectly well with Razor Pages :)
Install via nuget:
PM> Install-Package Smidge
And if you want to use Nuglify, for the minification engine:
PM> Install-Package Smidge.Nuglify