Skip to content

Commit 2013f79

Browse files
committed
Version alpha.1
1 parent dfb951d commit 2013f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [1.5.1] / 2024-09-25
88
### Features
99
- Support `TestAdapter` custom executer.
10-
- Support environment variables to overwrite settings in the `TestAdapter`.
10+
- Support environment variables to overwrite settings in the `TestAdapter`. (Fix: #57)
1111
### TestAdapter
1212
- Use `LocalExtensionData` to store `TestModel` result.
1313
- Add `EnvironmentSettings` to overwrite settings in the `TestAdapter`.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.5.1-alpha</Version>
3+
<Version>1.5.1-alpha.1</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)