-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Razor engine update and improved mono support. #209
Conversation
Sorry, I had to revert again. The dll name change will break downstream projects. I'm not comfortable to do this without @tpetricek's consent. |
What is breaking what? There should be no changed name as the dll is still called RazorEngine.dll. |
yes, but the folder is called RazorEngine.N. |
Thanks for the explanation. |
Oh I always thought it was directly from MS. I'm not saying we should not merge this, but I will have defer this decision to tomas. |
This reverts commit 1289f61 and updates RazorEngine to version 3.5.0. The problem with the previous commit was that upstream projects broke (because of a different dependency). This time we use the official update of the RazorEngine project. Conflicts: RELEASE_NOTES.md build.fsx src/Common/AssemblyInfo.fs src/Common/Razor.fs src/FSharp.Literate/Formatting.fs
This reverts commit 1289f61 and updates RazorEngine to version 3.5.0-beta1. The problem with the previous commit was that upstream projects broke (because of a different dependency). This time we use the official update of the RazorEngine project. Conflicts: RELEASE_NOTES.md build.fsx src/Common/AssemblyInfo.fs src/Common/Razor.fs src/FSharp.Literate/Formatting.fs
This reverts commit 1289f61 and updates RazorEngine to version 3.5.0-beta3. The problem with the previous commit was that upstream projects broke (because of a different dependency). This time we use the official update of the RazorEngine project. Conflicts: RELEASE_NOTES.md build.fsx src/Common/AssemblyInfo.fs src/Common/Razor.fs src/FSharp.Literate/Formatting.fs
Same as #207 but with an additional fix: