Optum / semver-cli

Apache License 2.0
8 stars 1 forks source link

bug: patching csproj alters whitespace around packages #30

Open justinmchase opened 1 year ago

justinmchase commented 1 year ago

Bug Report

Some elements have a preceding " " before the final /> due to just visual studio tooling and formatting but this tool will automatically remove them when the package is updated. This causes a lot of churn unnecessarily in the PR's. This tool should make a very targetted apply to just the <Version> element and nothing else.

original

<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />

after

<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0"/>