Skip to content

Commit

Permalink
Pushed version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Irame committed Mar 6, 2023
1 parent cac3684 commit 892fe53
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs.Shared/CmdArgsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace SmartCmdArgs
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "2.4.1", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "2.5.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)]
Expand Down
4 changes: 2 additions & 2 deletions SmartCmdArgs/SmartCmdArgs15/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs15/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="SmartCmdArgs15.0248c5c8-b4c5-4201-9360-5c100580f52e" Version="2.4.1" Language="en-US" Publisher="Irame &amp; MBulli" />
<Identity Id="SmartCmdArgs15.0248c5c8-b4c5-4201-9360-5c100580f52e" Version="2.5.0" Language="en-US" Publisher="Irame &amp; MBulli" />
<DisplayName>Smart Command Line Arguments VS2017</DisplayName>
<Description xml:space="preserve">A Visual Studio 2017 Extension which aims to provide a better UI to manage your command line arguments.</Description>
<MoreInfo>https://github.com/MBulli/SmartCommandlineArgs</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions SmartCmdArgs/SmartCmdArgs16/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs16/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.4.1" Language="en-US" Publisher="Irame &amp; MBulli" />
<Identity Id="SmartCmdArgs.Markus B.9fb78f2a-71cb-4437-b32f-d875e376bacf" Version="2.5.0" Language="en-US" Publisher="Irame &amp; MBulli" />
<DisplayName>Smart Command Line Arguments VS2019</DisplayName>
<Description xml:space="preserve">A Visual Studio 2019 Extension which aims to provide a better UI to manage your command line arguments.</Description>
<MoreInfo>https://github.com/MBulli/SmartCommandlineArgs</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions SmartCmdArgs/SmartCmdArgs17/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs17/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="SmartCmdArgs17.6edd462d-d4d6-40b9-a7b4-451a6ce6c527" Version="2.4.1" Language="en-US" Publisher="Irame &amp; MBulli" />
<Identity Id="SmartCmdArgs17.6edd462d-d4d6-40b9-a7b4-451a6ce6c527" Version="2.5.0" Language="en-US" Publisher="Irame &amp; MBulli" />
<DisplayName>Smart Command Line Arguments VS2022</DisplayName>
<Description xml:space="preserve">A Visual Studio 2022 Extension which aims to provide a better UI to manage your command line arguments.</Description>
<MoreInfo>https://github.com/MBulli/SmartCommandlineArgs</MoreInfo>
Expand Down

0 comments on commit 892fe53

Please sign in to comment.