uCookieConsent 1.0.9

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

// Install uCookieConsent as a Cake Tool
#tool nuget:?package=uCookieConsent&version=1.0.9
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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
1.0.17 682 2/1/2022
1.0.16 390 3/9/2021
1.0.15 312 3/9/2021
1.0.14 337 3/9/2021
1.0.12 414 3/8/2021
1.0.11 388 3/8/2021
1.0.10 375 3/8/2021
1.0.9 383 3/2/2021
1.0.8 383 3/2/2021
1.0.7 389 3/2/2021
1.0.6 398 3/2/2021
1.0.5 381 3/2/2021
1.0.4 423 2/8/2021
1.0.3 406 2/8/2021
1.0.2 396 2/8/2021
1.0.1 390 2/1/2021
1.0.0 395 2/1/2021

- Update some issues about js, css
         - add default text in cookie setting in umbraco backoffice

         - Once installed:
         1. Login to the backoffice and open `https://YOURSERVER/umbraco#/settings/cookiesAlias/overview`. Review settings and texts

         2. Click tab Third Party Cookies and in insert scripts that use cookies for example Google Analytics as instructed.

         3. Open you master page and add following partial views. You need these for adding cookie dialog and scripts that needs to pass cookie consent:
         ---Code: `@Html.Action("Body", "CookieBanner")` after your body -tag.