WeatherLinkLiveLibrary 1.0.2

dotnet add package WeatherLinkLiveLibrary --version 1.0.2
                    
NuGet\Install-Package WeatherLinkLiveLibrary -Version 1.0.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="WeatherLinkLiveLibrary" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WeatherLinkLiveLibrary" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="WeatherLinkLiveLibrary" />
                    
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 WeatherLinkLiveLibrary --version 1.0.2
                    
#r "nuget: WeatherLinkLiveLibrary, 1.0.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.
#:package WeatherLinkLiveLibrary@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WeatherLinkLiveLibrary&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=WeatherLinkLiveLibrary&version=1.0.2
                    
Install as a Cake Tool

WeatherLink Live™ Library is a reusable API client for querying a local WeatherLink Live™ device.

Highlights

  • Dual-targeted for net472 and net10.0
  • Keeps legacy compatibility support isolated to the net472 build
  • Includes DocFX-based documentation support

Console Test Harness

The solution includes WeattherLinkLive Test, a small console program for manual smoke testing.

Before running it, provide the WeatherLink Live™ device IP using one of these local-only options:

  • WEATHERLINK_LIVE_IP environment variable
  • .local/weatherlink-live-ip.txt in the solution root, excluded via the repository-local .git/info/exclude file

Build

dotnet build .\WeatherLink Live Library.sln -c Release

Release

Releases are prepared through GitHub Actions:

  • publish-docfx.yml publishes the documentation site to GitHub Pages
  • release-nuget.yml builds the release package and creates a GitHub release from tags

Documentation

Notes

  • This project is an independent client library and is not affiliated with or endorsed by Davis Instruments.
  • No personal, localized, or machine-specific values are published in this repository-facing documentation.

WeatherLink Live is a trademark of Davis Instruments.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.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.2 30 6/5/2026
1.0.1 47 6/4/2026