Skip to content

Commit

Permalink
Version 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Oct 8, 2019
1 parent 112cdb6 commit 7c7a90f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

## v1.12.4 - October 8, 2019
* In BundleTransformer.SassAndScss added support of the LibSass version 3.6.2
* In BundleTransformer.Handlebars added support of the Handlebars version 4.4.2
* In BundleTransformer.Autoprefixer added support of the Autoprefixer version 9.6.4

## v1.12.3 - September 13, 2019
* In BundleTransformer.TypeScript added support of TypeScript version 3.6.3
* In BundleTransformer.Handlebars added support of Handlebars version 4.2.0
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.12.3.0")]
[assembly: AssemblyFileVersion("1.12.3.0")]
[assembly: AssemblyVersion("1.12.4.0")]
[assembly: AssemblyFileVersion("1.12.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@
"unregisterPartial": function(){},
"registerDecorator": function(){},
"unregisterDecorator": function(){}
};

var container = {
program: function() {},
noop: function() {}
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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


--------------------------------------------------------------------------------
README file for Bundle Transformer: Autoprefixer v1.12.1
README file for Bundle Transformer: Autoprefixer v1.12.4

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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


--------------------------------------------------------------------------------
README file for Bundle Transformer: Handlebars v1.12.3
README file for Bundle Transformer: Handlebars v1.12.4

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

Expand Down
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.12.1</VersionPrefix>
<VersionPrefix>1.12.4</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.12.1
README file for Bundle Transformer: Sass and SCSS v1.12.4

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Tests</Product>
<VersionPrefix>1.12.3</VersionPrefix>
<VersionPrefix>1.12.4</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 7c7a90f

Please sign in to comment.