Skip to content

Commit 84fcf09

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2025-09-03) ### Bug Fixes * Add Microsoft Testing extensions for enhanced test coverage and reporting, and remove `MSTest.Sdk` ([2307492](2307492)) * **deps:** Bump dotnet-sdk from 9.0.301 to 9.0.304 ([#4](#4)) ([be2c43e](be2c43e)) * Ensure proper disposal of Activity in Bind and SendRequest methods ([8bc09f9](8bc09f9)) * Simplify X509CertificateCollection reference in TraceableLdapConnection ([4a72ea0](4a72ea0)) * Update UserSecretsId in AppHost.csproj and add launchSettings.json for project configuration ([d8a4627](d8a4627)) ### Features * Add initial project files and implement ILdapConnection interface with TraceableLdapConnection class ([6dbe51e](6dbe51e)) * Add issue templates for bug reports and feature requests, and configure GitHub workflows for dependency review, component detection, CodeQL analysis, .NET build, release process, and semantic pull request validation ([6de61c3](6de61c3)) * Implement LDAP connection in Worker service and enhance OpenTelemetry instrumentation ([9d9f32f](9d9f32f)) * Refactor Worker service to use ILdapConnection for LDAP operations and configure dependency injection ([5958367](5958367))
1 parent 316518e commit 84fcf09

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>4b7e829e13e4f316baa07e1b9fca5c033fa3d525</RepositoryCommit>
22-
<Version>0.0.1</Version>
21+
<RepositoryCommit>316518e944d26d7f86f0545009bf604a605dc946</RepositoryCommit>
22+
<Version>1.0.0-beta.1</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": "0.0.1"
69+
"version": "1.0.0-beta.1"
7070
}

0 commit comments

Comments
 (0)