Make nuget package
This commit is contained in:
parent
24813593a9
commit
973479bbec
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageVersion>0.5.0</PackageVersion>
|
||||
<PackageVersion>0.5.1-wnp</PackageVersion>
|
||||
<Nullable>disable</Nullable>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||
@ -10,8 +10,16 @@
|
||||
<RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl>
|
||||
<Description>Cross-platform native file dialog controls for Windows, Linux and macOS</Description>
|
||||
<TargetFramework>net8</TargetFramework>
|
||||
|
||||
<PackageId>Penicillin.$(AssemblyName)</PackageId>
|
||||
<Title>NativeFileDialogSharp</Title>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="runtimes\**">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
3
NativeFileDialogSharp/README.md
Normal file
3
NativeFileDialogSharp/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# NativeFileDialogSharp
|
||||
|
||||
modified and fixed
|
Loading…
Reference in New Issue
Block a user