Skip to content

Commit 29521f1

Browse files
committed
New version line
1 parent a903828 commit 29521f1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

ExtDriversFromLogs/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
4+
using System.Resources;
45

56
// General Information about an assembly is controlled through the following
67
// set of attributes. Change these attribute values to modify the information
78
// associated with an assembly.
89
[assembly: AssemblyTitle("ExtDriversFromLogs")]
9-
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyDescription("Small programm for extract drivers-list from log file")]
1011
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("Euro Trans ^_^")]
1213
[assembly: AssemblyProduct("ExtDriversFromLogs")]
13-
[assembly: AssemblyCopyright("Copyright © 2015")]
14+
[assembly: AssemblyCopyright("Copyright © jackrv 2015")]
1415
[assembly: AssemblyTrademark("")]
1516
[assembly: AssemblyCulture("")]
1617

@@ -32,5 +33,6 @@
3233
// You can specify all the values or you can default the Build and Revision Numbers
3334
// by using the '*' as shown below:
3435
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("0.1.0.0")]
37+
[assembly: AssemblyFileVersion("0.1.0.0")]
38+
[assembly: NeutralResourcesLanguageAttribute("en")]

0 commit comments

Comments
 (0)