Skip to content

Commit bc5d427

Browse files
Rename package
1 parent 39560c7 commit bc5d427

File tree

2,476 files changed

+9570
-10762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,476 files changed

+9570
-10762
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
2727
with:
2828
force: ${{ github.event.inputs.force }}
29-
mode: direct
29+
mode: pr
3030
set_version: ${{ github.event.inputs.set_version }}
3131
secrets:
3232
github_access_token: ${{ secrets.GITHUB_TOKEN }}

.speakeasy/gen.lock

Lines changed: 2467 additions & 2698 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: true
2323
skipResponseBodyAssertions: false
2424
csharp:
25-
version: 0.0.11
25+
version: 0.0.1
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: ClientError
@@ -46,7 +46,7 @@ csharp:
4646
maxMethodParams: 4
4747
methodArguments: infer-optional-args
4848
outputModelSuffix: output
49-
packageName: MollieApi
49+
packageName: Mollie
5050
packageTags: sdk api client
5151
responseFormat: envelope-http
5252
sourceDirectory: src

.speakeasy/workflow.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
speakeasyVersion: 1.584.0
1+
speakeasyVersion: 1.592.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
55
sourceRevisionDigest: sha256:d0682e431dfc1e6d5cb5dc6afd46f22d34a449f21cb13dd3a9870779921fc612
66
sourceBlobDigest: sha256:f7e95612d99e3a918a79df525c3b17ca11909f1a62a60169eea180b6fd04b38e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753142818
109
- 1.0.0
1110
targets:
1211
client:
@@ -15,7 +14,7 @@ targets:
1514
sourceRevisionDigest: sha256:d0682e431dfc1e6d5cb5dc6afd46f22d34a449f21cb13dd3a9870779921fc612
1615
sourceBlobDigest: sha256:f7e95612d99e3a918a79df525c3b17ca11909f1a62a60169eea180b6fd04b38e
1716
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:f271ba85336c4c6b03810dc84b135d4823dff59acfebfecaac3ea1d9b832f37a
17+
codeSamplesRevisionDigest: sha256:4bd1f98d29f6c648a7a8d18df37550d480a9974a55e6cfdd1533a3bd7bb6138a
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest
@@ -30,9 +29,6 @@ workflow:
3029
client:
3130
target: csharp
3231
source: Mollie API
33-
publish:
34-
nuget:
35-
apiKey: $nuget_api_key
3632
codeSamples:
3733
registry:
3834
location: registry.speakeasyapi.dev/mollie-oom/mollie/mollie-api-csharp-code-samples

MollieApi.sln renamed to Mollie.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MollieApi", "src\MollieApi\MollieApi.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mollie", "src\Mollie\Mollie.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
44
EndProject
55

66
Global

0 commit comments

Comments
 (0)