absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
385 stars 36 forks source link

feat(updater): add .csproj file support #95

Closed FlorianArnould closed 11 months ago

FlorianArnould commented 1 year ago

Just a new internal updater implementation to support the .NET .csproj

TimothyJones commented 11 months ago

This is awesome, thanks! Could you add this capability into the readme too?

FlorianArnould commented 11 months ago

I will try to check this tomorrow. Do I just add a section about .NET and .csproj files like the gradle-support-javakotlin one ?

TimothyJones commented 11 months ago

Sounds good!

FlorianArnould commented 11 months ago

That's it.
I also rebased on master. Let me know if there is something else.

TimothyJones commented 11 months ago

Released in 11.3.0. Thanks again!