miniSql

创建
zgc123@gmail.com authored at 11/19/2023 1:40:15 AM
0.99 KiB
AssemblyInfo.cs
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("MiniSqlQuery.ExternalTools.Plugin")]
[assembly: AssemblyDescription("A Mini SQL Query Plugin for running external tools")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompanyAttribute("Paul Kohler")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2009 Paul Kohler")]
[assembly: AssemblyProduct("MiniSqlQuery.ExternalTools.Plugin")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("2a584097-2e16-466e-a176-c1206761ad25")]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// 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")]