From a54b232fcbeff1404da9647139aa0117ed16224a Mon Sep 17 00:00:00 2001 From: jensnylander Date: Sat, 4 Feb 2017 16:00:49 -0800 Subject: [PATCH] NN --- Automile.Net/Automile.Net.nuspec | 2 +- README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Automile.Net/Automile.Net.nuspec b/Automile.Net/Automile.Net.nuspec index 7af0d6f..9f6ea29 100644 --- a/Automile.Net/Automile.Net.nuspec +++ b/Automile.Net/Automile.Net.nuspec @@ -3,7 +3,7 @@ Automile.Net 0.1.0 - Automile.Net API for fleet-management + Automile.Net API for fleet management Automile Inc. Automile A library to help .NET developers easily access the Automile REST API diff --git a/README.md b/README.md index c39ee9b..3cec57e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Automile](https://content.automile.com/automile_logo_symbol_64x64.png "Automile 291 Alma Street, Palo Alto, California 943 01, US") + # Official Automile REST API for .NET Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles. Automile is a next-gen IoT solution and the overall experience is unmatched. Business of all sizes love to use Automile to get fleet intelligence whether it is understanding driving behavior, recording vehicle defects and expenses, tracking vehicles real time or securing vehicles from un-authorized use. @@ -17,7 +19,6 @@ API information can be found at https://api.automile.com. If you need any help, ## Prerequisites - .NET version 4.5 or newer -- Automile subscription or developer account, starting from [$5.90 per month](https://automile.com) ## Dependencies @@ -25,6 +26,12 @@ API information can be found at https://api.automile.com. If you need any help, ## Quickstart :running: +Installing via NuGet + +```C# +Install-Package Automile.Net -prerelease +``` + Add the Automile namespace were you want to use the code. ```C#