Comparing ua-parser:master...Studyo:master · ua-parser/uap-csharp

Commits on Jul 2, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. ci: Specify project path in publish-nuget workflow

    Updated the dotnet restore, build, and pack commands in the publish-nuget GitHub Actions workflow to explicitly target UAParser/UAParser.csproj. This ensures the correct project is used during CI/CD operations.
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. ci: Add --api-key to NuGet push in GitHub workflow

    The publish-nuget.yaml workflow now includes the --api-key parameter when pushing packages to GitHub Packages, using the GITHUB_TOKEN secret. This change ensures proper authentication during the package publishing process.
    Configuration menu

    Browse the repository at this point in the history