You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/Glyphfriend.VS2015/Properties/AssemblyInfo.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
7
[assembly:AssemblyTitle("Glyphfriend.VS2015")]
8
-
[assembly:AssemblyDescription("")]
8
+
[assembly:AssemblyDescription("Glyphfriend is a Visual Studio extension to enhance the existing Intellisense to display preview glyphs for font libraries.")]
9
9
[assembly:AssemblyConfiguration("")]
10
-
[assembly:AssemblyCompany("")]
10
+
[assembly:AssemblyCompany("Rion Williams")]
11
11
[assembly:AssemblyProduct("Glyphfriend.VS2015")]
12
12
[assembly:AssemblyCopyright("")]
13
13
[assembly:AssemblyTrademark("")]
@@ -28,5 +28,5 @@
28
28
// You can specify all the values or you can default the Build and Revision Numbers
Copy file name to clipboardExpand all lines: src/Glyphfriend.VS2017/Properties/AssemblyInfo.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
7
[assembly:AssemblyTitle("Glyphfriend.VS2017")]
8
-
[assembly:AssemblyDescription("")]
8
+
[assembly:AssemblyDescription("Glyphfriend is a Visual Studio extension to enhance the existing Intellisense to display preview glyphs for font libraries.")]
9
9
[assembly:AssemblyConfiguration("")]
10
-
[assembly:AssemblyCompany("")]
10
+
[assembly:AssemblyCompany("Rion Williams")]
11
11
[assembly:AssemblyProduct("Glyphfriend.VS2017")]
12
12
[assembly:AssemblyCopyright("")]
13
13
[assembly:AssemblyTrademark("")]
@@ -28,5 +28,5 @@
28
28
// You can specify all the values or you can default the Build and Revision Numbers
0 commit comments