From 9801a68d6be3996b831e7fa0cbc28fd5aeda940a Mon Sep 17 00:00:00 2001 From: Nick Rimmer Date: Fri, 15 Nov 2024 09:03:04 +0100 Subject: [PATCH 1/2] postman import added --- manifests/p/PostmanImport.jsson5 | 5 +++++ whitelists/references.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 manifests/p/PostmanImport.jsson5 diff --git a/manifests/p/PostmanImport.jsson5 b/manifests/p/PostmanImport.jsson5 new file mode 100644 index 0000000..88ca192 --- /dev/null +++ b/manifests/p/PostmanImport.jsson5 @@ -0,0 +1,5 @@ +{ + "urlRepo": "https://github.com/RestApia/RestApia.Shared.git", + "version": "1.1.5-preview", + "projectFile": "src/Extensions/RestApia.Extensions.Import.Postman/RestApia.Extensions.Import.Postman.csproj" +} \ No newline at end of file diff --git a/whitelists/references.txt b/whitelists/references.txt index a2a50cb..23c50df 100644 --- a/whitelists/references.txt +++ b/whitelists/references.txt @@ -9,6 +9,7 @@ Microsoft.Extensions.DependencyInjection.Abstractions Microsoft.Identity.Client Microsoft.Identity.Client.Extensions.Msal Microsoft.IdentityModel.Abstractions +Newtonsoft.Json RestApia.Shared StyleCop.Analyzers System.ClientModel From 01bd018a5feb6dd09290c9ee5f843b706a1bf876 Mon Sep 17 00:00:00 2001 From: Nick Rimmer Date: Fri, 15 Nov 2024 09:05:09 +0100 Subject: [PATCH 2/2] file name type fix --- manifests/p/{PostmanImport.jsson5 => PostmanImport.json5} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manifests/p/{PostmanImport.jsson5 => PostmanImport.json5} (100%) diff --git a/manifests/p/PostmanImport.jsson5 b/manifests/p/PostmanImport.json5 similarity index 100% rename from manifests/p/PostmanImport.jsson5 rename to manifests/p/PostmanImport.json5