* Add whats new

* remove old config

* remove old config

* Update config per scott
This commit is contained in:
Andy De George 2020-09-17 12:13:00 -07:00 коммит произвёл GitHub
Родитель 9371b0126b
Коммит 83a77ed4b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 34 добавлений и 0 удалений

34
.whatsnew.json Normal file
Просмотреть файл

@ -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"
}
]
}