Skip to content

Commit 64da20c

Browse files
chore(release): 1.0.0-beta.5 [skip ci]
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2025-09-10) ### Bug Fixes * **editorconfig:** Adjust diagnostic severity settings for TUnit test discovery ([39d4860](39d4860)) * **tests:** Ensure finalizer suppression in LdapContainer disposal ([35525de](35525de)) * **tests:** Update wait strategy to use UntilInternalTcpPortIsAvailable for LdapContainer ([9ba8c81](9ba8c81)) * **worker:** Improve logging and handle null arguments in Worker class ([25871e6](25871e6)) ### Features * Add AOT compatibility property to project file ([a5bd448](a5bd448)) * Add dotnet.config for Microsoft.Testing.Platform configuration ([45ce507](45ce507))
1 parent 25871e6 commit 64da20c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<RepositoryBranch>main</RepositoryBranch>
21-
<RepositoryCommit>669fc827e691aa903dc9e028a0e50a157f25ff05</RepositoryCommit>
22-
<Version>1.0.0-beta.4</Version>
21+
<RepositoryCommit>25871e6bd4a663016d9d5580ec63714a30c86f6a</RepositoryCommit>
22+
<Version>1.0.0-beta.5</Version>
2323
</PropertyGroup>
2424

2525
</Project>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
}
6767
]
6868
},
69-
"version": "1.0.0-beta.4"
69+
"version": "1.0.0-beta.5"
7070
}

0 commit comments

Comments
 (0)