Skip to content

Commit

Permalink
Updated AssemblyInfo.cs(s)
Browse files Browse the repository at this point in the history
Included Assembly Description, Versioning, and Author info.
  • Loading branch information
rionmonster committed Feb 27, 2017
1 parent 073b960 commit d12d99b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/Glyphfriend.VS2015/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Glyphfriend.VS2015")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Glyphfriend is a Visual Studio extension to enhance the existing Intellisense to display preview glyphs for font libraries.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Rion Williams")]
[assembly: AssemblyProduct("Glyphfriend.VS2015")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
Expand All @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
8 changes: 4 additions & 4 deletions src/Glyphfriend.VS2017/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Glyphfriend.VS2017")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Glyphfriend is a Visual Studio extension to enhance the existing Intellisense to display preview glyphs for font libraries.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Rion Williams")]
[assembly: AssemblyProduct("Glyphfriend.VS2017")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
Expand All @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

0 comments on commit d12d99b

Please sign in to comment.