OSDN Git Service

na-get-lib,UserAgentをアセンブリバージョンなどから取得するよう変更
[applistation/AppliStation.git] / test-na-get-lib / AssemblyInfo.cs
1 #region Using directives
2
3 using System.Reflection;
4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
6
7 #endregion
8
9 // General Information about an assembly is controlled through the following 
10 // set of attributes. Change these attribute values to modify the information
11 // associated with an assembly.
12 [assembly: AssemblyTitle("test-na-get-lib")]
13 [assembly: AssemblyDescription("")]
14 [assembly: AssemblyConfiguration("")]
15 [assembly: AssemblyCompany("")]
16 [assembly: AssemblyProduct("test-na-get-lib")]
17 [assembly: AssemblyCopyright("")]
18 [assembly: AssemblyTrademark("")]
19 [assembly: AssemblyCulture("")]
20
21 // This sets the default COM visibility of types in the assembly to invisible.
22 // If you need to expose a type to COM, use [ComVisible(true)] on that type.
23 [assembly: ComVisible(false)]
24
25 // The assembly version has following format :
26 //
27 // Major.Minor.Build.Revision
28 //
29 // You can specify all the values or you can use the default the Revision and 
30 // Build Numbers by using the '*' as shown below:
31 [assembly: AssemblyVersion("1.0.*")]