Skip to content

Releases: M1S2/AssemblyInfoHelper

Release v5.4.0

Choose a tag to compare

@M1S2 M1S2 released this 26 Aug 20:39
  • Fixed creation date display in WindowAssemblyInfo (StringFormat doesn't work with Label) (#16)
  • Removed MahApps IconPacks and use Segoe MDL2 Icons and embedded Icons instead, renamed resource language from de-DE to de
  • Removed target framework netcoreapp3.1
  • Removed some unused Nuget dependencies
  • Embed repository URL as assembly attribute using automatic build target

Release v5.3.1

Choose a tag to compare

@M1S2 M1S2 released this 14 Jun 17:53
  • Bump Microsoft.Windows.Compatibility in AssemblyInfoHelper and AssemblyInfoHelper.Demo to fix a security vulnerability

Release v5.3.0

Choose a tag to compare

@M1S2 M1S2 released this 17 May 18:08
  • Added feature to persist files during update

Release v5.2.2

Choose a tag to compare

@M1S2 M1S2 released this 11 Nov 20:49
  • Updated MdXaml to 1.16.1 to improve Readme viewer, added MdXaml.Plugins, MdXaml.Html and MdXaml.Svg

Release v5.2.1

Choose a tag to compare

@M1S2 M1S2 released this 18 Sep 10:45
  • Fixed hanging application when closed during update (avoid Environment.Exit() call) (#12)
  • Fixed non-working links to repository URL and tags (#11)

Release v5.2.0

Choose a tag to compare

@M1S2 M1S2 released this 29 Jul 16:45
  • Corrected encoding for WebBrowserMarkdown control to show german special characters
  • Fixed non-working links in WebBrowserMarkdown control

Release v5.1.0

Choose a tag to compare

@M1S2 M1S2 released this 04 Jul 19:42
  • Removed support for AssemblyCulture attribute
  • Hide empty attribute values
  • Extended Readme

Release v5.0.1

Choose a tag to compare

@M1S2 M1S2 released this 24 Jun 16:11
  • Added some missing localizations

Release v5.0.0

Choose a tag to compare

@M1S2 M1S2 released this 21 Jun 19:12
  • Added localization for UI
  • The library can now target net452, net472, netcoreapp3.1 and net6.0
  • Improved markdown visualization of Changelog and GitHub release notes

Release v4.3.1

Choose a tag to compare

@M1S2 M1S2 released this 19 Jun 17:27
  • Updated MahApps.Metro to v2.0.1
  • Updated MahApps.Metro.IconPacks to v4.2.0
  • Small bug fixes