We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb951d commit 2013f79Copy full SHA for 2013f79
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [1.5.1] / 2024-09-25
8
### Features
9
- Support `TestAdapter` custom executer.
10
-- Support environment variables to overwrite settings in the `TestAdapter`.
+- Support environment variables to overwrite settings in the `TestAdapter`. (Fix: #57)
11
### TestAdapter
12
- Use `LocalExtensionData` to store `TestModel` result.
13
- Add `EnvironmentSettings` to overwrite settings in the `TestAdapter`.
Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.5.1-alpha</Version>
+ <Version>1.5.1-alpha.1</Version>
4
</PropertyGroup>
5
</Project>
0 commit comments