From 87c297052d61e758838eba229315fd137f4a5663 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:56:38 +0000 Subject: [PATCH 1/3] chore: update SDK settings --- .release-please-manifest.json | 3 ++ .stats.yml | 4 +- README.md | 4 +- release-please-config.json | 74 +++++++++++++++++++++++++++++++++++ src/Directory.Build.props | 2 +- 5 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 .release-please-manifest.json create mode 100644 release-please-config.json diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..1332969 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.0.1" +} \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 0d2495a..97d2606 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 32 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-2dccfe89b18a8eeb1379dc7286bb65448973493b17fc1cc2af1f08ba674c216a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-918ae3967dc06a6b31d32b88cf02e77784d8234c1a9baf78763de249b7f8928a.yml openapi_spec_hash: ccb02923079d91569a17162c88da590b -config_hash: ca162ca77845038c30f4074f237ae257 +config_hash: 9cc9389d5c9a7e611f3544ede6b6263a diff --git a/README.md b/README.md index c748259..29491db 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The REST API documentation can be found on [docs.dedaluslabs.ai](https://docs.de ## Installation ```bash -git clone git@github.com:stainless-sdks/dedalus-csharp.git +git clone git@github.com:dedalus-labs/dedalus-csharp.git dotnet add reference dedalus-csharp/src/Dedalus ``` @@ -430,4 +430,4 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience. -We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/dedalus-csharp/issues) with questions, bugs, or suggestions. +We are keen for your feedback; please open an [issue](https://www.github.com/dedalus-labs/dedalus-csharp/issues) with questions, bugs, or suggestions. diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..af7827b --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,74 @@ +{ + "packages": { + ".": {} + }, + "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", + "include-v-in-tag": true, + "include-component-in-tag": false, + "versioning": "prerelease", + "prerelease": true, + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": false, + "pull-request-header": "Automated Release PR", + "pull-request-title-pattern": "release: ${version}", + "changelog-sections": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "chore", + "section": "Chores" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "style", + "section": "Styles" + }, + { + "type": "refactor", + "section": "Refactors" + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System" + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ], + "reviewers": [ + "@windsornguyen" + ], + "release-type": "simple", + "extra-files": [ + { + "type": "xml", + "path": "**/*.csproj", + "xpath": "//Project/PropertyGroup/VersionPrefix", + "glob": true + } + ] +} \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c2a5c2b..7ecb0c2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,7 +6,7 @@ MIT Copyright 2026 Dedalus https://docs.dedaluslabs.ai - https://www.github.com/stainless-sdks/dedalus-csharp + https://www.github.com/dedalus-labs/dedalus-csharp git From f79fcb7bd46021783bd840f1a78ff308b97a53de Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 19:33:58 +0000 Subject: [PATCH 2/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 97d2606..dcb3502 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 32 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-918ae3967dc06a6b31d32b88cf02e77784d8234c1a9baf78763de249b7f8928a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-32ccb3c17674e0ee68fd6eafbdd0f210bccfd09fce0702e28b8278e06678deec.yml openapi_spec_hash: ccb02923079d91569a17162c88da590b -config_hash: 9cc9389d5c9a7e611f3544ede6b6263a +config_hash: 3b16603a18779d453842a0d56638384d From ee2de185b413ad68f581edf9b3ebfdade1b36709 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 19:35:22 +0000 Subject: [PATCH 3/3] release: 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ src/Dedalus/Dedalus.csproj | 14 +++++++------- 3 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7af25ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 0.0.2 (2026-05-15) + +Full Changelog: [v0.0.1...v0.0.2](https://github.com/dedalus-labs/dedalus-csharp/compare/v0.0.1...v0.0.2) + +### Chores + +* configure new SDK language ([38d2cc8](https://github.com/dedalus-labs/dedalus-csharp/commit/38d2cc8cc0e7ab5dda183ace56da895a3894f9a7)) +* update SDK settings ([87c2970](https://github.com/dedalus-labs/dedalus-csharp/commit/87c297052d61e758838eba229315fd137f4a5663)) diff --git a/src/Dedalus/Dedalus.csproj b/src/Dedalus/Dedalus.csproj index 8b54f50..e9294f6 100644 --- a/src/Dedalus/Dedalus.csproj +++ b/src/Dedalus/Dedalus.csproj @@ -3,19 +3,19 @@ Dedalus C# Dedalus - 0.0.1 + 0.0.2 The official .NET library for the Dedalus API. Library README.md - - - - - + + + + + - + \ No newline at end of file