Skip to content

Commit

Permalink
0.8.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenkopp committed Mar 31, 2014
1 parent 107a0cc commit 3f9a595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SassyStudio.2012/SassyStudioPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace SassyStudio
{
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "0.8.8.9", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "0.8.8.10", IconResourceID = 400)]
[GuidAttribute(Guids.guidSassyStudioPkgString)]
[ProvideAutoLoad(UIContextGuids80.SolutionExists)]
[ProvideOptionPage(typeof(ScssOptions), "Sassy Studio", "General", 101, 102, true, new[] { "CSS", "SCSS" })]
Expand Down
6 changes: 3 additions & 3 deletions SassyStudio.2012/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?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="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.8.9" Language="en-US" Publisher="Darren Kopp" />
<Identity Id="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.8.10" Language="en-US" Publisher="Darren Kopp" />
<DisplayName>SassyStudio</DisplayName>
<Description xml:space="preserve">Provides some support for sass files in visual studio</Description>
<Description xml:space="preserve">Provides support for sass files in Visual Studio</Description>
<MoreInfo>https://github.com/darrenkopp/SassyStudio</MoreInfo>
<License>Licenses.txt</License>
<GettingStartedGuide>https://github.com/darrenkopp/SassyStudio/releases</GettingStartedGuide>
<ReleaseNotes>https://github.com/darrenkopp/SassyStudio/blob/master/ReleaseNotes.md</ReleaseNotes>
<ReleaseNotes>https://github.com/darrenkopp/SassyStudio/releases</ReleaseNotes>
<Tags>sass scss</Tags>
</Metadata>
<Installation>
Expand Down

0 comments on commit 3f9a595

Please sign in to comment.