Skip to content

Commit 704b155

Browse files
authored
Bump version to 21.0.1 (#322)
Signed-off-by: James Sturtevant <[email protected]>
1 parent 170df78 commit 704b155

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<DevBuild Condition="'$(DevBuild)'==''">true</DevBuild>
4-
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">19.0.1</WasmtimeVersion>
4+
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">21.0.1</WasmtimeVersion>
55
<WasmtimeDotnetVersion Condition="'$(WasmtimeDotnetVersion)'==''"></WasmtimeDotnetVersion>
66
<WasmtimePackageVersion Condition="'$(DevBuild)'=='true'">$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion>
77
<WasmtimePackageVersion Condition="'$(WasmtimePackageVersion)'==''">$(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion>

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ in `Directory.Build.props`:
143143
<WasmtimeVersion Condition="'$(WasmtimeVersion)'==''">$VERSION</WasmtimeVersion>
144144
```
145145

146-
Additionally, edit `Wasmtime.csproj` to change the `PackageReleaseNotes` to the
147-
new version:
148-
149-
```xml
150-
<PackageReleaseNotes>Update Wasmtime to $VERSION.</PackageReleaseNotes>
151-
```
152-
153146
### Publishing the Wasmtime .NET NuGet package
154147

155148
GitHub actions is used to automatically publish a package to NuGet when a tag

src/Wasmtime.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RepositoryUrl>https://github.com/bytecodealliance/wasmtime-dotnet</RepositoryUrl>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23-
<PackageReleaseNotes>Update Wasmtime to 19.0.1.</PackageReleaseNotes>
23+
<PackageReleaseNotes>Update Wasmtime to $(WasmtimeVersion).</PackageReleaseNotes>
2424
<Summary>A .NET API for Wasmtime, a standalone WebAssembly runtime</Summary>
2525
<PackageTags>webassembly, .net, wasm, wasmtime</PackageTags>
2626
<Title>Wasmtime</Title>

0 commit comments

Comments
 (0)