From ef817cb53288c88ba88400cf3f8729c613d43046 Mon Sep 17 00:00:00 2001 From: Christian Schulz Date: Wed, 6 Aug 2025 19:43:58 +0200 Subject: [PATCH] Rename identifier for GooglePhotos to Picasa-Web Plugin --- src/Greenshot.Plugin.GooglePhotos/Properties/AssemblyInfo.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Greenshot.Plugin.GooglePhotos/Properties/AssemblyInfo.cs b/src/Greenshot.Plugin.GooglePhotos/Properties/AssemblyInfo.cs index 1788c6a44..3ff014500 100644 --- a/src/Greenshot.Plugin.GooglePhotos/Properties/AssemblyInfo.cs +++ b/src/Greenshot.Plugin.GooglePhotos/Properties/AssemblyInfo.cs @@ -27,7 +27,10 @@ using Greenshot.Base.Interfaces.Plugin; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyDescription("A plugin to upload images to GooglePhotos")] -[assembly: AssemblyPluginIdentifier("GooglePhotos Plugin")] + +// Still using the old name 'Picasa-Web Plugin' as identifier for backwards compatibility +// TODO: replace plugin identifier with "GooglePhotos Plugin" in the future +[assembly: AssemblyPluginIdentifier("Picasa-Web Plugin")] // This sets the default COM visibility of types in the assembly to invisible. // If you need to expose a type to COM, use [ComVisible(true)] on that type.