WindowsBase 4.6.1055
WindowsBase.dll NuGet Package
Install-Package WindowsBase -Version 4.6.1055
dotnet add package WindowsBase --version 4.6.1055
<PackageReference Include="WindowsBase" Version="4.6.1055" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsBase --version 4.6.1055
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WindowsBase, 4.6.1055"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (17)
Showing the top 5 NuGet packages that depend on WindowsBase:
Package | Downloads |
---|---|
eXpandExcelImporter.Win
ExcelImporter Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
|
|
WpfAppBar
Utilities for creating a Windows AppBar with WPF
|
|
Genexcel
Wrapper for creating xlsx files with DocumentFormat.OpenXml
|
|
Cblx.Infra.OpenXml
Wrapper for creating xlsx files with DocumentFormat.OpenXml
usage:
var excel = new Document();
//Get the first sheet
var sheet1 = excel.GetSheets().First()
//Change sheet name
sheet1.Name = "My first sheet";
//Write some data
sheet1.WriteToCell(1, 1, "Test 1");
//Create another sheet
var sheet2 = excel.AddSheet(new Sheet("My second sheet"));
//Write some data
sheet2.WriteToCell(1, 1, "Test 2");
//Save to file, or stream...
excel.Save("myFile.xlsx");
|
|
SMP.UIAuthomation.Encompass
UI Automation For Encompass
|
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on WindowsBase:
Repository | Stars |
---|---|
dotnet/reactive
The Reactive Extensions for .NET
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
DeadlyCrush/DeadlyTrade
DeadlyTrade for Path Of Exile - (Overhaul Version) Trade Notification, Functional Overlay, Flask&Skill Timer, Map&Region Information, Real-Time Ninja Currency, Act Helper when Leveling and other useful functions.
|
|
PhilipRieck/WpfAppBar
WPF AppBar helper
|
Version History
Version | Downloads | Last updated |
---|---|---|
4.6.1055 | 671,859 | 7/31/2016 |