From 98bd2a7c9eb2983d0ec725ae8cbb684b4fb48ec8 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Fri, 28 Jun 2024 15:58:56 -0700 Subject: [PATCH] Prep for release of v20.0.2 Signed-off-by: James Sturtevant --- Directory.Build.props | 4 ++-- src/Wasmtime.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a3b3054..45dfd23 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - true - 19.0.1 + false + 20.0.2 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev $(WasmtimeVersion)$(WasmtimeDotnetVersion) diff --git a/src/Wasmtime.csproj b/src/Wasmtime.csproj index 7708152..e1c11b9 100644 --- a/src/Wasmtime.csproj +++ b/src/Wasmtime.csproj @@ -20,7 +20,7 @@ https://github.com/bytecodealliance/wasmtime-dotnet true true - Update Wasmtime to 19.0.1. + Update Wasmtime to 20.0.2. A .NET API for Wasmtime, a standalone WebAssembly runtime webassembly, .net, wasm, wasmtime Wasmtime