From 04ed8bcf5c0238ee3f7da0755d263fae5fc00b15 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 2 Nov 2015 17:32:48 -0800 Subject: [PATCH] update README to indicate we're using VS2015 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3daa22..da695d96 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Please see https://github.com/octokit/octokit.net/blob/master/docs/index.md for Octokit is a single assembly designed to be easy to deploy anywhere. If you prefer to compile it yourself, you’ll need: -* Visual Studio 2013, or Xamarin Studio -* Windows 8 or higher to build and test the WinRT projects +* Visual Studio 2015, or Xamarin Studio +* Windows 8.1 or higher to build and test the WinRT projects To clone it locally click the "Clone in Windows" button above or run the following git commands.