From ef923227f4654ea406ee39ec118cc0873ac8e78e Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Tue, 26 Mar 2024 19:04:45 -0700 Subject: [PATCH] Bump Wasmtime version to 19.0.0. (#301) --- Directory.Build.props | 2 +- src/Wasmtime.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1349edf..3a2bedc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ true - 18.0.0 + 19.0.0 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev $(WasmtimeVersion)$(WasmtimeDotnetVersion) diff --git a/src/Wasmtime.csproj b/src/Wasmtime.csproj index a4911b0..30e545d 100644 --- a/src/Wasmtime.csproj +++ b/src/Wasmtime.csproj @@ -20,7 +20,7 @@ https://github.com/bytecodealliance/wasmtime-dotnet true true - Update Wasmtime to 18.0.0. + Update Wasmtime to 19.0.0. A .NET API for Wasmtime, a standalone WebAssembly runtime webassembly, .net, wasm, wasmtime Wasmtime