diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..c7159c1 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.0.2" +} \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 0d2495a..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-2dccfe89b18a8eeb1379dc7286bb65448973493b17fc1cc2af1f08ba674c216a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-32ccb3c17674e0ee68fd6eafbdd0f210bccfd09fce0702e28b8278e06678deec.yml openapi_spec_hash: ccb02923079d91569a17162c88da590b -config_hash: ca162ca77845038c30f4074f237ae257 +config_hash: 3b16603a18779d453842a0d56638384d 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/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/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 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