mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Missing AssemblyVersion attribute in v.0.28.0 #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manuelspezzani on GitHub (Mar 21, 2022).
In 0.28.0 the AssemblyVersion attribute seems to be missing or left to its default value 0.0.0.0.
This could be quite annoying when using binding redirects or when Markdig is a "transitive" dependency, for example on one of my project upgrading to 0.28.0 leads to the dreaded CS1705 build error:
Thanks a lot.
@MihaZupan commented on GitHub (Mar 21, 2022):
My guess is that this is something
dotnet-releaserdoes differently?@xoofx commented on GitHub (Mar 27, 2022):
Don't think it is
dotnet-releaserbut more likelyMinVer@xoofx commented on GitHub (Mar 27, 2022):
This should be fixed by commit
ccf455dand available in next version