Skip to content

Commit

Permalink
update to libsass 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenkopp committed Jun 1, 2015
1 parent fc307b1 commit f415e23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SassyStudio.2012/SassyStudio.2012.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@
</Reference>
<Reference Include="LibSass.x86, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\libsassnet.3.2.0.0\lib\net40\LibSass.x86.dll</HintPath>
<HintPath>..\packages\libsassnet.3.2.4\lib\net40\LibSass.x86.dll</HintPath>
</Reference>
<Reference Include="libsassnet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\libsassnet.3.2.0.0\lib\net40\libsassnet.dll</HintPath>
<HintPath>..\packages\libsassnet.3.2.4\lib\net40\libsassnet.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Expand Down
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.9.3", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "0.8.9.4", IconResourceID = 400)]
[GuidAttribute(Guids.guidSassyStudioPkgString)]
[ProvideAutoLoad(UIContextGuids80.SolutionExists)]
[ProvideOptionPage(typeof(ScssOptions), "Sassy Studio", "General", 101, 102, true, new[] { "CSS", "SCSS" })]
Expand Down
2 changes: 1 addition & 1 deletion SassyStudio.2012/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EcmaScript.Net" version="1.0.1.0" targetFramework="net45" />
<package id="libsassnet" version="3.2.0.0" targetFramework="net45" />
<package id="libsassnet" version="3.2.4" targetFramework="net45" />
<package id="YUICompressor.NET" version="2.7.0.0" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion SassyStudio.2012/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="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.9.3" Language="en-US" Publisher="Darren Kopp" />
<Identity Id="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.9.4" Language="en-US" Publisher="Darren Kopp" />
<DisplayName>SassyStudio</DisplayName>
<Description xml:space="preserve">Provides support for sass files in Visual Studio</Description>
<MoreInfo>https://github.com/darrenkopp/SassyStudio</MoreInfo>
Expand Down

0 comments on commit f415e23

Please sign in to comment.