XamlCSS.UWP 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XamlCSS.UWP --version 2.1.0                
NuGet\Install-Package XamlCSS.UWP -Version 2.1.0                
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="XamlCSS.UWP" Version="2.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XamlCSS.UWP --version 2.1.0                
#r "nuget: XamlCSS.UWP, 2.1.0"                
#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 XamlCSS.UWP as a Cake Addin
#addin nuget:?package=XamlCSS.UWP&version=2.1.0

// Install XamlCSS.UWP as a Cake Tool
#tool nuget:?package=XamlCSS.UWP&version=2.1.0                

Style UWP-apps with Css

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
2.2.1-pre2 369 5/1/2020
2.2.1-pre1 402 4/4/2020
2.2.0 885 2/10/2019
2.2.0-pre7 634 9/5/2018
2.2.0-pre6 617 8/31/2018
2.2.0-pre5 789 5/12/2018
2.2.0-pre4 722 5/6/2018
2.2.0-pre3 839 5/1/2018
2.2.0-pre2 811 4/30/2018
2.2.0-pre1 787 2/11/2018
2.1.0 1,000 12/9/2017
2.0.1 949 7/23/2017
2.0.0 887 5/21/2017
2.0.0-pre1 751 2/9/2017
1.0.6 973 1/22/2017
1.0.5 907 1/21/2017
1.0.4 973 12/18/2016
1.0.3 931 11/29/2016
1.0.2 922 11/29/2016
1.0.1 915 11/22/2016
0.9.0-beta-1 770 9/10/2016
0.9.0-alpha-5 770 6/27/2016
0.9.0-alpha-4 781 6/26/2016
0.9.0-alpha-3 781 6/24/2016
0.9.0-alpha-2 773 6/17/2016
0.9.0-alpha 778 5/22/2016
0.8.0 977 5/21/2016
0.8.0-beta-3 785 5/18/2016
0.8.0-beta 1,186 5/16/2016

2.1.0
           - #6 UWP Designer: Css Selectors don't always select the correct Elements
           - #37 UWP: Loading CSS-File from Embedded Resource Embedded in EXE-File Fails
           - #39 Ampersand Could Be Anywhere in Selector
           - #40 Support @extend
           - #43 Wrong Selector Generated When Using Ampersand In The Middle Of Selector
           - #47 UWP, Xamarin.Forms Update Loop: Massive Performance Problems If Errors In CSS
           - #48 Support Parsing Floating Point Numbers Without Leading Zero
           - #49 Support Import Of Css Stored In Application.Resources
           - #50 Css-Parser: Parser Hangs If Document Only Contains "At" Character

           2.0.1
           - #36 Fixed "XamlCSS does not support unicode escapes"

           2.0.0
           - #29 Support comments
           - #30 Support enter/exit trigger actions
           - #31 Better error information
           - Rewritten tokenizer, css-parser (performance, maintainability)
           - Better markup-extension parsing
           - Fixed same selector property overrides
           - Support namespaces in markup-extensions

           2.0.0-pre1
           - #11 Nested selectors, css-variables
           - #23 Css imports
           - #24 Sass-like mixins
           - #28 Fixed bracket parsing

           1.0.6
           - #20 Performance: Selectors are parsed too often

           1.0.5
           - #19 Decimal Number not parsed correctly
           - #18 Class not properly parsed in grouped selectors
           - #13 CSS-Parser: Broken String-Literal Handling

           1.0.4
           - Css namespacing support fixed
           - Flickering when control added to view

           1.0.3
           - Fixed NullReferenceException

           1.0.2
           - Xaml-Designer Preview support
           - CssParser Tokenizer fixed
           - Better Logical-/Visual-Tree handling

           1.0.1
           - Define stylesheet in Xaml-files with css text
           - Fixed selector specificity

           1.0.0
           - Performance/memory improvements: Caching dom-elements, dom-children,...
           - Batch-Rendering
           - Define stylesheet in Xaml-files with css text
           - Fixed selector specificity

           0.9.0-beta-1
           - Added better css-quotes support
           - Support modal pages
           - fixed bool value support
           - Fixed VisualTreeCell.Include="true"
           - Performance improvement
           - AngleSharp 0.9.8

           0.9.0-alpha-5
           - Fix partial updates: not finding all parents while executing css-parser

           0.9.0-alpha-2
           - fixed NullReferenceException

           0.9.0-alpha
           - experimental support for MarkupExtensions (only StaticResource)

           0.8.0
           - Support for attached properties
           - Support for CSS-namespaces

           0.8.0-beta-3:
           Fixed UWP nuget-package