Skip to content

Commit f7dd6c5

Browse files
authored
Merge pull request #194 from koenvzeijl/dart-sass/1.78.0
Update dart-sass to 1.78.0
2 parents 4225817 + 4beb7a4 commit f7dd6c5

File tree

16 files changed

+11
-16
lines changed

16 files changed

+11
-16
lines changed

AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>AspNetCore.SassCompiler</PackageId>
6-
<Version>1.77.8</Version>
6+
<Version>1.78.0</Version>
77
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
88
<Description>Sass Compiler Library for .NET 6 and above. without node</Description>
99
<PackageDescription>Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler</PackageDescription>

AspNetCore.SassCompiler/runtimes/linux-arm64/src/LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215215

216216
--------------------------------------------------------------------------------
217217

218-
async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
219-
typed_data license:
218+
async, cli_util, collection, mime, stream_channel and typed_data license:
220219

221220
Copyright 2015, the Dart project authors.
222221

@@ -583,7 +582,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
583582

584583
--------------------------------------------------------------------------------
585584

586-
convert, crypto, shelf_static and vm_service license:
585+
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:
587586

588587
Copyright 2015, the Dart project authors.
589588

17.1 KB
Binary file not shown.
-1.8 KB
Binary file not shown.

AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215215

216216
--------------------------------------------------------------------------------
217217

218-
async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
219-
typed_data license:
218+
async, cli_util, collection, mime, stream_channel and typed_data license:
220219

221220
Copyright 2015, the Dart project authors.
222221

@@ -583,7 +582,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
583582

584583
--------------------------------------------------------------------------------
585584

586-
convert, crypto, shelf_static and vm_service license:
585+
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:
587586

588587
Copyright 2015, the Dart project authors.
589588

22.6 KB
Binary file not shown.
-33.7 KB
Binary file not shown.

AspNetCore.SassCompiler/runtimes/osx-arm64/src/LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215215

216216
--------------------------------------------------------------------------------
217217

218-
async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
219-
typed_data license:
218+
async, cli_util, collection, mime, stream_channel and typed_data license:
220219

221220
Copyright 2015, the Dart project authors.
222221

@@ -583,7 +582,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
583582

584583
--------------------------------------------------------------------------------
585584

586-
convert, crypto, shelf_static and vm_service license:
585+
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:
587586

588587
Copyright 2015, the Dart project authors.
589588

16.2 KB
Binary file not shown.
-33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)