Skip to content

Commit 65fa587

Browse files
Bas Geertsemajsturtevant
authored andcommitted
Upgrade to 33.0.1
No breaking changes in C-Api. All tests pass. Note that this release adds the C++ header files from wasmtime-cpp and split large header files into smaller files, so a lot of files have been added and changes to the c-api directory in wasmtime. However, there are no breaking changes to the c-api itself. bytecodealliance/wasmtime#10582
1 parent 093a20d commit 65fa587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<DevBuild Condition="'$(DevBuild)'==''">false</DevBuild>
4-
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">32.0.1</WasmtimeVersion>
4+
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">33.0.1</WasmtimeVersion>
55
<WasmtimeDotnetVersion Condition="'$(WasmtimeDotnetVersion)'==''"></WasmtimeDotnetVersion>
66
<WasmtimePackageVersion Condition="'$(DevBuild)'=='true'">
77
$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion>

0 commit comments

Comments
 (0)