Skip to content

Commit

Permalink
Version change to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huntk23 committed Jan 6, 2016
1 parent ce853dd commit 17255ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion ResharperGlyphfriend/GlyphIconProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using JetBrains.UI.Icons;
using JetBrains.UI.Icons.ImageSourceIcons;


namespace ResharperGlyphfriend
{
[DeclaredElementIconProvider]
Expand Down
8 changes: 4 additions & 4 deletions ResharperGlyphfriend/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("ResharperGlyphfriend")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Kelby Hunt")]
[assembly: AssemblyProduct("ResharperGlyphfriend")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © Kelby Hunt 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,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("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
2 changes: 1 addition & 1 deletion ResharperGlyphfriend/ResharperGlyphfriend.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Hunt.ResharperGlyphfriend</id>
<version>1.0.0</version>
<version>0.6.0</version>
<title>Resharper Glyphfriend</title>
<authors>Kelby Hunt</authors>
<owners>Kelby Hunt</owners>
Expand Down

0 comments on commit 17255ec

Please sign in to comment.