mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Rename identifier for GooglePhotos to Picasa-Web Plugin
This commit is contained in:
parent
dcae7e47a2
commit
ef817cb532
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue