Skip to content

Releases: citizenmatt/resharper-template-compiler

Improve readme generation

25 Sep 16:14
Compare
Choose a tag to compare

Allows specifying the location of the readme file in the .csproj metadata, so that the file can appear next to the templates in a sub-directory.

MSBuild support

25 Sep 15:57
Compare
Choose a tag to compare

Updated to include MSBuild support. See the readme for more details on usage.

Also updates to handle file templates better.

Fix invalid cast exception

22 Apr 11:43
Compare
Choose a tag to compare
  • Fixed InvalidCastException when loading .dotSettings file (#1) - thanks @wangzq!

v1.2 - Escape filename + normalise text

24 Oct 15:25
Compare
Choose a tag to compare
  • Escapes the shortcut to make a valid filename
  • Ensures markdown file is truncated when overwriting
  • Normalises the line endings when writing the text

v1.1 - Handle optional values

24 Oct 14:33
Compare
Choose a tag to compare

Update to handle optional values, mainly description and categories

v1.0

24 Oct 11:32
Compare
Choose a tag to compare

Initial release. Decompile templates from existing .dotSettings files into human readable markdown files, then recompile back to a .dotSettings file for ease of distribution.