From a1822f78ba13ba06e018f07ee297a92390aa2c02 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sun, 13 Mar 2022 11:36:21 +0100 Subject: [PATCH] Updated documentation and NuGet packages. --- OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj b/OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj index b45b411..32f9abd 100644 --- a/OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj +++ b/OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj @@ -6,7 +6,7 @@ https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache.git https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache LICENSE - 1.5.2 + 1.5.3 logo.png Updated documentation and NuGet packages. An asynchronous .NET Standard 2.0 library that allows you to fetch & cache current weather readings from the OpenWeather API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable. @@ -14,8 +14,8 @@ OpenWeather,OpenWeatherMap,cache,weather,API,.NET Standard,netstandard git false - 1.5.2.0 - 1.5.2.0 + 1.5.3.0 + 1.5.3.0 README.md True True @@ -28,7 +28,7 @@ - + diff --git a/README.md b/README.md index 03df4be..6f52905 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ![OpenWeatherMap.Cache](https://raw.githubusercontent.com/MarkCiliaVincenti/OpenWeatherMap.Cache/master/logo32.png) OpenWeatherMap.Cache -[![GitHub branch checks state](https://img.shields.io/github/checks-status/MarkCiliaVincenti/OpenWeatherMap.Cache/master?label=build&logo=github&style=for-the-badge)](https://actions-badge.atrox.dev/MarkCiliaVincenti/OpenWeatherMap.Cache/goto?ref=master) [![Nuget](https://img.shields.io/nuget/v/OpenWeatherMap.Cache?label=OpenWeatherMap.Cache&logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![Nuget](https://img.shields.io/nuget/dt/OpenWeatherMap.Cache?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MarkCiliaVincenti/OpenWeatherMap.Cache/.NET?logo=github&style=for-the-badge)](https://actions-badge.atrox.dev/MarkCiliaVincenti/OpenWeatherMap.Cache/goto?ref=master) [![Nuget](https://img.shields.io/nuget/v/OpenWeatherMap.Cache?label=OpenWeatherMap.Cache&logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![Nuget](https://img.shields.io/nuget/dt/OpenWeatherMap.Cache?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) An asynchronous .NET Standard 2.0 library that allows you to fetch & cache current weather readings from the [OpenWeather](https://openweathermap.org/) API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable.