Skip to content

Commit

Permalink
- adds multipart libs entry to info command
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Aug 1, 2023
1 parent 495c79d commit 424abff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
{
"Name": "Microsoft.Kiota.Serialization.Text",
"Version": "1.0.1"
},
{
"Name": "Microsoft.Kiota.Serialization.Multipart",
"Version": "1.0.0"
}
],
"DependencyInstallCommand": "dotnet add package {0} --version {1}"
Expand Down Expand Up @@ -78,6 +82,10 @@
{
"Name": "com.microsoft.kiota:microsoft-kiota-serialization-text",
"Version": "0.4.5"
},
{
"Name": "com.microsoft.kiota:microsoft-kiota-serialization-multipart",
"Version": "0.5.0"
}
],
"DependencyInstallCommand": "{0}:{1}"
Expand Down Expand Up @@ -108,6 +116,10 @@
{
"Name": "github.com/microsoft/kiota-serialization-text-go",
"Version": "v1.0.0"
},
{
"Name": "github.com/microsoft/kiota-serialization-multipart-go",
"Version": "v1.0.0"
}
],
"DependencyInstallCommand": "go get {0}@{1}"
Expand Down Expand Up @@ -138,6 +150,10 @@
{
"Name": "@microsoft/kiota-serialization-text",
"Version": "1.0.0-preview.19"
},
{
"Name": "@microsoft/kiota-serialization-multipart",
"Version": "1.0.0-preview.2"
}
],
"DependencyInstallCommand": "npm install {0}@{1} -S"
Expand Down

0 comments on commit 424abff

Please sign in to comment.