HTMLX 0.10.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package HTMLX --version 0.10.1
NuGet\Install-Package HTMLX -Version 0.10.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HTMLX" Version="0.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HTMLX --version 0.10.1
#r "nuget: HTMLX, 0.10.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HTMLX as a Cake Addin
#addin nuget:?package=HTMLX&version=0.10.1

// Install HTMLX as a Cake Tool
#tool nuget:?package=HTMLX&version=0.10.1

HTML Extensions for making single-page applications with Bridge.NET, SCSS and components.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.28 2,278 2/21/2021
0.10.27 2,794 2/19/2021
0.10.26 411 2/18/2021
0.10.25 647 10/11/2020
0.10.24 2,194 8/5/2020
0.10.23 588 8/5/2020
0.10.22 577 8/5/2020
0.10.21 863 7/28/2020
0.10.20 559 7/27/2020
0.10.19 778 6/22/2020
0.10.18 545 6/22/2020
0.10.17 560 6/21/2020
0.10.16 589 6/21/2020
0.10.15 548 6/19/2020
0.10.14 518 6/17/2020
0.10.13 656 6/14/2020
0.10.12 571 6/9/2020
0.10.11 535 6/9/2020
0.10.10 554 6/6/2020
0.10.9 594 6/3/2020
0.10.8 619 6/3/2020
0.10.7 640 5/30/2020
0.10.6 625 5/29/2020
0.10.5 633 5/29/2020
0.10.4 598 5/29/2020
0.10.3 553 5/28/2020
0.10.2 569 5/24/2020
0.10.1 676 5/23/2020
0.10.0 554 5/18/2020
0.9.3 794 2/27/2020
0.9.2 769 11/26/2019
0.9.1 796 10/26/2019
0.9.0 647 10/26/2019
0.8.18 697 9/20/2019
0.8.17 838 8/19/2019
0.8.16 860 8/6/2019
0.8.15 882 8/3/2019
0.8.14 789 8/3/2019
0.8.13 798 8/2/2019
0.8.12 809 8/2/2019
0.8.11 809 8/2/2019
0.8.10 786 7/30/2019
0.8.9 873 7/5/2019
0.8.8 808 6/28/2019
0.8.7 825 6/13/2019
0.8.6 933 6/8/2019
0.8.5 845 5/28/2019
0.8.4 908 5/24/2019
0.8.3 842 5/24/2019
0.8.2 820 5/22/2019
0.8.1 869 5/19/2019
0.8.0 848 5/16/2019
0.7.8 913 4/26/2019
0.7.7 908 4/10/2019
0.7.6 852 4/1/2019
0.7.5 797 3/27/2019
0.7.4 817 3/20/2019
0.7.3 831 3/18/2019
0.7.2 847 3/11/2019
0.7.1 815 3/7/2019
0.7.0 837 2/27/2019
0.6.0 951 2/7/2019
0.5.1 934 1/31/2019
0.5.0 924 1/30/2019
0.4.9 935 1/30/2019
0.4.8 946 1/30/2019
0.4.7 933 1/25/2019
0.4.6 945 1/23/2019
0.4.5 937 1/23/2019
0.4.4 957 1/23/2019
0.4.3 919 1/22/2019
0.4.2 956 1/22/2019
0.4.1 969 1/7/2019
0.4.0 974 1/3/2019
0.3.1 937 12/26/2018
0.3.0 931 12/21/2018
0.2.2 875 12/18/2018
0.2.1 891 12/17/2018
0.2.0 891 12/17/2018
0.1.5 911 12/16/2018
0.1.4 925 12/12/2018
0.1.3 1,022 12/11/2018
0.1.2 923 12/11/2018
0.1.1 938 12/10/2018

- Completely refactored codebase.
- Renamed everything to HTMLX.
- Added support for Visual Studio 2019. Visual Studio 2017 no longer supported.
- Removed WebSync.
- Removed resource embedding and references folder generation.
- Removed Timer.
- Removed MemoryUtility.
- Added logging to file with Serilog for easier diagnostics later.
- Fixed crash due to rebuild.
- No longer need to build backend project to generate proper controllers file.
- No longer need to unload/reload projects after git pull.
- Modified bridge.json schema to have a dedicated 'htmlx' section.
- Third-party scripts and styles will now be included in the frontend application parts based on the 'includes' property in the 'htmlx' section of the bridge.json, instead of the <head> element.
- data-class no longer necessary on <template>.
- .csproj will now autosave on change. No need to save it manually before committing.
- Optimized project reload 10-fold.
- Restored SCSS compilation on save.
- //WARNING comments in generated files are now #warning so they appear as warnings
- Added support for bridge.{Configuration}.json files