Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.107.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 25, 2023
1 parent 48a8c36 commit 9d5f998
Show file tree
Hide file tree
Showing 2,833 changed files with 292,691 additions and 5,215 deletions.
19 changes: 18 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,4 +888,21 @@ Based on:
### Generated
- [go v1.38.2] go-client-sdk
### Releases
- [Go v1.38.2] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.38.2 - go-client-sdk
- [Go v1.38.2] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.38.2 - go-client-sdk

## 2023-10-25 00:11:59
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.107.0 (2.171.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.1.0] swift-client-sdk
- [typescript v1.40.0] typescript-client-sdk
- [csharp v0.1.0] csharp-client-sdk
- [go v1.39.0] go-client-sdk
- [java v1.38.0] java-client-sdk
- [php v1.36.0] php-client-sdk
- [python v2.0.0] python-client-sdk
- [ruby v1.36.0] ruby-client-sdk
### Releases
- [Go v1.39.0] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.39.0 - go-client-sdk
2 changes: 2 additions & 0 deletions csharp-client-sdk/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.cs linguist-generated=false
3 changes: 3 additions & 0 deletions csharp-client-sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj/
bin/
debug/
477 changes: 477 additions & 0 deletions csharp-client-sdk/README.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions csharp-client-sdk/SDK.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDK", "SDK\SDK.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests/Tests.csproj", "{94ECA098-99ED-4231-B020-71F1A2DA4C11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit 9d5f998

Please sign in to comment.