From 2daa05ff67d2a7f75e3ad7f61e014173fbfa9ab8 Mon Sep 17 00:00:00 2001 From: waldekmastykarz Date: Fri, 12 Apr 2024 15:56:50 +0200 Subject: [PATCH] Updates version to v0.17.0 --- dev-proxy-abstractions/dev-proxy-abstractions.csproj | 2 +- dev-proxy-plugins/Mocks/MockResponsePlugin.cs | 2 +- dev-proxy-plugins/dev-proxy-plugins.csproj | 2 +- dev-proxy/dev-proxy.csproj | 2 +- dev-proxy/devproxy-errors.json | 2 +- dev-proxy/devproxyrc.json | 2 +- dev-proxy/presets/m365-mocks.json | 2 +- dev-proxy/presets/m365.json | 2 +- dev-proxy/presets/microsoft-graph-rate-limiting.json | 2 +- dev-proxy/presets/microsoft-graph.json | 2 +- install.iss | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-proxy-abstractions/dev-proxy-abstractions.csproj b/dev-proxy-abstractions/dev-proxy-abstractions.csproj index a63aafc8..690515fd 100644 --- a/dev-proxy-abstractions/dev-proxy-abstractions.csproj +++ b/dev-proxy-abstractions/dev-proxy-abstractions.csproj @@ -5,7 +5,7 @@ Microsoft.DevProxy.Abstractions enable enable - 0.16.2 + 0.17.0 false diff --git a/dev-proxy-plugins/Mocks/MockResponsePlugin.cs b/dev-proxy-plugins/Mocks/MockResponsePlugin.cs index a0df2a61..99b55fcb 100644 --- a/dev-proxy-plugins/Mocks/MockResponsePlugin.cs +++ b/dev-proxy-plugins/Mocks/MockResponsePlugin.cs @@ -27,7 +27,7 @@ public class MockResponseConfiguration public bool BlockUnmockedRequests { get; set; } = false; [JsonPropertyName("$schema")] - public string Schema { get; set; } = "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/mockresponseplugin.schema.json"; + public string Schema { get; set; } = "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/mockresponseplugin.schema.json"; public IEnumerable Mocks { get; set; } = Array.Empty(); } diff --git a/dev-proxy-plugins/dev-proxy-plugins.csproj b/dev-proxy-plugins/dev-proxy-plugins.csproj index 4c591963..0b0a3869 100644 --- a/dev-proxy-plugins/dev-proxy-plugins.csproj +++ b/dev-proxy-plugins/dev-proxy-plugins.csproj @@ -6,7 +6,7 @@ enable true OnOutputUpdated - 0.16.2 + 0.17.0 false diff --git a/dev-proxy/dev-proxy.csproj b/dev-proxy/dev-proxy.csproj index 18d6b7fb..e11dc176 100644 --- a/dev-proxy/dev-proxy.csproj +++ b/dev-proxy/dev-proxy.csproj @@ -8,7 +8,7 @@ enable LICENSE Dev Proxy - 0.16.2 + 0.17.0 Microsoft Dev Proxy devproxy diff --git a/dev-proxy/devproxy-errors.json b/dev-proxy/devproxy-errors.json index 6b8c6418..4c31efd2 100644 --- a/dev-proxy/devproxy-errors.json +++ b/dev-proxy/devproxy-errors.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/genericrandomerrorplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/genericrandomerrorplugin.schema.json", "responses": [ { "statusCode": 400, diff --git a/dev-proxy/devproxyrc.json b/dev-proxy/devproxyrc.json index d0382838..07bfc8c1 100644 --- a/dev-proxy/devproxyrc.json +++ b/dev-proxy/devproxyrc.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/rc.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/rc.schema.json", "plugins": [ { "name": "RetryAfterPlugin", diff --git a/dev-proxy/presets/m365-mocks.json b/dev-proxy/presets/m365-mocks.json index 11f5aa14..63a3459f 100644 --- a/dev-proxy/presets/m365-mocks.json +++ b/dev-proxy/presets/m365-mocks.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/mockresponseplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/mockresponseplugin.schema.json", "mocks": [ { "request": { diff --git a/dev-proxy/presets/m365.json b/dev-proxy/presets/m365.json index 6f3c6bbd..6ce57f49 100644 --- a/dev-proxy/presets/m365.json +++ b/dev-proxy/presets/m365.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/rc.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/rc.schema.json", "plugins": [ { "name": "DevToolsPlugin", diff --git a/dev-proxy/presets/microsoft-graph-rate-limiting.json b/dev-proxy/presets/microsoft-graph-rate-limiting.json index 4988e15c..b708156a 100644 --- a/dev-proxy/presets/microsoft-graph-rate-limiting.json +++ b/dev-proxy/presets/microsoft-graph-rate-limiting.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/rc.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/rc.schema.json", "plugins": [ { "name": "RateLimitingPlugin", diff --git a/dev-proxy/presets/microsoft-graph.json b/dev-proxy/presets/microsoft-graph.json index 23ca61f9..3d5be531 100644 --- a/dev-proxy/presets/microsoft-graph.json +++ b/dev-proxy/presets/microsoft-graph.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.16.2/rc.schema.json", + "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/rc.schema.json", "plugins": [ { "name": "GraphSelectGuidancePlugin", diff --git a/install.iss b/install.iss index 9ff795bb..8842ee58 100644 --- a/install.iss +++ b/install.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Dev Proxy" -#define MyAppSetupExeName "dev-proxy-installer-win-x64-0.16.2" -#define MyAppVersion "0.16.2" +#define MyAppSetupExeName "dev-proxy-installer-win-x64-0.17.0" +#define MyAppVersion "0.17.0" #define MyAppPublisher "Microsoft" #define MyAppURL "https://aka.ms/devproxy"