Skip to content

Commit

Permalink
Version 2.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Sep 2, 2023
1 parent 5b1dd82 commit 6f6c46b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ConsoleAppCore/ConsoleAppCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<AssemblyName>RingRecordingDownload</AssemblyName>
<PackageId>KoenZomers.Ring.RecordingDownload</PackageId>
<Authors>Koen Zomers</Authors>
<Version>2.2.0.0</Version>
<Version>2.3.0.0</Version>
<Product>Ring Recording Download</Product>
<Description>Allows downloading of recordings from Ring devices from the Ring cloud to your local machine</Description>
<Copyright>Koen Zomers</Copyright>
<PackageProjectUrl>https://github.com/KoenZomers/RingRecordingDownload</PackageProjectUrl>
<PackageTags>Ring</PackageTags>
<PackageReleaseNotes>- Upgraded to RingApi 0.5.1.0 which fixes the issue with authenticating</PackageReleaseNotes>
<PackageReleaseNotes>- Upgraded to [Ring API v0.5.3.0](https://github.com/KoenZomers/RingApi#version-history) which fixes some parsing issues</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KoenZomers.Ring.Api" Version="0.5.2" />
<PackageReference Include="KoenZomers.Ring.Api" Version="0.5.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
</ItemGroup>

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Console application written in .NET 6 compiled for Windows, Raspberry Pi, Linux

## Version History

[2.3.0.0](https://github.com/KoenZomers/RingRecordingDownload/releases/tag/2.3.0.0) - September 2, 2023

- Upgraded to [Ring API v0.5.3.0](https://github.com/KoenZomers/RingApi#version-history) which fixes some parsing issues

[2.2.0.0](https://github.com/KoenZomers/RingRecordingDownload/releases/tag/2.2.0.0) - July 4, 2023

- Upgraded to [Ring API v0.5.2.0](https://github.com/KoenZomers/RingApi#version-history) which fixes the login issue
Expand Down

0 comments on commit 6f6c46b

Please sign in to comment.