From ffab1c75ca4e7c32d10cd5aa97787001ea33d73b Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Fri, 26 Mar 2021 23:12:05 +0100 Subject: [PATCH] Preparations for migrating Imgur to the new logic, using a new Client ID/Secret. --- Directory.Build.props | 8 ++++---- .../GreenshotImgurPlugin.Credentials.template | 4 ++-- azure-pipelines.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1a2e9d3a4..b47a60670 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -83,11 +83,11 @@ $(Flickr_ClientSecret) - - $(Imgur_ClientId) + + $(Imgur13_ClientId) - - $(Imgur_ClientSecret) + + $(Imgur13_ClientSecret) $(Photobucket_ClientId) diff --git a/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template b/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template index 42dd7986f..4c6948fea 100644 --- a/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template +++ b/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template @@ -25,7 +25,7 @@ namespace GreenshotImgurPlugin { /// You can set your own values here /// public static class ImgurCredentials { - public static string CONSUMER_KEY = "${Imgur_ClientId}"; - public static string CONSUMER_SECRET = "${Imgur_ClientSecret}"; + public static string CONSUMER_KEY = "${Imgur13_ClientId}"; + public static string CONSUMER_SECRET = "${Imgur13_ClientSecret}"; } } diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 21d640496..a361c6282 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,8 +49,8 @@ stages: DropBox_ClientSecret: $(DropBox_ClientSecret) Flickr_ClientId: $(Flickr_ClientId) Flickr_ClientSecret: $(Flickr_ClientSecret) - Imgur_ClientId: $(Imgur_ClientId) - Imgur_ClientSecret: $(Imgur_ClientSecret) + Imgur13_ClientId: $(Imgur13_ClientId) + Imgur13_ClientSecret: $(Imgur13_ClientSecret) Photobucket_ClientId: $(Photobucket_ClientId) Photobucket_ClientSecret: $(Photobucket_ClientSecret) Picasa_ClientId: $(Picasa_ClientId)