From bab59ea37911d82275cd04a2c16d0e53905df3b3 Mon Sep 17 00:00:00 2001 From: robert hasson Date: Mon, 15 Jul 2024 21:43:46 +0200 Subject: [PATCH] tags added --- Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a5ff942..d878b6b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ // [MANDATORY] The assembly versioning //Should be incremented for each new release build of a plugin -[assembly: AssemblyVersion("1.0.0.15")] -[assembly: AssemblyFileVersion("1.0.0.15")] +[assembly: AssemblyVersion("1.0.0.16")] +[assembly: AssemblyFileVersion("1.0.0.16")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("LumixCamera")] @@ -39,7 +39,7 @@ [assembly: AssemblyMetadata("Homepage", "https://github.com/totoantibes/NinaLumixPlugin")] //[Optional] Common tags that quickly describe your plugin -[assembly: AssemblyMetadata("Tags", "")] +[assembly: AssemblyMetadata("Tags", "camera lumix native")] //[Optional] A link that will show a log of all changes in between your plugin's versions [assembly: AssemblyMetadata("ChangelogURL", "https://github.com/totoantibes/NinaLumixPlugin")]