Releases: hvanbakel/CsprojToVs2017
Releases · hvanbakel/CsprojToVs2017
v4.2.0
v4.1.1
v4.1.0
v4.0.0 RC1
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