From e13b064bc8ac05b609e70f03b4775b1611c60d39 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Wed, 10 Feb 2016 00:19:32 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57ce1f..04f4441 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ MyWeather.Forms This is a small sample application showing how to query OpenWeatherMap.org to gather weather for a current location. +Built with C# 6 features, you must be running VS 2015 or Xamarin Studio to compile. + Built with Xamarin.Forms with support for: * iOS * Android @@ -10,4 +12,4 @@ Built with Xamarin.Forms with support for: Grabs current weather and 5 day forecast. -![](Images/promo.png) \ No newline at end of file +![](Images/promo.png)