changelog referenced and xml doc fix

This commit is contained in:
Robert Muehsig
2017-10-18 23:12:26 +02:00
parent 1c60b92c37
commit 51f449bb87
2 changed files with 4 additions and 6 deletions

View File

@@ -14,8 +14,7 @@
This package contains the API to access the "native" electron API.</Description>
<RepositoryUrl>https://github.com/GregorBiswanger/Electron.NET/</RepositoryUrl>
<PackageTags>electron aspnetcore</PackageTags>
<PackageReleaseNotes>#0.0.1
- alpha release</PackageReleaseNotes>
<PackageReleaseNotes>Changelog: https://github.com/GregorBiswanger/Electron.NET/blob/master/Changelog.md</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/GregorBiswanger/Electron.NET/master/assets/images/electron.net-logo-square.png</PackageIconUrl>
</PropertyGroup>

View File

@@ -19,8 +19,7 @@ This package contains the dotnet tooling to electronize your application.</Descr
<PackageProjectUrl>https://github.com/GregorBiswanger/Electron.NET/</PackageProjectUrl>
<RepositoryUrl>https://github.com/GregorBiswanger/Electron.NET/</RepositoryUrl>
<PackageTags>electron aspnetcore</PackageTags>
<PackageReleaseNotes>#0.0.1
- alpha release</PackageReleaseNotes>
<PackageReleaseNotes>Changelog: https://github.com/GregorBiswanger/Electron.NET/blob/master/Changelog.md</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/GregorBiswanger/Electron.NET/master/assets/images/electron.net-logo-square.png</PackageIconUrl>
</PropertyGroup>
@@ -30,11 +29,11 @@ This package contains the dotnet tooling to electronize your application.</Descr
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.0\ElectronNET.API.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netcoreapp2.0\ElectronNET.CLI.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netcoreapp2.0\ElectronNET.API.xml</DocumentationFile>
<DocumentationFile>bin\Release\netcoreapp2.0\ElectronNET.CLI.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>