Material.Avalonia.Dialogs 3.10.2

dotnet add package Material.Avalonia.Dialogs --version 3.10.2
                    
NuGet\Install-Package Material.Avalonia.Dialogs -Version 3.10.2
                    
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="Material.Avalonia.Dialogs" Version="3.10.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Material.Avalonia.Dialogs" Version="3.10.2" />
                    
Directory.Packages.props
<PackageReference Include="Material.Avalonia.Dialogs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Material.Avalonia.Dialogs --version 3.10.2
                    
#r "nuget: Material.Avalonia.Dialogs, 3.10.2"
                    
#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.
#addin nuget:?package=Material.Avalonia.Dialogs&version=3.10.2
                    
Install Material.Avalonia.Dialogs as a Cake Addin
#tool nuget:?package=Material.Avalonia.Dialogs&version=3.10.2
                    
Install Material.Avalonia.Dialogs as a Cake Tool

Material.Dialog provide some essential material dialogs for use.

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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  tizen60 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
3.10.2 538 4/24/2025
3.10.2-nightly.0.4 124 4/24/2025
3.10.1 1,601 4/3/2025
3.9.3-nightly.0.6 116 4/3/2025
3.9.3-nightly.0.5 116 4/3/2025
3.9.3-nightly.0.4 122 4/3/2025
3.9.3-nightly.0.3 112 4/2/2025
3.9.3-nightly.0.2 98 3/1/2025
3.9.2 3,109 2/8/2025
3.9.1 547 12/27/2024
3.9.0 134 12/25/2024
3.8.1-nightly.0.3 61 12/25/2024
3.8.1-nightly.0.1 101 11/28/2024
3.8.0 780 11/26/2024
3.7.5-nightly.0.2 62 11/26/2024
3.7.4 2,740 9/21/2024
3.7.3 815 9/7/2024
3.7.2 820 7/28/2024
3.7.1 109 7/27/2024
3.7.0 117 7/26/2024
3.6.1 179 7/29/2024
3.6.0 1,682 4/28/2024
3.5.1 158 4/28/2024
3.5.0 424 4/1/2024
3.4.3 211 3/24/2024
3.4.2 485 2/28/2024
3.4.1 327 2/25/2024
3.4.0 202 2/23/2024
3.3.0 420 2/1/2024
3.2.4 431 1/29/2024
3.2.2 228 1/12/2024
3.2.1 1,508 1/8/2024
3.2.0 146 1/8/2024
3.1.3 222 12/28/2023
3.1.2 338 12/11/2023
3.1.1 353 11/23/2023
3.1.0 177 11/15/2023
3.0.2 4,099 10/9/2023
3.0.1 900 9/19/2023
3.0.0 374 9/3/2023
3.0.0-avalonia11-preview6 140 8/14/2023

## What's Changed
* Add fields line up demo by @corvinsz in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/444
* hide watermark when the FilledTextBox is not focused by @corvinsz in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/446
* Temporary remove linear ProgressBar transitions due to avalonia bug. #445 by @SKProCH in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/447
* Adds the CornerRadius support for ContentControl and UserControl by @SKProCH in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/449


**Full Changelog**: https://github.com/AvaloniaCommunity/Material.Avalonia/compare/v3.10.1...v3.10.2