Adds a AssemblyInformationalVersionAttribute to an assembly.
This is an add-in for Fody
It is expected that all developers using Fody either become a Patron on OpenCollective, or have a Tidelift Subscription. See Licensing/Patron FAQ for more information.
See also Fody usage.
Install the Signet.Fody NuGet package and update the Fody NuGet package:
PM> Install-Package Fody
PM> Install-Package Signet.Fody
The Install-Package Fody is required since NuGet always defaults to the oldest, and most buggy, version of any dependency.
Add <Signet /> to FodyWeavers.xml
<Weavers>
<Signet />
</Weavers>Icon courtesy of Icon Font
