Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>AspNetCore.SassCompiler</PackageId>
<Version>1.77.8</Version>
<Version>1.78.0</Version>
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
<Description>Sass Compiler Library for .NET 6 and above. without node</Description>
<PackageDescription>Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler</PackageDescription>
Expand Down
5 changes: 2 additions & 3 deletions AspNetCore.SassCompiler/runtimes/linux-arm64/src/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
typed_data license:
async, cli_util, collection, mime, stream_channel and typed_data license:

Copyright 2015, the Dart project authors.

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

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

convert, crypto, shelf_static and vm_service license:
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:

Copyright 2015, the Dart project authors.

Expand Down
Binary file modified AspNetCore.SassCompiler/runtimes/linux-arm64/src/dart
Binary file not shown.
Binary file modified AspNetCore.SassCompiler/runtimes/linux-arm64/src/sass.snapshot
Binary file not shown.
5 changes: 2 additions & 3 deletions AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
typed_data license:
async, cli_util, collection, mime, stream_channel and typed_data license:

Copyright 2015, the Dart project authors.

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

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

convert, crypto, shelf_static and vm_service license:
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:

Copyright 2015, the Dart project authors.

Expand Down
Binary file modified AspNetCore.SassCompiler/runtimes/linux-x64/src/dart
Binary file not shown.
Binary file modified AspNetCore.SassCompiler/runtimes/linux-x64/src/sass.snapshot
Binary file not shown.
5 changes: 2 additions & 3 deletions AspNetCore.SassCompiler/runtimes/osx-arm64/src/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
typed_data license:
async, cli_util, collection, mime, stream_channel and typed_data license:

Copyright 2015, the Dart project authors.

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

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

convert, crypto, shelf_static and vm_service license:
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:

Copyright 2015, the Dart project authors.

Expand Down
Binary file modified AspNetCore.SassCompiler/runtimes/osx-arm64/src/dart
Binary file not shown.
Binary file modified AspNetCore.SassCompiler/runtimes/osx-arm64/src/sass.snapshot
Binary file not shown.
5 changes: 2 additions & 3 deletions AspNetCore.SassCompiler/runtimes/osx-x64/src/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
typed_data license:
async, cli_util, collection, mime, stream_channel and typed_data license:

Copyright 2015, the Dart project authors.

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

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

convert, crypto, shelf_static and vm_service license:
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:

Copyright 2015, the Dart project authors.

Expand Down
Binary file modified AspNetCore.SassCompiler/runtimes/osx-x64/src/dart
Binary file not shown.
Binary file modified AspNetCore.SassCompiler/runtimes/osx-x64/src/sass.snapshot
Binary file not shown.
5 changes: 2 additions & 3 deletions AspNetCore.SassCompiler/runtimes/win-x64/src/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
typed_data license:
async, cli_util, collection, mime, stream_channel and typed_data license:

Copyright 2015, the Dart project authors.

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

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

convert, crypto, shelf_static and vm_service license:
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:

Copyright 2015, the Dart project authors.

Expand Down
Binary file modified AspNetCore.SassCompiler/runtimes/win-x64/src/dart.exe
Binary file not shown.
Binary file modified AspNetCore.SassCompiler/runtimes/win-x64/src/sass.snapshot
Binary file not shown.