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 5b9140e commit a1822f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2</Version>
<Version>1.5.3</Version>
<PackageIcon>logo.png</PackageIcon>
<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.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<AssemblyVersion>1.5.3.0</AssemblyVersion>
<FileVersion>1.5.3.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.1" />
<PackageReference Include="AsyncKeyedLock" Version="2.0.2" />
<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,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.

Expand Down

0 comments on commit a1822f7

Please sign in to comment.