Skip to content

Commit

Permalink
chore: bump .net sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Jun 16, 2022
1 parent 023941b commit 189d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/dotnet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
1.0.0
2 changes: 1 addition & 1 deletion sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once you generated the `API Key` there are two ways to communicate your authoriz

1. Open your terminal and run `$ pulumi new` to create a new Pulumi project, chose the `javascript` template and the target stack.
1. Install the Checkly Pulumi provider using npm: `$ npm i @checkly/pulumi`.
1. Create an `index.js` file in the root of your project and paste the following code:
1. Look for `index.js` file in the root of your project and replace content with the following code:

```javascript
const checkly = require("@checkly/pulumi")
Expand Down

0 comments on commit 189d72d

Please sign in to comment.