Releases: M1S2/AssemblyInfoHelper
Releases · M1S2/AssemblyInfoHelper
Release v4.2.1
- Unnecessary dependencies removed
- Color of Expander arrow in GitHub Releases Tab corrected (was always black)
Release v4.2.0
- Show release notes
- AppInfoButton control added for simpler usage of the AssemblyInfoHelper
- Switch added to disable notification of new versions
- Show release type (major, minor, patch) in tag icon
Release v4.1.1
- GitHub release tab now doesn't crash without internet
- AssemblyInfoHelperClass can also be used to get attributes from any assembly now
Release v4.1.0
- New tab added for GitHub releases
- Image display in Readme improved
Release v4.0.0
Using MahApps.Metro to get a Metro look for the WPF window. Therefore this release should be used with WPF applications.
Release v3.0.0
This version contains a WPF window and should be used with WPF applications.
Release v2.0.0
This version should be used with Windows Forms applications.
Removed
- AssemblyKnownIssues attribute removed. Report known issues in README.md
- AssemblyChangeLog attribute removed. Use the CHANGELOG.md file instead.
Added
- Use README.md file for description of the project.
- Use CHANGELOG.md file for changelog of the project.
- Markdig for displaying markdown syntax.
Release v1.0.0
This version of the AssemblyInfoHelper uses
- the AssemblyDescription attribute for the description of the project.
- a new attribute "AssemblyKnownIssues" for known issues.
- a new attribute "AssemblyChangeLog" for change log entries.