From 7c749ffb6df4850e5db23dc2eecdfaa0cfa3b4d2 Mon Sep 17 00:00:00 2001 From: Michael McKechney Date: Thu, 2 Jan 2020 10:42:05 -0500 Subject: [PATCH] Updated readme.md with build status and note on version 1.2 --- ReadMe.md | 5 ++++- RingVideos.sln | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 3b262a5..c9476fc 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,7 @@ # Ring Videos Downloader + +[![Build Status](https://dev.azure.com/mckechney/RingVideos/_apis/build/status/mmckechney.RingVideos?branchName=master)](https://dev.azure.com/mckechney/RingVideos/_build/latest?definitionId=12&branchName=master) + This simple console app (written in .NET Core) will allow you do perform a bulk download of your [Ring.com](https://www.ring.com) videos. You can download videos based in a date range and/or if they are starred ## Usage @@ -16,7 +19,7 @@ options: --password Your Ring password. Note: You can also save this an an environment variable: RingPassword ``` - +With version 1.2, the app will also save your settings to a local config file. This will allow you to just re-run the app with no parameters and have it download the videos since your last run. ## Credits This console app and API library was based off of: [php-ring-api](https://github.com/jeroenmoors/php-ring-api) by [Jeroen Moors](https://github.com/jeroenmoors) and diff --git a/RingVideos.sln b/RingVideos.sln index 81055d9..772d0e7 100644 --- a/RingVideos.sln +++ b/RingVideos.sln @@ -3,7 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29209.62 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RingVideos", "RingVideos\RingVideos.csproj", "{629818B2-9DDC-4E2B-89A0-4B019590A0DF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingVideos", "RingVideos\RingVideos.csproj", "{629818B2-9DDC-4E2B-89A0-4B019590A0DF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61057E05-7E45-482E-95D1-7D1CA2726304}" + ProjectSection(SolutionItems) = preProject + azure-pipelines.yml = azure-pipelines.yml + License.md = License.md + ReadMe.md = ReadMe.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution