Skip to content

Commit

Permalink
Version 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Apr 27, 2023
1 parent e7fbcc3 commit 077b0fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change log
==========

## v1.13.5 - April 27, 2023
* In BundleTransformer.SassAndScss added support of the Dart Sass version 1.62.0

## v1.13.4 - April 24, 2023
* In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator
* In BundleTransformer.TypeScript:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("d858d771-b511-4517-bc9a-6feb6d0c4c3e")]

[assembly: AssemblyVersion("1.13.4.0")]
[assembly: AssemblyFileVersion("1.13.4.0")]
[assembly: AssemblyVersion("1.13.5.0")]
[assembly: AssemblyFileVersion("1.13.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Sass and SCSS</Product>
<VersionPrefix>1.13.3</VersionPrefix>
<VersionPrefix>1.13.5</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.SassAndScss/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Sass and SCSS v1.13.3
README file for Bundle Transformer: Sass and SCSS v1.13.5

--------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions test/BundleTransformer.Tests/BundleTransformer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Tests</Product>
<VersionPrefix>1.13.4</VersionPrefix>
<VersionPrefix>1.13.5</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.21.0" />
<PackageReference Include="JavaScriptEngineSwitcher.Msie" Version="3.21.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />

Expand Down

0 comments on commit 077b0fc

Please sign in to comment.