Skip to content

Commit e6727c1

Browse files
authored
Update AddinInfo.cs
1 parent eef65b0 commit e6727c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System;
22
using Mono.Addins;
33

4-
[assembly: Addin(Id = "SuperClean", Namespace = "CodingWithCalvin", Version = "2023.07.07.1")]
4+
[assembly: Addin(Id = "SuperClean", Namespace = "CodingWithCalvin", Version = "1.0")]
55
[assembly: AddinName("Super Clean")]
66
[assembly: AddinCategory("IDE extensions")]
77
[assembly: AddinDescription("A Visual Studio for Mac (2022+) extension that adds a menu command to Build menu, that triggers a recursive delete (i.e., clean, but super) on all projects in the solution, a right-click context menu option on the Project node, and a right-click context menu option on the Solution node.")]
8-
[assembly: AddinAuthor("Coding With Calvin")]
8+
[assembly: AddinAuthor("Coding With Calvin")]

0 commit comments

Comments
 (0)