Skip to content

Commit c54eaf0

Browse files
Bas Geertsemajsturtevant
authored andcommitted
Upgrade to 23.0.0
1 parent 9a64e14 commit c54eaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<DevBuild Condition="'$(DevBuild)'==''">true</DevBuild>
4-
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">22.0.0</WasmtimeVersion>
3+
<DevBuild Condition="'$(DevBuild)'==''">false</DevBuild>
4+
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">23.0.0</WasmtimeVersion>
55
<WasmtimeDotnetVersion Condition="'$(WasmtimeDotnetVersion)'==''"></WasmtimeDotnetVersion>
66
<WasmtimePackageVersion Condition="'$(DevBuild)'=='true'">$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion>
77
<WasmtimePackageVersion Condition="'$(WasmtimePackageVersion)'==''">$(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion>

0 commit comments

Comments
 (0)