System.Waf.Uwp
4.0.0-alpha4
This is a prerelease version of System.Waf.Uwp.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 3.1 or higher.
dotnet add package System.Waf.Uwp --version 4.0.0-alpha4
NuGet\Install-Package System.Waf.Uwp -Version 4.0.0-alpha4
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="System.Waf.Uwp" Version="4.0.0-alpha4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Waf.Uwp --version 4.0.0-alpha4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Waf.Uwp, 4.0.0-alpha4"
#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 System.Waf.Uwp as a Cake Addin #addin nuget:?package=System.Waf.Uwp&version=4.0.0-alpha4&prerelease // Install System.Waf.Uwp as a Cake Tool #tool nuget:?package=System.Waf.Uwp&version=4.0.0-alpha4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- System.Collections (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Runtime.InteropServices.WindowsRuntime (>= 4.0.0)
- System.Runtime.WindowsRuntime (>= 4.0.10)
- System.Runtime.WindowsRuntime.UI.Xaml (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.10)
- System.Waf.Core (>= 4.0.0-alpha4)
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 |
---|---|---|
4.1.0-alpha8 | 1,088 | 8/27/2017 |
4.1.0-alpha7 | 690 | 8/19/2017 |
4.1.0-alpha6 | 688 | 8/19/2017 |
4.0.0-alpha5 | 815 | 8/21/2016 |
4.0.0-alpha4 | 809 | 5/14/2016 |
4.0.0-alpha3 | 822 | 4/17/2016 |
4.0.0-alpha2 | 735 | 3/23/2016 |
- Fix TargetName in NavigationToggleButton.
- Add CollectionHelper.Empty method that returns an empty IReadOnlyList{T}.
- DelegateCommand: Add static property DisabledCommand.
- Enhance the StringFormatConverter to support MultiBinding.