Skip to content

Commit 8f15b3b

Browse files
committed
Adjust addin info
1 parent b9e78f2 commit 8f15b3b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

VisualStudioMac.OneClickToOpenFile/Properties/AddinInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Category = "IDE extensions"
1010
)]
1111

12-
[assembly: AddinName("SolutionTree One Click To Open File")]
12+
[assembly: AddinName("One Click To Open File")]
1313
[assembly: AddinDescription("This extension opens a file with only one click on the solutiontree.\n\nby Ivo Krugers")]
1414
[assembly: AddinAuthor("Ivo Krugers")]
1515
[assembly: AddinUrl("https://github.com/IvoKrugers/VisualStudioMac.OneClickToOpenFile")]
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
using System.Reflection;
2-
using VisualStudioMac.OneClickToOpenFile;
1+
//using System.Reflection;
2+
//using VisualStudioMac.OneClickToOpenFile;
33

4-
// Information about this assembly is defined by the following attributes.
5-
// Change them to the values specific to your project.
6-
[assembly: AssemblyTitle("VisualStudioMac.OneClickToOpenFile")]
7-
[assembly: AssemblyDescription("")]
8-
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("")]
10-
[assembly: AssemblyProduct("")]
11-
[assembly: AssemblyCopyright("Ivo Krugers")]
12-
[assembly: AssemblyTrademark("")]
13-
[assembly: AssemblyCulture("")]
4+
//// Information about this assembly is defined by the following attributes.
5+
//// Change them to the values specific to your project.
6+
//[assembly: AssemblyTitle("VisualStudioMac.OneClickToOpenFile")]
7+
//[assembly: AssemblyDescription("")]
8+
//[assembly: AssemblyConfiguration("")]
9+
//[assembly: AssemblyCompany("")]
10+
//[assembly: AssemblyProduct("")]
11+
//[assembly: AssemblyCopyright("Ivo Krugers")]
12+
//[assembly: AssemblyTrademark("")]
13+
//[assembly: AssemblyCulture("")]
1414

15-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
17-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
18-
[assembly: AssemblyVersion(Constants.Version)]
15+
//// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16+
//// The form "{Major}.{Minor}.*" will automatically update the build and revision,
17+
//// and "{Major}.{Minor}.{Build}.*" will update just the revision.
18+
//[assembly: AssemblyVersion(Constants.Version)]

0 commit comments

Comments
 (0)