Skip to content

Commit

Permalink
In BundleTransformer.SassAndScss added support for the Dart Sass vers…
Browse files Browse the repository at this point in the history
…ion 1.69.3
  • Loading branch information
Taritsyn committed Oct 20, 2023
1 parent 1da15e8 commit 728f232
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.400"
"version": "7.0.402"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
<Import Project="../../build/nuget-for-dotnet-lib.props" />

<PropertyGroup>
<Description>BundleTransformer.SassAndScss contains one translator-adapter - `SassAndScssTranslator`. This adapter makes translation of Sass and SCSS code to CSS code by using the Dart Sass Host for .NET (https://github.com/Taritsyn/DartSassHost) version 1.0.7 (supports the Dart Sass (https://github.com/sass/dart-sass) version 1.68.0). Also contains the `SassAndScssAssetHandler` debugging HTTP handler, which is responsible for text output of translated Sass or SCSS asset.
<Description>BundleTransformer.SassAndScss contains one translator-adapter - `SassAndScssTranslator`. This adapter makes translation of Sass and SCSS code to CSS code by using the Dart Sass Host for .NET (https://github.com/Taritsyn/DartSassHost) version 1.0.8 (supports the Dart Sass (https://github.com/sass/dart-sass) version 1.69.3). Also contains the `SassAndScssAssetHandler` debugging HTTP handler, which is responsible for text output of translated Sass or SCSS asset.

As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module, you need to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie (only in the Chakra “Edge” JsRT mode), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/BundleTransformer/master/images/icons/128/BundleTransformer_SassAndScss_Logo_128x128.png</PackageIconUrl>
<PackageIconFullPath>../../images/icons/128/BundleTransformer_SassAndScss_Logo_128x128.png</PackageIconFullPath>
<PackageTags>$(PackageCommonTags);CSS;Bundling;Sass;SCSS;Translation;Translator;Compilation;Compiler</PackageTags>
<PackageReleaseNotes>Added support for the Dart Sass version 1.68.0.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for the Dart Sass version 1.69.3.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.configuration" Pack="false" />
<Reference Include="System.Web" Pack="false" />

<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
<PackageReference Include="DartSassHost" Version="1.0.7" />
<PackageReference Include="DartSassHost" Version="1.0.8" />
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.1.0" />

<ProjectReference Include="../BundleTransformer.Core/BundleTransformer.Core.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/BundleTransformer.SassAndScss/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
BundleTransformer.SassAndScss contains one translator-adapter -
`SassAndScssTranslator`. This adapter makes translation of Sass and SCSS code to
CSS code by using the Dart Sass Host for .NET
(https://github.com/Taritsyn/DartSassHost) version 1.0.7 (supports the Dart Sass
(https://github.com/sass/dart-sass) version 1.68.0). Also contains the
(https://github.com/Taritsyn/DartSassHost) version 1.0.8 (supports the Dart Sass
(https://github.com/sass/dart-sass) version 1.69.3). Also contains the
`SassAndScssAssetHandler` debugging HTTP handler, which is responsible for text
output of translated Sass or SCSS asset.

Expand All @@ -25,7 +25,7 @@
=============
RELEASE NOTES
=============
Added support for the Dart Sass version 1.68.0.
Added support for the Dart Sass version 1.69.3.

====================
POST-INSTALL ACTIONS
Expand Down

0 comments on commit 728f232

Please sign in to comment.