Skip to content

Commit

Permalink
Reset examples
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango committed Aug 1, 2024
1 parent 4525958 commit 1e4a0f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/dotnet/provider-baremetal-native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="UnMango.Baremetal" Version="0.0.20-alpha.1722481268+2fa7fd6a.dirty" />
<PackageReference Include="UnMango.Baremetal" Version="0.0.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@unmango/baremetal": "0.0.20-alpha.1722481268+2fa7fd6a.dirty"
"@unmango/baremetal": "0.0.6"
}
}
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0,<4.0.0
unmango_baremetal==0.0.20-alpha.1722481268+2fa7fd6a.dirty
unmango_baremetal==0.0.6

0 comments on commit 1e4a0f0

Please sign in to comment.