Skip to content

Commit

Permalink
[change] update version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgenfer committed May 13, 2016
1 parent c7e9ad5 commit 2183003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MixinRefactoring.Vsix/MixinSharpPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace MixinSharp
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "1.1.0", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.3", IconResourceID = 400)] // Info on this package for Help/About
[Guid(PackageGuidString)]
[ProvideOptionPage(typeof (OptionPageGrid), "mixinSharp", "General", 0, 0, true)]
public sealed class MixinSharpPackage : Package
Expand Down
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.2" Language="en-US" Publisher="Patric Genfer" />
<Identity Id="mixinSharp..6af25ee5-c001-4b3b-85f4-e7785ff466f0" Version="1.3" 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.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.3.*")]
[assembly: AssemblyFileVersion("1.3")]

0 comments on commit 2183003

Please sign in to comment.