Releases: RobertClassen/MonoDevelop-Fixer
Releases · RobertClassen/MonoDevelop-Fixer
v4.0.0
v3.0.0
[3.0.0] - 2020-05-26
Changed
- Changed Postprocessor to read *.csproj files as XML files and compare their elements to replace defined values instead of using string.Replace based on indices of tags.
v2.0.0
[2.0.0] - 2020-04-07
Added
- Added LICENSE (MIT)
- Added README
- Added CHANGELOG
Changed
- Turned project from plugin into package for easier distribution and implementation into other projects.
- Improved layout of menu in Edit/Preferences for better usability.
Removed
- Removed obsolete files of Unity project which acted as a wrapper for the plugin before.
v1.0.0
[1.0.0] - 2020-03-03
Added
- Added menu in the "Edit/Preferences..." window to be able to set Property settings more easily.
- Added "Tools/Postprocessors/Update *.csproj files" menu item to update files manually if Unity ever fails to do so automatically (e.g. when there are compilation errors).
Changed
- Made Postprocessor more generic to be able to use it for different Properties other than "LangVersion" as well if needed.
Removed
- Removed obsolete Settings class because Properties are now self-contained.
v0.1.0
[0.1.0] - 2019-01-31
Added
- Implemented basic proof-of-concept version which can be worked with although selecting a Property to overwrite requires doing so in a ScriptableObject which needs to be found in the Assets folder.