toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.52k stars 259 forks source link

RazorLight 2.0.0-rc.3 release issue #459

Closed ps-ahella closed 2 years ago

ps-ahella commented 2 years ago

@jzabroski It looks like the rc3 release contains the same dlls as the rc2 release. I found this while I was searching for a solution for a TemplateNotFoundException in my project and trying to turn the new debug flag on (but the option was missing).

I've downloaded (from nuget.org) and compared the content of the rc3 and rc2 packages and they match. Can you please check and fix this.

Thanks, Albert

jzabroski commented 2 years ago

Hi Albert,

Whoa - thanks for catching this. I confirmed. I'm at work right now but I will deal with this tonight.

image

jzabroski commented 2 years ago

@ps-ahella I automated (most) of the release process to nuget.org last night as a GitHub Action, an an effort to get away from manual deploys from my machine. Please check: https://www.nuget.org/packages/RazorLight/2.0.0-rc.4

I have not compared it myself yet - pressed for time today.

jzabroski commented 2 years ago

Verified fixed.

ps-ahella commented 2 years ago

Thanks @jzabroski. Sorry, did not have time to check it. Time is the most valuable thing we have (or not :-) ).