Skip to content

Commit e707725

Browse files
Bas Geertsemajsturtevant
authored andcommitted
Upgrade to 25.0.3
No breaking changes because no header files has been changed. All tests are passing.
1 parent 0d513ea commit e707725

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Directory.Build.props

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Project>
22
<PropertyGroup>
33
<DevBuild Condition="'$(DevBuild)'==''">false</DevBuild>
4-
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">24.0.3</WasmtimeVersion>
4+
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">25.0.3</WasmtimeVersion>
55
<WasmtimeDotnetVersion Condition="'$(WasmtimeDotnetVersion)'==''"></WasmtimeDotnetVersion>
6-
<WasmtimePackageVersion Condition="'$(DevBuild)'=='true'">$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion>
7-
<WasmtimePackageVersion Condition="'$(WasmtimePackageVersion)'==''">$(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion>
6+
<WasmtimePackageVersion Condition="'$(DevBuild)'=='true'">
7+
$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion>
8+
<WasmtimePackageVersion Condition="'$(WasmtimePackageVersion)'==''">
9+
$(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion>
810
</PropertyGroup>
9-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)