mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-12 02:59:55 +00:00
changelog referenced and xml doc fix
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user