Releases: morganstanley/dotnet-please
Releases · morganstanley/dotnet-please
v3.1.0
v3.0.0
What's Changed
- Workspace selection and more by @BalassaMarton in #63
- Enable prerelease versions in release workflow by @BalassaMarton in #69
- Switch from GitVersion to MinVer by @BalassaMarton in #70
- Fix:
remove-junk
ignores the detected solution file by @BalassaMarton in #72 - Fix hard-coded v16 in
remove-junk
by @BalassaMarton in #73 - Match sdk version on start of string to ignore preview versions by @bingenito in #78
Full Changelog: v2.1.0...v3.0.0
v3.0.0-beta.2
What's Changed
- Fix:
remove-junk
ignores the detected solution file by @BalassaMarton in #72 - Fix hard-coded v16 in
remove-junk
by @BalassaMarton in #73 - Match sdk version on start of string to ignore preview versions by @bingenito in #78
- [StepSecurity] Apply security best practices by @step-security-bot in #76
- Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @dependabot in #80
- Bump actions/upload-artifact from 3.1.3 to 4.3.1 by @dependabot in #79
- Bump actions/download-artifact from 3.0.2 to 4.1.4 by @dependabot in #81
- Add missing permissions to actions by @bingenito in #83
- Update scorecard to include token by @bingenito in #82
- Create CODEOWNERS by @bingenito in #84
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2
Thank you for the contributions, @bingenito
v3.0.0-beta.1
What's Changed
- Enable dependabot for version updates by @bingenito in #55
- Bump actions/checkout from 3.1.0 to 4.1.1 by @dependabot in #58
- Disable .NET dependabot updates by @bingenito in #62
- Update LICENSE by @bingenito in #67
- Workspace selection and more by @BalassaMarton in #63
- Enable prerelease versions in release workflow by @BalassaMarton in #69
- Switch from GitVersion to MinVer by @BalassaMarton in #70
New Contributors
- @dependabot made their first contribution in #58
Full Changelog: v2.1.0...v3.0.0-beta.1
2.1.0
This version adds the expand-references
command.
Original proposal: #50
Readme: https://github.com/morganstanley/dotnet-please/blob/main/README.md#convert-package-and-assembly-references-to-project-references
2.0.0
New version targets .NET 6 and includes MSBuild as a regular dependency to avoid issues when the .NET 6 SDK is not installed.
No new features were added and all commands work as in the previous version.
1.0.0
Initial release
What's Changed
- Massive merge commit from old repo by @BalassaMarton in #1
- Add contributing guide and dco template by @bingenito in #2
- Add
pull-package-versions
command by @BalassaMarton in #6 - IDE settings by @BalassaMarton in #9
- Add license header by @bingenito in #13
- Fixed: moving projects outside of the solution directory fails by @BalassaMarton in #15
- Fixed:
move-project
andchange-namespace
won't update the solutio… by @BalassaMarton in #14 - Fixed typo breaking the build by @BalassaMarton in #16
- Added restore-package-versions command by @BalassaMarton in #17
- GitVersion initial setup by @BalassaMarton in #19
- Create dotnet.yml by @BalassaMarton in #18
- Move misplaced workflow file by @BalassaMarton in #20
- Build & publish workflows + nuget package polishing by @BalassaMarton in #22
- Update release.yml by @BalassaMarton in #23
- Update release.yml by @BalassaMarton in #24
- Update release.yml by @BalassaMarton in #25
- Fix workflow names by @BalassaMarton in #26
- Update release.yml by @BalassaMarton in #27
- Update release.yml by @BalassaMarton in #28
- Update release.yml by @BalassaMarton in #29
New Contributors
- @BalassaMarton made their first contribution in #1
- @bingenito made their first contribution in #2
Full Changelog: https://github.com/morganstanley/dotnet-please/commits/v1.0.0