Skip to content

Commit 80409ec

Browse files
devlooped-botkzu
authored andcommitted
πŸ–‰ Update changelog with v1.1.0-beta
1 parent 11971b3 commit 80409ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

β€Žchangelog.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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)

β€Žsrc/Retest/Retest.csprojβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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 &gt;&gt; help.md" StdOutEncoding="UTF-8" EnvironmentVariables="NO_COLOR=true" />
52+
<Exec Command="dotnet run --framework net10.0 --no-build --no-launch-profile -- --help &gt;&gt; help.md" StdOutEncoding="UTF-8" EnvironmentVariables="NO_COLOR=true" />
5353
<WriteLinesToFile Lines="```" Overwrite="false" Encoding="UTF-8" File="help.md" />
5454
</Target>
5555

0 commit comments

Comments
Β (0)