From 83a77ed4b6d70d52d673c9d6ec43c97fb73d5104 Mon Sep 17 00:00:00 2001 From: Andy De George <67293991+adegeo@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:13:00 -0700 Subject: [PATCH] Add whats new config (#33) * Add whats new * remove old config * remove old config * Update config per scott --- .whatsnew.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .whatsnew.json diff --git a/.whatsnew.json b/.whatsnew.json new file mode 100644 index 00000000..6079b3c3 --- /dev/null +++ b/.whatsnew.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://whatsnewapi.azurewebsites.net/schema", + "docSetProductName": ".NET Desktop", + "rootDirectory": "dotnet-desktop-guide/", + "docLinkSettings": { + "linkFormat": "relative", + "relativeLinkPrefix": "/dotnet/desktop/" + }, + "inclusionCriteria": { + "minAdditionsToFile": 1 + }, + "areas": [ + { + "name": ".", + "heading": "Home" + }, + { + "name": "framework/winforms", + "heading": "Windows Forms - .NET Framework" + }, + { + "name": "framework/wpf", + "heading": "Windows Presentation Foundation - .NET Framework" + }, + { + "name": "net/winforms", + "heading": "Windows Forms - .NET 5/Core" + }, + { + "name": "net/wpf", + "heading": "Windows Presentation Foundation - .NET 5/Core" + } + ] +} \ No newline at end of file