Make nuget package
This commit is contained in:
parent
24813593a9
commit
973479bbec
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageVersion>0.5.0</PackageVersion>
|
<PackageVersion>0.5.1-wnp</PackageVersion>
|
||||||
<Nullable>disable</Nullable>
|
<Nullable>disable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||||
@ -10,8 +10,16 @@
|
|||||||
<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>
|
<Description>Cross-platform native file dialog controls for Windows, Linux and macOS</Description>
|
||||||
<TargetFramework>net8</TargetFramework>
|
<TargetFramework>net8</TargetFramework>
|
||||||
|
|
||||||
|
<PackageId>Penicillin.$(AssemblyName)</PackageId>
|
||||||
|
<Title>NativeFileDialogSharp</Title>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="runtimes\**">
|
<Content Include="runtimes\**">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<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