Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r committed May 9, 2019
1 parent 0f7d249 commit f4b5b61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DevUtilsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace DevUtils
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
// This attribute is used to register the information needed to show this package
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration("#110", "#112", "0.6.0", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "0.7.0", IconResourceID = 400)]
// This attribute is needed to let the shell know that this package exposes some menus.
[ProvideMenuResource("Menus.ctmenu", 1)]
// automatic module initialization when opening a solution file
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
2 changes: 1 addition & 1 deletion 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="19b8a882-47f2-4fdd-a657-5f15a2c5ecae" Version="0.6.0" Language="en-US" Publisher="Andreas Hollandt" />
<Identity Id="19b8a882-47f2-4fdd-a657-5f15a2c5ecae" Version="0.7.0" Language="en-US" Publisher="Andreas Hollandt" />
<DisplayName>DevUtils</DisplayName>
<Description xml:space="preserve">quickly inspect assembly and preprocessor output</Description>
<MoreInfo>https://github.com/Trass3r/DevUtils</MoreInfo>
Expand Down

0 comments on commit f4b5b61

Please sign in to comment.