diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e793f86..dd96860 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -12,7 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v4
-
+
+ - name: publish SqliteParserCs
+ run: |
+ dotnet publish -c Release
+ dotnet pack
+ dotnet nuget push nupkg/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
+ working-directory: ./src/SqliteParserCs
+ env:
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+
- name: publish migtool
run: |
dotnet publish -c Release
@@ -29,4 +38,5 @@ jobs:
dotnet nuget push nupkg/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
working-directory: ./src/MigLib
env:
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
\ No newline at end of file
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+
\ No newline at end of file
diff --git a/src/SqliteParserCs/SqliteParserCs.csproj b/src/SqliteParserCs/SqliteParserCs.csproj
index 618486d..f7d30c9 100644
--- a/src/SqliteParserCs/SqliteParserCs.csproj
+++ b/src/SqliteParserCs/SqliteParserCs.csproj
@@ -5,6 +5,20 @@
enable
enable
SqliteParser
+ SqliteParserCs
+ 1.0.2
+ ./nupkg
+ true
+ SqliteParserCs
+
+ Luis Ángel Méndez Gort
+ https://github.com/lamg/migrate
+ https://github.com/lamg/migrate
+ https://github.com/lamg/migrate
+ https://github.com/lamg/migrate
+ README.md
+ Apache-2.0
+ logo.png
@@ -22,6 +36,12 @@
true
+
+
+
+
+
+
diff --git a/src/mig/mig.fsproj b/src/mig/mig.fsproj
index abf6101..5f109e2 100644
--- a/src/mig/mig.fsproj
+++ b/src/mig/mig.fsproj
@@ -26,8 +26,6 @@
-
-