Skip to content

Commit

Permalink
build(deps): bump Extism.Sdk from 1.2.0 to 1.2.1 (#91)
Browse files Browse the repository at this point in the history
Bumps Extism.Sdk from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: Extism.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c4693f2 commit 5020376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/SampleHost/SampleHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Extism.runtime.win-x64" Version="1.4.1" />
<PackageReference Include="Extism.Sdk" Version="1.2.0" />
<PackageReference Include="Extism.Sdk" Version="1.2.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/Extism.Pdk.WasmTests/Extism.Pdk.WasmTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Extism.runtime.all" Version="1.4.1" />
<PackageReference Include="Extism.Sdk" Version="1.2.0" />
<PackageReference Include="Extism.Sdk" Version="1.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.8.1" />
Expand Down

0 comments on commit 5020376

Please sign in to comment.