alexandrnikitin/Topshelf.Autofac

Capitalization typo in nuspec

philrowan opened this issue · 2 comments

The nuspec lists TopShelf dependency with a capital S. This causes some issues when other add on packages, Topshelf.Serilog for example, have a dependency on the same version of Topshelf with a lowercase s

   <dependencies>
      <dependency id="Autofac" version="[4.0.0,5.0.0)" />
      <dependency id="TopShelf" version="[4.0.1,5.0.0)" />
    </dependencies>

Hi Philip,
I'm sorry for the late reply, I was on vacation. Thank you for the issue and the fix.

As I remember Topshelf was renamed from TopShelf few years ago. I didn't change the name then.
Pushed the fix as 3.1.1 https://www.nuget.org/packages/Topshelf.Autofac/3.1.1