Skip to content

Commit a6a7b50

Browse files
Added <autogenerated /> to assemblyinfo
Fixes #382
1 parent 8dae54f commit a6a7b50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/VSSDK.TestExtension/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Windows;
1+
// <auto-generated />
2+
3+
using System.Windows;
24
using Microsoft.VisualStudio.Shell;
35

46
[assembly: ProvideCodeBase(AssemblyName = "Community.VisualStudio.Toolkit")]

0 commit comments

Comments
 (0)