Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…/tag/v0.35.2 is a security bug fix release
  • Loading branch information
christophwille committed Apr 5, 2022
1 parent 86ee814 commit 68ed358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Opa.Wasm.ConsoleSample/Opa.Wasm.ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="Wasmtime" Version="0.35.0-preview1" />
<PackageReference Include="Wasmtime" Version="0.35.2-preview1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Opa.Wasm/Opa.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Authors>Christoph Wille</Authors>
<Description>Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from .NET Core</Description>
<Description>Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from .NET</Description>
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
</PropertyGroup>

Expand All @@ -37,7 +37,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.2" />
<PackageReference Include="Wasmtime" Version="0.35.0-preview1" />
<PackageReference Include="Wasmtime" Version="0.35.2-preview1" />
</ItemGroup>

</Project>

0 comments on commit 68ed358

Please sign in to comment.