MeteoControl 5.0.1
dotnet add package MeteoControl --version 5.0.1
NuGet\Install-Package MeteoControl -Version 5.0.1
<PackageReference Include="MeteoControl" Version="5.0.1" />
<PackageVersion Include="MeteoControl" Version="5.0.1" />
<PackageReference Include="MeteoControl" />
paket add MeteoControl --version 5.0.1
#r "nuget: MeteoControl, 5.0.1"
#:package MeteoControl@5.0.1
#addin nuget:?package=MeteoControl&version=5.0.1
#tool nuget:?package=MeteoControl&version=5.0.1
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 | 44 | 4/9/2026 |
| 5.0.0 | 40 | 4/9/2026 |
| 2.2.0 | 351 | 11/22/2024 |
| 2.1.5 | 778 | 3/3/2022 |
| 2.1.2 | 555 | 4/29/2021 |
| 2.1.1 | 504 | 4/29/2021 |
| 2.1.0 | 510 | 4/9/2021 |
| 2.0.5 | 756 | 5/25/2020 |
| 2.0.4 | 740 | 5/23/2020 |
| 2.0.3 | 675 | 5/22/2020 |
| 2.0.2 | 676 | 5/12/2020 |
| 2.0.1 | 623 | 5/12/2020 |
| 1.28.1 | 669 | 4/8/2020 |
Version 5.0.1:
- Fix: NullReferenceException when API returns invalid response
- Fix: French locale (comma vs dot) breaking GPS coordinates in API URLs
- Added null checks on all 9 provider deserializations
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)
- Instance-level data (no more shared global state)