Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions codegen/generator/src/OpenAI.Library.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@
</Target>

</Project>





2 changes: 1 addition & 1 deletion scripts/Submit-GeneratorUpdatePr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ try {
if (Test-Path $openAiCsprojPath) {
$openAiCsproj = Get-Content $openAiCsprojPath -Raw
$openAiCsproj = $openAiCsproj -replace '(<PackageReference Include="Microsoft\.TypeSpec\.Generator\.ClientModel" Version=")[^"]*(")', "`${1}$PackageVersion`${2}"
Set-Content -Path $openAiCsprojPath -Value $openAiCsproj
Set-Content -Path $openAiCsprojPath -Value $openAiCsproj -NoNewline
Write-Log "Updated OpenAI csproj: $openAiCsprojPath"
} else {
Write-Warning-Log "OpenAI csproj not found at: $openAiCsprojPath"
Expand Down
Loading