diff --git a/data/platforms.json b/data/platforms.json index 8386f52..f519a52 100644 --- a/data/platforms.json +++ b/data/platforms.json @@ -34,15 +34,27 @@ "platforms": [ { +"platform":".NET Framework 4.6.1", +"category":"netfx", +"info":"http://blogs.msdn.com/b/dotnet/archive/2015/11/30/net-framework-4-6-1-is-now-available.aspx", +"includedIn":["VS2015"], +"supportedBy":["VS2013","VS2012"], +"runtime":[ +{"name":".NET Framework 4.6.1","link":"http://go.microsoft.com/fwlink/?LinkId=528259"}], +"tools":[ +{"name":"Visual Studio Community 2015 (free)","link":"https://www.visualstudio.com/products/visual-studio-community-vs"}, +{"name":".NET Framework 4.6.1 Targeting Pack","link":"http://go.microsoft.com/fwlink/?LinkId=690706","description":"The .NET 4.6.1 Developer pack includes the 4.6.1 reference assemblies needed by Visual Studio and msbuild."} +] +}, +{ "platform":".NET Framework 4.6", "category":"netfx", "info":"http://blogs.msdn.com/b/dotnet/archive/2015/07/20/announcing-net-framework-4-6.aspx", "includedIn":["VS2015"], "supportedBy":["VS2013","VS2012"], "runtime":[ -{"name":".NET Framework 4.6","link":"http://go.microsoft.com/fwlink/?LinkId=528259"}], +{"name":".NET Framework 4.6","link":"http://go.microsoft.com/fwlink/?LinkId=671729"}], "tools":[ -{"name":"Visual Studio Community 2015 (free)","link":"https://www.visualstudio.com/products/visual-studio-community-vs"}, {"name":".NET Framework 4.6 Targeting Pack","link":"http://go.microsoft.com/fwlink/?LinkId=528261","description":"The .NET 4.6 Developer pack includes the 4.6 reference assemblies needed by Visual Studio and msbuild."} ] },