Skip to content

Commit

Permalink
Version 1.9.171
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Aug 29, 2017
1 parent 6c6bf1f commit 557aa53
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

## v1.9.171 - August 29, 2017
* For compatibility with [Mono](http://www.mono-project.com/) was changed a implementation of the `ToAbsolutePath` method of `VirtualFileSystemWrapper` class
* In BundleTransformer.Autoprefixer added support of Autoprefixer version 7.1.3

## v1.9.171 Beta 1 - August 25, 2017
* Changed a implementation of the `ToAbsolutePath` method of `VirtualFileSystemWrapper` class

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BundleTransformer.Autoprefixer</id>
<version>1.9.170</version>
<version>1.9.171</version>
<title>Bundle Transformer: Autoprefixer</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/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.9.170
README file for Bundle Transformer: Autoprefixer v1.9.171

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

Expand Down
2 changes: 1 addition & 1 deletion NuGet/BundleTransformer.Core/BundleTransformer.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BundleTransformer.Core</id>
<version>1.9.171-beta1</version>
<version>1.9.171</version>
<title>Bundle Transformer: Core</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/BundleTransformer.Core/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Core v1.9.171 Beta 1
README file for Bundle Transformer: Core v1.9.171

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

Expand Down
4 changes: 2 additions & 2 deletions src/BundleTransformer.Autoprefixer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("bd3de654-42d3-4791-a5c2-9f30b70b01d7")]

[assembly: AssemblyVersion("1.9.170.0")]
[assembly: AssemblyFileVersion("1.9.170.0")]
[assembly: AssemblyVersion("1.9.171.0")]
[assembly: AssemblyFileVersion("1.9.171.0")]

0 comments on commit 557aa53

Please sign in to comment.