CsprojToVs2017 Versions Save

Tooling for converting pre 2017 project to the new Visual Studio 2017 format.

v4.2.0

3 months ago

Updated to net 6

v4.1.1

4 years ago

4.1.1 bugfix release. Automatically built AppVeyor release v4.1.325.

User highlights:

  • Fix #256

v4.1.0

4 years ago

4.1 Release. Automatically built AppVeyor release v4.1.321.

User highlights:

  • dotnet migrate-2019 is here! 🎉
  • Fixes to project file filtering
  • Fix usage as an external library (thanks, @mungojam for taking this one up!)

v4.0.0-rc1

5 years ago

Release Candidate 1 of v4.0.0. Automatically built AppVeyor release v4.0.300.

User highlights:

  • Migration wizard (very advanced, try it out yourself!)
  • Unix support is now on par with Windows. 🎉
  • Project file modernization (transformations and wizard UI)
  • Turn legacy Project2015To2017.Console into stub guiding user to migrate to Project2015To2017.Migrate2017.Tool
  • Experimental Entity Framework detection (fix #220)
  • Fix mistakes with handling assembly information files
  • Make output less noisy by default
  • Fix CLI issues, improve help messages
  • Many other fixes of varying importance

Developer highlights:

  • Drop "modern" cache for ConditionEvaluator
  • Use .NET Core 2.0+ Path.GetRelativePath routine
  • Project.AppendTargetFrameworkToOutputPath is now bool? instead of bool
  • Modified target frameworks for NuGet packages
  • Refactorings under the hood

v3.0.6

5 years ago

Fixes nuget package dependencies in #218

v3.0.5

5 years ago

Fixes #208

v3.0.3

5 years ago

Fixes #206

v3.0.2

5 years ago

v3.0.0

5 years ago

Major bump because of a few renames no big changes.