Skip to content

Commit

Permalink
Pushed version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MBulli committed Mar 26, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 81ddd0f commit 29f62d6
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs/CmdArgsPackage.cs
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ namespace SmartCmdArgs
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "2.0.7", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "2.1.0", IconResourceID = 400)] // Info on this package for Help/About
[ProvideMenuResource("Menus.ctmenu", 1)]
[ProvideToolWindow(typeof(ToolWindow), Window = ToolWindow.ToolWindowGuidString)]
[ProvideOptionPage(typeof(CmdArgsOptionPage), "Smart Command Line Arguments", "General", 1000, 1001, false)]
4 changes: 2 additions & 2 deletions SmartCmdArgs/SmartCmdArgs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -29,5 +29,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("2.0.7.0")]
[assembly: AssemblyFileVersion("2.0.7.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs/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="SmartCmdArgs.Markus B.9fb78f2a-71cb-4437-b32f-d875e376bacf" Version="2.0.7" Language="en-US" Publisher="Irame &amp; MBulli" />
<Identity Id="SmartCmdArgs.Markus B.9fb78f2a-71cb-4437-b32f-d875e376bacf" Version="2.1.0" Language="en-US" Publisher="Irame &amp; MBulli" />
<DisplayName>Smart Command Line Arguments</DisplayName>
<Description xml:space="preserve">A Visual Studio Extension which aims to provide a better UI to manage your command line arguments.</Description>
<MoreInfo>https://github.com/MBulli/SmartCommandlineArgs</MoreInfo>

0 comments on commit 29f62d6

Please sign in to comment.