Skip to content

Commit

Permalink
Updated documentation and NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Mar 13, 2022
1 parent 51819ca commit 642cebc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions OpenWeatherMap.Cache/OpenWeatherMap.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<RepositoryUrl>https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Upgraded NuGet packages.</PackageReleaseNotes>
<PackageReleaseNotes>Updated documentation and NuGet packages.</PackageReleaseNotes>
<Description>An asynchronous .NET Standard 2.0 library that allows you to fetch &amp; cache current weather readings from the OpenWeather API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>OpenWeather,OpenWeatherMap,cache,weather,API,.NET Standard,netstandard</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
Expand All @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="2.0.0" />
<PackageReference Include="AsyncKeyedLock" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache/raw/master/logo.png" width="32" height="32"> OpenWeatherMap.Cache
# ![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)

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.
Expand Down
Binary file added logo32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 642cebc

Please sign in to comment.