Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 0f2dc13

Browse files
committed
Changed the copyright of the AssemblyInfo
1 parent 70255f4 commit 0f2dc13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Demo Plugin/NppManagedPluginDemo/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("Managed demo plugin for Notepad++")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("UFO-Pu55y")]
11+
[assembly: AssemblyCompany("Kbg")]
1212
[assembly: AssemblyProduct("Managed demo plugin for Notepad++")]
13-
[assembly: AssemblyCopyright("Copyleft © UFO-Pu55y 2011")]
13+
[assembly: AssemblyCopyright("Kbg 2016")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("2f8c343a-3fa0-47ba-b3b5-23a5757f8d99")]
23+
[assembly: Guid("2f8c343a-3fa0-47ba-b3b5-23a5757f8779")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("0.5.0.0")]
33-
[assembly: AssemblyFileVersion("0.5.0.0")]
32+
[assembly: AssemblyVersion("0.7.0.0")]
33+
[assembly: AssemblyFileVersion("0.7.0.0")]

0 commit comments

Comments
 (0)