TAGC / dotnet-setversion

.NET Core CLI tool to update the version information in .NET Core *.csproj files
MIT License
75 stars 16 forks source link

Fixed crash when folders contain msbuild-style projects. #13

Closed sharpninja closed 5 years ago

sharpninja commented 5 years ago

I like this tool. I discovered the bug when performing a recursive update on a solution with mixed dotnet code and msbuild style solutions. The fix will create "dotnet code" nodes in the msbuild style project, but it won't hurt anything. It could also be changed to just "move along" or go into an alternative path where it searches for assemblyinfo.cs files to update.

TAGC commented 5 years ago

Thanks for the PR. :)

Could you try rebasing on develop - I fixed an issue with GitVersion that should hopefully fix the CI build.

TAGC commented 5 years ago

Duplicated by #14.