Skip to content

Commit a27c6d7

Browse files
committed
Bump to 0.9
1 parent 1bc8a9b commit a27c6d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/ImageVisualizer14/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.8.0.0")]
36-
[assembly: AssemblyFileVersion("0.8.0.0")]
35+
[assembly: AssemblyVersion("0.9.0.0")]
36+
[assembly: AssemblyFileVersion("0.9.0.0")]

src/ImageVisualizerPackage/ImageVisualizerPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Aberus.VisualStudio.Debugger.ImageVisualizer
3737
/// </para>
3838
/// </remarks>
3939
[PackageRegistration(UseManagedResourcesOnly = true)]
40-
[InstalledProductRegistration("#110", "#112", "0.8.0", IconResourceID = 400)] // Info on this package for Help/About
40+
[InstalledProductRegistration("#110", "#112", "0.9.0", IconResourceID = 400)] // Info on this package for Help/About
4141
[Guid(ImageVisualizerPackage.PackageGuidString)]
4242
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")]
4343
public sealed class ImageVisualizerPackage : Package

src/ImageVisualizerPackage/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="2443c97f-77f2-47ea-b473-7f34832b2f86" Version="0.8.0" Language="en-US" Publisher="Aleksander Berus" />
4+
<Identity Id="2443c97f-77f2-47ea-b473-7f34832b2f86" Version="0.9.0" Language="en-US" Publisher="Aleksander Berus" />
55
<DisplayName>Debugger Image Visualizer</DisplayName>
66
<Description xml:space="preserve">A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.</Description>
77
<MoreInfo>https://github.com/aberus/ImageVisualizer</MoreInfo>

src/SetupVisualizer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?define ProductVersion = "0.8.0"?>
2+
<?define ProductVersion = "0.9.0"?>
33
<?define ProductUpgradeCode = "5a2e7ccd-6ced-4a6b-9745-d8d73ed070cc"?>
44
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:VSExtension="http://schemas.microsoft.com/wix/VSExtension">
55
<Product Id="*" Name="Debugger Image Visualizer for Visual Studio" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Aleksander Berus" UpgradeCode="$(var.ProductUpgradeCode)">

0 commit comments

Comments
 (0)