Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit d12d99b

Browse files
committed
Updated AssemblyInfo.cs(s)
Included Assembly Description, Versioning, and Author info.
1 parent 073b960 commit d12d99b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Glyphfriend.VS2015/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[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.")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
10+
[assembly: AssemblyCompany("Rion Williams")]
1111
[assembly: AssemblyProduct("Glyphfriend.VS2015")]
1212
[assembly: AssemblyCopyright("")]
1313
[assembly: AssemblyTrademark("")]
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("1.0.0.0")]
32-
[assembly: AssemblyFileVersion("1.0.0.0")]
31+
[assembly: AssemblyVersion("2.1.0.0")]
32+
[assembly: AssemblyFileVersion("2.1.0.0")]

src/Glyphfriend.VS2017/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[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.")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
10+
[assembly: AssemblyCompany("Rion Williams")]
1111
[assembly: AssemblyProduct("Glyphfriend.VS2017")]
1212
[assembly: AssemblyCopyright("")]
1313
[assembly: AssemblyTrademark("")]
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("1.0.0.0")]
32-
[assembly: AssemblyFileVersion("1.0.0.0")]
31+
[assembly: AssemblyVersion("2.1.0.0")]
32+
[assembly: AssemblyFileVersion("2.1.0.0")]

0 commit comments

Comments
 (0)