From 973479bbeca4bf541ed28ea1f0f51934f5d2b18c Mon Sep 17 00:00:00 2001 From: WNP78 Date: Thu, 19 Sep 2024 02:08:29 +0100 Subject: [PATCH] Make nuget package --- NativeFileDialogSharp/NativeFileDialogSharp.csproj | 12 ++++++++++-- NativeFileDialogSharp/README.md | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 NativeFileDialogSharp/README.md diff --git a/NativeFileDialogSharp/NativeFileDialogSharp.csproj b/NativeFileDialogSharp/NativeFileDialogSharp.csproj index 3857e64..5f9c61f 100644 --- a/NativeFileDialogSharp/NativeFileDialogSharp.csproj +++ b/NativeFileDialogSharp/NativeFileDialogSharp.csproj @@ -1,7 +1,7 @@  - 0.5.0 + 0.5.1-wnp disable true Zlib @@ -10,7 +10,15 @@ https://github.com/milleniumbug/NativeFileDialogSharp Cross-platform native file dialog controls for Windows, Linux and macOS net8 - + + Penicillin.$(AssemblyName) + NativeFileDialogSharp + README.md + + + + + diff --git a/NativeFileDialogSharp/README.md b/NativeFileDialogSharp/README.md new file mode 100644 index 0000000..d715db2 --- /dev/null +++ b/NativeFileDialogSharp/README.md @@ -0,0 +1,3 @@ +# NativeFileDialogSharp + +modified and fixed \ No newline at end of file