Skip to content

Releases: RobertClassen/MonoDevelop-Fixer

v4.0.0

26 Jul 21:36
Compare
Choose a tag to compare

[4.0.0] - 2021-07-26

Changed

  • Changed name to more specific "MonoDevelop Fixer".

v3.0.0

26 May 19:51
Compare
Choose a tag to compare

[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

09 Apr 13:18
Compare
Choose a tag to compare

[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

07 Apr 18:58
Compare
Choose a tag to compare

[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

07 Apr 18:57
Compare
Choose a tag to compare

[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.