Update version
This commit is contained in:
parent
9287b26bdc
commit
a1ee705fa7
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user