Skip to content

Commit

Permalink
Bumping NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Apr 15, 2022
1 parent a1822f7 commit 25eaacb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3</Version>
<Version>1.5.4</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Updated documentation and NuGet packages.</PackageReleaseNotes>
<PackageReleaseNotes>Bumping 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.3.0</AssemblyVersion>
<FileVersion>1.5.3.0</FileVersion>
<AssemblyVersion>1.5.4.0</AssemblyVersion>
<FileVersion>1.5.4.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
Expand All @@ -31,8 +31,8 @@
<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" />
<PackageReference Include="UnitsNet" Version="4.125.0" />
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="UnitsNet" Version="4.128.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 25eaacb

Please sign in to comment.