From 37292d774646916d2e77e37fc231cf669d3ca919 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Fri, 4 Oct 2024 17:38:45 +0200 Subject: [PATCH] Add lfs. --- .gitattributes | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..51cf12f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.dll filter=lfs diff=lfs merge=lfs -text +*.so filter=lfs diff=lfs merge=lfs -text +*.dylib filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/package.json b/package.json index cdd859e..5f1c353 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "ru.shazbot.nativefiledialog", - "version": "1.1.6", + "version": "1.0.0", "displayName": "Native File Dialog", "description": "Based on https://github.com/milleniumbug/NativeFileDialogSharp", - "licensesUrl": "https://git.well-placed.de/InnoLab/NativeFileDialog/src/LICENSE.md", + "licensesUrl": "https://git.well-placed.de/InnoLab/NativeFileDialogPackage/src/LICENSE.md", "keywords": [ "native", "file",