Skip to content

Commit 3a1ad26

Browse files
committed
Update
1 parent 2a98d19 commit 3a1ad26

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Properties/AssemblyInfo.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
4+
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("EssTestModule")]
8-
[assembly: AssemblyDescription("")]
7+
[assembly: AssemblyTitle("uEssentials.LogCommands")]
8+
[assembly: AssemblyDescription("uEssentials.LogCommands module.")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
11-
[assembly: AssemblyProduct("TestModule")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
11+
[assembly: AssemblyProduct("")]
12+
[assembly: AssemblyCopyright("Copyright © leonardosnt 2016")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

16-
// Setting ComVisible to false makes the types in this assembly not visible
17-
// to COM components. If you need to access a type in this assembly from
16+
// Setting ComVisible to false makes the types in this assembly not visible
17+
// to COM components. If you need to access a type in this assembly from
1818
// COM, set the ComVisible attribute to true on that type.
1919
[assembly: ComVisible(false)]
2020

@@ -24,12 +24,12 @@
2424
// Version information for an assembly consists of the following four values:
2525
//
2626
// Major Version
27-
// Minor Version
27+
// Minor Version
2828
// Build Number
2929
// Revision
3030
//
31-
// You can specify all the values or you can default the Build and Revision Numbers
31+
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.1")]
35-
[assembly: AssemblyFileVersion("1.0.0.1")]
34+
[assembly: AssemblyVersion("1.0.0.2")]
35+
[assembly: AssemblyFileVersion("1.0.0.2")]

src/LogCommandsModule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ namespace Essentials.Modules.LogCommands
3434
{
3535
[ModuleInfo(
3636
Name = "uEssentials.LogCommands",
37-
Author = "Leonardosc",
38-
Version = "1.0.2",
37+
Author = "Leonardosnt",
38+
Version = "$ASM_VERSION",
3939
Flags = LoadFlags.AUTO_REGISTER_EVENTS
4040
)]
4141
public class LogCommands : EssModule

0 commit comments

Comments
 (0)