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)