Skip to content

Releases: azz/vscode-csproj

v0.7.0

12 Jul 13:02
@azz azz
Compare
Choose a tag to compare

Features:

  • Set .cs files to Compile by default (#10).

v0.6.6

25 Feb 00:43
@azz azz
Compare
Choose a tag to compare

Fixes:

  • Fix an issue #7 where adding a directory does not traverse deeply to find files.

v0.6.5

19 Nov 01:49
@azz azz
Compare
Choose a tag to compare

Fixes:

  • Fix an issue with Mac/*NIX paths that caused repeated prompting for the same file.

v0.6.3

30 Oct 07:52
@azz azz
Compare
Choose a tag to compare

Fixes:

  • Fix an issue with multiple file deletion that occasionally resulted in not all files being removed.

v0.6.1

30 Oct 04:51
@azz azz
Compare
Choose a tag to compare

Improvements:

  • When adding a directory to csproj, respect the files.exclude configuration as well as the existing
    csproj.includeRegex and csproj.excludeRegex. In other words, files not within your worspace will not be added.

v0.6.0

30 Oct 04:52
@azz azz
Compare
Choose a tag to compare

Features:

  • Deletion support. Watches for file deletions, and adds "Remove from Project" to the context menu.
  • Directory support.
    • Selecting "Include in Project" on a directory will add all files that match the config to csproj.
    • Selecting "Remove from Project" will remove all files within the directory from the relevany csproj file(s).

v0.5.0

30 Oct 04:51
@azz azz
Compare
Choose a tag to compare

Features:

  • Item type is now configurable based on file extension.

v0.4.2

30 Oct 04:51
@azz azz
Compare
Choose a tag to compare

Improvements:

  • Use forked version of elementtree for XML parsing. Solution is safer and faster.
  • XML attributes are no longer sorted lexographically.

v0.4.1

30 Oct 04:51
@azz azz
Compare
Choose a tag to compare

Fixes:

  • Output XML much more like Visual Studio.
    • Use CLRF
    • Format comments in the same way

v0.4.0

30 Oct 04:51
@azz azz
Compare
Choose a tag to compare

Features:

  • Switch from quick picker to information message with options.