Add description

This commit is contained in:
milleniumbug 2021-12-27 18:59:45 +01:00
parent a1ee705fa7
commit 4567b0f49c

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<LangVersion>10</LangVersion> <LangVersion>10</LangVersion>
<PackageVersion>0.2.4</PackageVersion> <PackageVersion>0.2.5</PackageVersion>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable> <Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -10,6 +10,7 @@
<Authors>milleniumbug</Authors> <Authors>milleniumbug</Authors>
<PackageProjectUrl>https://github.com/milleniumbug/NativeFileDialogSharp</PackageProjectUrl> <PackageProjectUrl>https://github.com/milleniumbug/NativeFileDialogSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl> <RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl>
<Description>Cross-platform native file dialog controls for Windows, Linux and macOS</Description>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>