File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.1.0-beta] ( https://github.com/devlooped/dotnet-retest/tree/v1.1.0-beta ) (2025-12-31)
4+
5+ [ Full Changelog] ( https://github.com/devlooped/dotnet-retest/compare/v1.0.0...v1.1.0-beta )
6+
7+ :sparkles : Implemented enhancements:
8+
9+ - Rename to retest for easier dnx execution [ \# 118] ( https://github.com/devlooped/dotnet-retest/pull/118 ) (@kzu )
10+
311## [ v1.0.0] ( https://github.com/devlooped/dotnet-retest/tree/v1.0.0 ) (2025-09-30)
412
513[ Full Changelog] ( https://github.com/devlooped/dotnet-retest/compare/v1.0.0-beta...v1.0.0 )
Original file line number Diff line number Diff line change 4949
5050 <Target Name =" RenderHelp" AfterTargets =" Build" Condition =" $(NoHelp) != 'true' and $(DesignTimeBuild) != 'true'" >
5151 <WriteLinesToFile Lines =" ```shell" Overwrite =" true" Encoding =" UTF-8" File =" help.md" />
52- <Exec Command =" dotnet run --no-build --no-launch-profile -- --help >> help.md" StdOutEncoding =" UTF-8" EnvironmentVariables =" NO_COLOR=true" />
52+ <Exec Command =" dotnet run --framework net10.0 -- no-build --no-launch-profile -- --help >> help.md" StdOutEncoding =" UTF-8" EnvironmentVariables =" NO_COLOR=true" />
5353 <WriteLinesToFile Lines =" ```" Overwrite =" false" Encoding =" UTF-8" File =" help.md" />
5454 </Target >
5555
You canβt perform that action at this time.
0 commit comments