Skip to content

Releases: flcdrg/VsShowMissing

v3.2.72

04 Jul 22:29
Compare
Choose a tag to compare

Changes

  • No changes

v3.2.71

04 Jul 22:22
Compare
Choose a tag to compare

Changes

  • No changes

v3.2.70

04 Jul 15:01
Compare
Choose a tag to compare

Changes

  • No changes

v3.2.69

04 Jul 14:26
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v3.1.0

22 May 12:50
Compare
Choose a tag to compare
Update token

Visual Studio 2019 support

22 May 12:49
Compare
Choose a tag to compare
v3.1

Update token

Async package loading and VS 2019 support

05 Oct 05:41
d9e736f
Compare
Choose a tag to compare
Merge pull request #53 from flcdrg/Async2013

Async loading and support VS 2019

v2.6.4

27 Jul 10:35
Compare
Choose a tag to compare
Merge pull request #39 from flcdrg/GitIgnores

Suport loading child .gitignore files

v2.6.3

20 Jul 08:47
Compare
Choose a tag to compare
Fix multiline

v2.6.0

27 Mar 10:37
Compare
Choose a tag to compare
Do checking as each project builds. (#31)

- This means we only scan projects that build (fixes #30)
- And so won't scan projects that aren't built (fixes #29)

Previously we ran the scan across all projects in the solution, regardless of whether they got compiled or not.