Skip to content

Releases: stef-k/MvcFrontendKit

1.1.0

21 Feb 09:47
02c8775

Choose a tag to compare

  • dotnet frontend init now auto-patches the .csproj to include frontend.config.yaml as a <Content> item with CopyToPublishDirectory="PreserveNewest", fixing the missing config in dotnet publish output
  • dotnet frontend check validates the .csproj has this entry (warning, not error)
  • Changed missing-config log level from LogWarning to LogDebug (missing config is expected, defaults are used)
  • Version bump to 1.1.0, deployed to NuGet