File: AssemblyInfo.cs

package info (click to toggle)
keepass2-plugin-keepassrpc 2.0.2%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,304 kB
  • sloc: cs: 29,001; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 827 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System.Reflection;
using System.Runtime.InteropServices;

// General assembly properties
[assembly: AssemblyTitle("KeePassRPC")]
[assembly: AssemblyDescription("A Remote Procedure Call (RPC) server for KeePass. Used by the Kee browser extension.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Kee Vault Ltd")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © 2024 Chris Tomlinson")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// COM settings
[assembly: ComVisible(false)]

// Assembly GUID
[assembly: Guid("89631AAE-8DE6-4593-8DAB-AB28490A490A")]

// Assembly version information
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")] // also change AssemblyVersion and PluginVersion in KeePassRPCExt.cs!