Skip to content

Releases: KwalityKoder/NuGetReferenceSwitcher

NuGet Package reference Switcher 1.9

10 Oct 13:12

Choose a tag to compare

Pre-release

Ignores PackageReference ItemGroup entries in csproj without throwing, i.e.

<PackageReference Include="Newtonsoft.Json" Version="8.0.3" />

Fix Issues 32 & 33 - VS2017 only

05 Oct 17:20

Choose a tag to compare

Pre-release

NuGetreferenceSwitcher now finds packages when the packages folder is called /Packages (instead of /packages).

The SpecificVersion flag on a NuGet reference is no longer changed to false when a project file is reverted back to using NuGet package references.