diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ed404a..c8691ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,6 @@ jobs: run: | Get-ChildItem ./nupkgs -Filter *.nupkg | %{ dotnet nuget push $_.FullName -k ${{secrets.NUGET_API_KEY}} } shell: pwsh - - name: Upload build artifacts uses: actions/upload-artifact@v3 diff --git a/src/NativeLibrary/tree-sitter-c/runtime.json b/src/NativeLibrary/tree-sitter-c/runtime.json deleted file mode 100644 index 292714b..0000000 --- a/src/NativeLibrary/tree-sitter-c/runtime.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimes": { - "linux-arm64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.linux-arm64": "0.4.12" - } - }, - "linux-x64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.linux-x64": "0.4.12" - } - }, - "osx-arm64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.osx-arm64": "0.4.12" - } - }, - "osx-x64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.osx-x64": "0.4.12" - } - }, - "win-arm64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.win-arm64": "0.4.12" - } - }, - "win-x64": { - "tree-sitter-c": { - "tree-sitter-c.runtime.win-x64": "0.4.12" - } - }, - "win-x86": { - "tree-sitter-c": { - "tree-sitter-c.runtime.win-x86": "0.4.12" - } - } - } -} diff --git a/src/NativeLibrary/tree-sitter-c/tree-sitter-c.csproj b/src/NativeLibrary/tree-sitter-c/tree-sitter-c.csproj index 73f18fa..471d48c 100644 --- a/src/NativeLibrary/tree-sitter-c/tree-sitter-c.csproj +++ b/src/NativeLibrary/tree-sitter-c/tree-sitter-c.csproj @@ -7,35 +7,13 @@ ..\..\..\nupkgs - - - - - - - - - - - - - - - - - %(Filename)%(Extension) - true - \ - - - + + + + + + + + + \ No newline at end of file diff --git a/src/NativeLibrary/tree-sitter-cpp/runtime.json b/src/NativeLibrary/tree-sitter-cpp/runtime.json deleted file mode 100644 index 31110c6..0000000 --- a/src/NativeLibrary/tree-sitter-cpp/runtime.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimes": { - "linux-arm64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.linux-arm64": "0.4.12" - } - }, - "linux-x64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.linux-x64": "0.4.12" - } - }, - "osx-arm64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.osx-arm64": "0.4.12" - } - }, - "osx-x64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.osx-x64": "0.4.12" - } - }, - "win-arm64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.win-arm64": "0.4.12" - } - }, - "win-x64": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.win-x64": "0.4.12" - } - }, - "win-x86": { - "tree-sitter-cpp": { - "tree-sitter-cpp.runtime.win-x86": "0.4.12" - } - } - } -} diff --git a/src/NativeLibrary/tree-sitter-cpp/tree-sitter-cpp.csproj b/src/NativeLibrary/tree-sitter-cpp/tree-sitter-cpp.csproj index 73f18fa..d413b03 100644 --- a/src/NativeLibrary/tree-sitter-cpp/tree-sitter-cpp.csproj +++ b/src/NativeLibrary/tree-sitter-cpp/tree-sitter-cpp.csproj @@ -7,35 +7,13 @@ ..\..\..\nupkgs - - - - - - - - - - - - - - - - - %(Filename)%(Extension) - true - \ - - - + + + + + + + + + \ No newline at end of file diff --git a/src/NativeLibrary/tree-sitter-json/runtime.json b/src/NativeLibrary/tree-sitter-json/runtime.json deleted file mode 100644 index ed25168..0000000 --- a/src/NativeLibrary/tree-sitter-json/runtime.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimes": { - "linux-arm64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.linux-arm64": "0.4.12" - } - }, - "linux-x64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.linux-x64": "0.4.12" - } - }, - "osx-arm64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.osx-arm64": "0.4.12" - } - }, - "osx-x64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.osx-x64": "0.4.12" - } - }, - "win-arm64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.win-arm64": "0.4.12" - } - }, - "win-x64": { - "tree-sitter-json": { - "tree-sitter-json.runtime.win-x64": "0.4.12" - } - }, - "win-x86": { - "tree-sitter-json": { - "tree-sitter-json.runtime.win-x86": "0.4.12" - } - } - } -} diff --git a/src/NativeLibrary/tree-sitter-json/tree-sitter-json.csproj b/src/NativeLibrary/tree-sitter-json/tree-sitter-json.csproj index 73f18fa..0b2f1b1 100644 --- a/src/NativeLibrary/tree-sitter-json/tree-sitter-json.csproj +++ b/src/NativeLibrary/tree-sitter-json/tree-sitter-json.csproj @@ -7,35 +7,13 @@ ..\..\..\nupkgs - - - - - - - - - - - - - - - - - %(Filename)%(Extension) - true - \ - - - + + + + + + + + + \ No newline at end of file diff --git a/src/NativeLibrary/tree-sitter-lua/runtime.json b/src/NativeLibrary/tree-sitter-lua/runtime.json deleted file mode 100644 index 32f85e2..0000000 --- a/src/NativeLibrary/tree-sitter-lua/runtime.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimes": { - "linux-arm64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.linux-arm64": "0.4.12" - } - }, - "linux-x64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.linux-x64": "0.4.12" - } - }, - "osx-arm64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.osx-arm64": "0.4.12" - } - }, - "osx-x64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.osx-x64": "0.4.12" - } - }, - "win-arm64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.win-arm64": "0.4.12" - } - }, - "win-x64": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.win-x64": "0.4.12" - } - }, - "win-x86": { - "tree-sitter-lua": { - "tree-sitter-lua.runtime.win-x86": "0.4.12" - } - } - } -} diff --git a/src/NativeLibrary/tree-sitter-lua/tree-sitter-lua.csproj b/src/NativeLibrary/tree-sitter-lua/tree-sitter-lua.csproj index 73f18fa..3331c9c 100644 --- a/src/NativeLibrary/tree-sitter-lua/tree-sitter-lua.csproj +++ b/src/NativeLibrary/tree-sitter-lua/tree-sitter-lua.csproj @@ -6,36 +6,13 @@ false ..\..\..\nupkgs - - - - - - - - - - - - - - - - - - %(Filename)%(Extension) - true - \ - - - + + + + + + + + + \ No newline at end of file diff --git a/src/NativeLibrary/tree-sitter/runtime.json b/src/NativeLibrary/tree-sitter/runtime.json deleted file mode 100644 index 1094cc4..0000000 --- a/src/NativeLibrary/tree-sitter/runtime.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimes": { - "linux-arm64": { - "tree-sitter": { - "tree-sitter.runtime.linux-arm64": "0.4.12" - } - }, - "linux-x64": { - "tree-sitter": { - "tree-sitter.runtime.linux-x64": "0.4.12" - } - }, - "osx-arm64": { - "tree-sitter": { - "tree-sitter.runtime.osx-arm64": "0.4.12" - } - }, - "osx-x64": { - "tree-sitter": { - "tree-sitter.runtime.osx-x64": "0.4.12" - } - }, - "win-arm64": { - "tree-sitter": { - "tree-sitter.runtime.win-arm64": "0.4.12" - } - }, - "win-x64": { - "tree-sitter": { - "tree-sitter.runtime.win-x64": "0.4.12" - } - }, - "win-x86": { - "tree-sitter": { - "tree-sitter.runtime.win-x86": "0.4.12" - } - } - } -} diff --git a/src/NativeLibrary/tree-sitter/tree-sitter.csproj b/src/NativeLibrary/tree-sitter/tree-sitter.csproj index 73f18fa..80a86da 100644 --- a/src/NativeLibrary/tree-sitter/tree-sitter.csproj +++ b/src/NativeLibrary/tree-sitter/tree-sitter.csproj @@ -7,35 +7,13 @@ ..\..\..\nupkgs - - - - - - - - - - - - - - - - - %(Filename)%(Extension) - true - \ - - - + + + + + + + + + \ No newline at end of file diff --git a/src/TreeSitterSharp.Json/TreeSitterSharp.Json.csproj b/src/TreeSitterSharp.Json/TreeSitterSharp.Json.csproj index 9b2d9c9..d8cb059 100644 --- a/src/TreeSitterSharp.Json/TreeSitterSharp.Json.csproj +++ b/src/TreeSitterSharp.Json/TreeSitterSharp.Json.csproj @@ -9,7 +9,7 @@ - +