Skip to content

Commit

Permalink
Merge #12166
Browse files Browse the repository at this point in the history
12166: Update pulumi-dotnet to v3.54.0 r=Zaid-Ajaj a=Zaid-Ajaj

Tagged pulumi-dotnet to v3.54.0 while waiting for a new release, updating it here before kicking off a release

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Zaid Ajaj <zaid.naom@gmail.com>
  • Loading branch information
bors[bot] and Zaid-Ajaj authored Feb 14, 2023
2 parents 584cf6c + fb71145 commit 4be3636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-language-providers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ download_release() {
}

# shellcheck disable=SC2043
for i in "github.com/pulumi/pulumi-java java" "github.com/pulumi/pulumi-yaml yaml" "github.com/pulumi/pulumi-dotnet dotnet v3.52.0"; do
for i in "github.com/pulumi/pulumi-java java" "github.com/pulumi/pulumi-yaml yaml" "github.com/pulumi/pulumi-dotnet dotnet v3.54.0"; do
set -- $i # treat strings in loop as args
REPO="$1"
PULUMI_LANG="$2"
Expand Down

0 comments on commit 4be3636

Please sign in to comment.