-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added options to enable etd, added fedexdocumentupload provider
- Loading branch information
1 parent
c908e7e
commit e5a0008
Showing
23 changed files
with
3,680 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mode: Mainline | ||
next-version: 3.10.0 | ||
next-version: 3.11.0 | ||
branches: | ||
feature: | ||
tag: preview | ||
|
16 changes: 16 additions & 0 deletions
16
...ing.FedEx.Abstractions/Connected Services/UploadDocumentService_v19/ConnectedService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"ExtendedData": { | ||
"inputs": [ | ||
"../../../../../../../Downloads/UploadDocumentService_v19 (1)/UploadDocumentService/Upload Document/UploadDocumentService_v19.wsdl" | ||
], | ||
"collectionTypes": [ | ||
"System.Array", | ||
"System.Collections.Generic.Dictionary`2" | ||
], | ||
"namespaceMappings": [ | ||
"*, UploadDocumentService_v19" | ||
], | ||
"targetFramework": "net7.0", | ||
"typeReuseMode": "All" | ||
} | ||
} |
Oops, something went wrong.