Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: diomonogatari/Bitbucket.Net

Tags

v1.0.0

Toggle v1.0.0's commit message
docs: reconcile changelog into a real 1.0.0 and note target frameworks

No 1.0.0 was ever published (latest on NuGet is 0.3.0) and the [1.0.0] entry
was aspirational/stale. Consolidate everything since 0.3.0 into a single dated
1.0.0 entry: target frameworks + packaging, the extensibility/filters/DX work
from this cycle, and the folded-in modernization. Note net8.0/net10.0 support
in the README.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(search): add Bitbucket Server code search API client, models, an…

…d tests

- Add request/response models for POST /rest/search/latest/search
- Add SearchCodeAsync and IsSearchAvailableAsync to BitbucketClient
- Register search models in BitbucketJsonContext for source-generated JSON
- Add WireMock fixtures plus integration + serialization coverage for the undocumented API

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor and enhance code quality with new features (#2)

ready for release 0.2.0

v0.1.0-beta.1

Toggle v0.1.0-beta.1's commit message
ci: publish to GitHub Packages alongside NuGet.org