diff --git a/src/Release-NuGetPackage.ps1 b/src/Release-NuGetPackage.ps1 index bf48625..fb143b1 100644 --- a/src/Release-NuGetPackage.ps1 +++ b/src/Release-NuGetPackage.ps1 @@ -10,7 +10,7 @@ $nugetSource = "https://api.nuget.org/v3/index.json" # Define paths $solutionDir = Split-Path -Parent $MyInvocation.MyCommand.Path -$projectDir = "$solutionDir\PodmanClient" +$projectDir = "$solutionDir\MaksIT.MongoDB.Linq" $outputDir = "$projectDir\bin\Release" # Clean previous builds diff --git a/src/Release-NuGetPackage.sh b/src/Release-NuGetPackage.sh index abb8af4..0b574a0 100644 --- a/src/Release-NuGetPackage.sh +++ b/src/Release-NuGetPackage.sh @@ -13,7 +13,7 @@ nugetSource="https://api.nuget.org/v3/index.json" # Define paths scriptDir=$(dirname "$0") solutionDir=$(realpath "$scriptDir") -projectDir="$solutionDir/PodmanClient" +projectDir="$solutionDir/MaksIT.MongoDB.Linq" outputDir="$projectDir/bin/Release" # Clean previous builds