diff --git a/.whatsnew.json b/.whatsnew.json new file mode 100644 index 0000000..6079b3c --- /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