Skip to content

Commit 44a7171

Browse files
committed
Set version to 1.7.1 and link v1.1.0
1 parent 1c7e956 commit 44a7171

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

BHOUserScript/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyDescription("A userscript manager for Internet Explorer")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("SERVCUBED")]
11-
[assembly: AssemblyProduct("")]
12-
[assembly: AssemblyCopyright("Copyleft SERV CUBED 2015 GPL License")]
11+
[assembly: AssemblyProduct("Scriptmonkey")]
12+
[assembly: AssemblyCopyright("Copyleft SERV CUBED 2016 GPL License")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// 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.7.0.0")]
35-
[assembly: AssemblyFileVersion("1.7.0.0")]
34+
[assembly: AssemblyVersion("1.7.1.0")]
35+
[assembly: AssemblyFileVersion("1.7.1.0")]

Scriptmonkey Link/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Scriptmonkey Link")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("A helper program for Scriptmonkey")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Scriptmonkey Link")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
11+
[assembly: AssemblyCompany("SERVCUBED")]
12+
[assembly: AssemblyProduct("Scriptmonkey")]
13+
[assembly: AssemblyCopyright("Copyleft SERV CUBED 2016 GPL License")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)