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>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<Authors>milleniumbug</Authors>
<PackageProjectUrl>https://github.com/milleniumbug/NativeFileDialogSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl>
</PropertyGroup>
<ItemGroup>

View File

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