madskristensen / FileNesting

Nest files in Solution Explorer
Other
118 stars 59 forks source link

Update package name #60

Closed wwuck closed 8 years ago

wwuck commented 8 years ago

Installed product versions

Package name shows up as [VSPackage] in ActivityLog.xml. This makes bug hunting harder as it's harder to find out which package is throwing errors into ActivityLog.xml.

Steps to recreate

  1. Install Visual Studio 2013
  2. Install FileNesting extension
  3. Open a project in Visual Studio 2013
  4. Open ActivityLog.xml

    Current behavior

The package shows up as [VSPackage]

Expected behavior

The package should show up as something more descriptive, perhaps [FileNestingPackage], similar to other packages such as [WebEssentialsPackage] or [OpenCommandLinePackage].