diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 5c19306..cc9030e 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -21,12 +21,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - name: Setup .NET 6 - uses: actions/setup-dotnet@v3 + - name: Setup .NET 8 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} @@ -44,4 +44,4 @@ jobs: run: dotnet pack --configuration Release - name: Push NuGet - run: dotnet nuget push "CoordinateSystems/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_TOKEN }} --no-symbols --skip-duplicate + run: dotnet nuget push "TensionDev.CoordinateSystems/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_TOKEN }} --no-symbols --skip-duplicate diff --git a/CHANGELOG.md b/CHANGELOG.md index 5001c60..9c84c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Added GeocentriConverter. +- Added GeocentricConverter. - Added GeographicConverter. - Added GeohashConverter.