Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaily committed Feb 26, 2019
1 parent b9afa80 commit b4c5e8d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CertificateShortcutProvider/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyTitle("Certificate Shortcut Provider")]
[assembly: AssemblyDescription("Provide a way to open the KeePass key-chain with an X509 certificate.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Melvyn Laïly")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © Melvyn Laïly 2019")]
[assembly: AssemblyTrademark("")]
Expand All @@ -32,5 +32,11 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: AssemblyVersion(Version.Number)]
[assembly: AssemblyFileVersion(Version.Number)]

public static class Version
{
public const string Number = "1.1.0.0";
}

0 comments on commit b4c5e8d

Please sign in to comment.