MeteoControl 5.0.0
See the version list below for details.
dotnet add package MeteoControl --version 5.0.0
NuGet\Install-Package MeteoControl -Version 5.0.0
<PackageReference Include="MeteoControl" Version="5.0.0" />
<PackageVersion Include="MeteoControl" Version="5.0.0" />
<PackageReference Include="MeteoControl" />
paket add MeteoControl --version 5.0.0
#r "nuget: MeteoControl, 5.0.0"
#:package MeteoControl@5.0.0
#addin nuget:?package=MeteoControl&version=5.0.0
#tool nuget:?package=MeteoControl&version=5.0.0
WinForms Control Library to display Weather data. Supports 9 weather API providers: OpenWeatherMap (Free and One Call 3.0), Open-Meteo (free, no key), WeatherAPI.com, Visual Crossing, Tomorrow.io, Meteo-Concept, Meteoblue, XWeather. Compatible with .NET Framework 4.6.2+ and .NET 8.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 is compatible. |
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 13.0.3)
- System.Resources.Extensions (>= 8.0.0)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- System.Resources.Extensions (>= 8.0.0)
-
.NETFramework 4.8.1
- Newtonsoft.Json (>= 13.0.3)
- System.Resources.Extensions (>= 8.0.0)
-
net8.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
- System.Resources.Extensions (>= 8.0.0)
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 |
|---|---|---|
| 5.0.1 | 236 | 4/9/2026 |
| 5.0.0 | 200 | 4/9/2026 |
| 2.2.0 | 464 | 11/22/2024 |
| 2.1.5 | 887 | 3/3/2022 |
| 2.1.2 | 657 | 4/29/2021 |
| 2.1.1 | 606 | 4/29/2021 |
| 2.1.0 | 612 | 4/9/2021 |
| 2.0.5 | 857 | 5/25/2020 |
| 2.0.4 | 842 | 5/23/2020 |
| 2.0.3 | 781 | 5/22/2020 |
| 2.0.2 | 777 | 5/12/2020 |
| 2.0.1 | 729 | 5/12/2020 |
| 1.28.1 | 771 | 4/8/2020 |
Version 5.0.0:
- Multi-provider architecture (9 weather APIs)
- .NET 8.0 support (multi-target)
- HttpClient replaces deprecated WebClient
- Thread-safe data handling
- Image caching for weather icons
- Memory leak fixes (Dispose, GeoCoordinateWatcher)
- Removed GoTo anti-pattern
- Instance-level data (no more shared global state)