Skip to content

Commit

Permalink
New version line
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrv committed Mar 5, 2015
1 parent a903828 commit 29521f1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ExtDriversFromLogs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ExtDriversFromLogs")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Small programm for extract drivers-list from log file")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Euro Trans ^_^")]
[assembly: AssemblyProduct("ExtDriversFromLogs")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © jackrv 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +33,6 @@
// 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("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit 29521f1

Please sign in to comment.