diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebd66c2..f009be1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,27 +2,21 @@ name: publish to nuget on: push: branches: - - master + - master jobs: publish: - name: build, pack & publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: publish on version change - id: publish_nuget - uses: alirezanet/publish-nuget@v3.0.4 - with: - PROJECT_FILE_PATH: Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj - PACKAGE_NAME: Ptixed.Sql - - VERSION_FILE_PATH: Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj - VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ - - TAG_COMMIT: true - TAG_FORMAT: v* - - NUGET_KEY: ${{secrets.NUGET_API_KEY}} - NUGET_SOURCE: https://api.nuget.org - - INCLUDE_SYMBOLS: false + - uses: actions/checkout@v2 + - uses: alirezanet/publish-nuget@v3.0.4 + with: + PROJECT_FILE_PATH: Ptixed.Sql/Ptixed.Sql.csproj + NUGET_KEY: ${{secrets.NUGET_KEY}} + TAG_FORMAT: Ptixed.Sql.v* + TAG_COMMIT: true + - uses: alirezanet/publish-nuget@v3.0.4 + with: + PROJECT_FILE_PATH: Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj + NUGET_KEY: ${{secrets.NUGET_KEY}} + TAG_FORMAT: Ptixed.Sql.SqlServer.v* + TAG_COMMIT: true \ No newline at end of file diff --git a/Ptixed.Sql.Postgres/Ptixed.Sql.Postgres.csproj b/Ptixed.Sql.Postgres/Ptixed.Sql.Postgres.csproj index 72feb9c..651d87d 100644 --- a/Ptixed.Sql.Postgres/Ptixed.Sql.Postgres.csproj +++ b/Ptixed.Sql.Postgres/Ptixed.Sql.Postgres.csproj @@ -1,18 +1,4 @@  - - netstandard2.0 - False - Ptixed.Sql.Postgres - 0.1.0 - Library for interacting with Microsoft SQL databases - ptixed - https://github.com/ptixed/Ptixed.Sql - ptixed sql tsql database db - 0.1.0 - 0.1.0 - - https://raw.githubusercontent.com/ptixed/Ptixed.Sql/master/logo-nuget.png - diff --git a/Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj b/Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj index 6e91bb6..53b0afe 100644 --- a/Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj +++ b/Ptixed.Sql.SqlServer/Ptixed.Sql.SqlServer.csproj @@ -2,14 +2,14 @@ netstandard2.0 False - Ptixed.Sql - 0.9.0 + Ptixed.Sql.SqlServer + 1.0.0 Library for interacting with Microsoft SQL databases ptixed https://github.com/ptixed/Ptixed.Sql ptixed sql tsql database db - 0.9.0 - 0.9.0 + 1.0.0 + 1.0.0 https://raw.githubusercontent.com/ptixed/Ptixed.Sql/master/logo-nuget.png diff --git a/Ptixed.Sql/Ptixed.Sql.csproj b/Ptixed.Sql/Ptixed.Sql.csproj index 56ec4b0..e407c9e 100644 --- a/Ptixed.Sql/Ptixed.Sql.csproj +++ b/Ptixed.Sql/Ptixed.Sql.csproj @@ -1,4 +1,18 @@ + + netstandard2.0 + False + Ptixed.Sql + 1.0.1 + Library for interacting with SQL databases; base classes + ptixed + https://github.com/ptixed/Ptixed.Sql + ptixed sql database db + 1.0.1 + 1.0.1 + + https://raw.githubusercontent.com/ptixed/Ptixed.Sql/master/logo-nuget.png + netstandard2.0