Update version

This commit is contained in:
milleniumbug 2021-12-27 18:51:43 +01:00
parent 9287b26bdc
commit a1ee705fa7
2 changed files with 8 additions and 5 deletions

View File

@ -6,6 +6,10 @@
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable> <Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<Authors>milleniumbug</Authors>
<PackageProjectUrl>https://github.com/milleniumbug/NativeFileDialogSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -4,8 +4,7 @@ C# library bindings for [nativefiledialog](https://github.com/mlabbe/nativefiled
The library currently implements The library currently implements
- Windows 32-bit - Windows x86
- Windows 64-bit - Windows x86-64
- Linux 64-bit - Linux x86-64
- macOS x86-64
I have no means of building the library for macOS, contributions welcome.