Skip to content

Commit 66f0be7

Browse files
committed
release: v1.8.0.
1 parent 5f100e2 commit 66f0be7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Console/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// associated with an assembly.
99
[assembly: AssemblyTitle("DMD Extensions")]
1010
[assembly: AssemblyDescription("Features for DMD owners that aren't officially supported.")]
11-
[assembly: AssemblyProduct("DMD Extensions")]
11+
[assembly: AssemblyProduct("Command Line Tool")]
1212
[assembly: AssemblyUsage("\nUSAGE: dmdext <command> [<args>]")]
1313
[assembly: AssemblyLicense("This is free software. You may redistribute copies of it under the terms of the GPL License <https://opensource.org/licenses/GPL-2.0>.")]
1414

Installer.Actions/Properties/AssemblyInfo.cs

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

@@ -9,7 +9,7 @@
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Installer.Actions")]
12-
[assembly: AssemblyCopyright("Copyright © 2019")]
12+
[assembly: AssemblyCopyright("Copyright © 2020 freezy <[email protected]>")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

VersionAssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
using System.Resources;
1+
using System.Resources;
22
using System.Reflection;
33
using System.Runtime.CompilerServices;
44
using System.Runtime.InteropServices;
55

66
[assembly: AssemblyCompany("freezy <[email protected]>")]
7-
[assembly: AssemblyCopyright("Copyright (C) 2019 <[email protected]>")]
7+
[assembly: AssemblyCopyright("Copyright (C) 2020 <[email protected]>")]
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
@@ -19,7 +19,7 @@
1919
// You can specify all the values or you can default the Build and Revision Numbers
2020
// by using the '*' as shown below:
2121
// [assembly: AssemblyVersion("1.0.*")]
22-
[assembly: AssemblyVersion("1.7.3.0")]
23-
[assembly: AssemblyFileVersion("1.7.3.0")]
24-
[assembly: AssemblyInformationalVersion("1.7.3-SNAPSHOT")]
22+
[assembly: AssemblyVersion("1.8.0.0")]
23+
[assembly: AssemblyFileVersion("1.8.0.0")]
24+
[assembly: AssemblyInformationalVersion("1.8.0")]
2525
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)