diff --git a/PluginVersion.txt b/PluginVersion.txt index addc450..a6454c1 100644 Binary files a/PluginVersion.txt and b/PluginVersion.txt differ diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index c5e3793..b797bb8 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("KeePass Smart Certificate KeyProvider")] +[assembly: AssemblyTitle("SmartCertificateKeyProviderPlugin")] [assembly: AssemblyDescription("This plugin uses X.509 certificate from your personal certificate storage to encrypt KeePass database with generated SHA1 hash from certificate's signature. It also allow to use certificates that are on your Smart Card. It is possible to use Secure Desktop feature (needs to be enabled in Options - Security tab) to avoid Keyloggers.\nDON'T LOOSE YOUR CERTIFICATE OR YOU WILL NOT BE ABLE TO OPEN YOUR DATABASE.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("BodnarSoft")] diff --git a/Source/Smart Certificate KeyProvider.csproj b/Source/Smart Certificate KeyProvider.csproj index 9051e90..281260a 100644 --- a/Source/Smart Certificate KeyProvider.csproj +++ b/Source/Smart Certificate KeyProvider.csproj @@ -74,11 +74,16 @@ + + + + + + Encoding="UTF-8"/>