Skip to content

Commit

Permalink
[update] version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pgenfer committed Jul 28, 2016
1 parent db287f1 commit b87a1fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MixinRefactoring.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="mixinSharp..6af25ee5-c001-4b3b-85f4-e7785ff466f0" Version="1.4.1" Language="en-US" Publisher="Patric Genfer" />
<Identity Id="mixinSharp..6af25ee5-c001-4b3b-85f4-e7785ff466f0" Version="1.5" Language="en-US" Publisher="Patric Genfer" />
<DisplayName>mixinSharp</DisplayName>
<Description xml:space="preserve">A code refactoring extension that adds mixin support to C# by auto generating the required code.</Description>
<MoreInfo>https://github.com/pgenfer/mixinSharp/wiki</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions MixinRefactoring/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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.4.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
Binary file modified images/mixin_preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b87a1fc

Please sign in to comment.