Skip to content

Commit 7453113

Browse files
committed
Bump versions for package release
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent a70fddf commit 7453113

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\</PackageOutputPath>
88
<IsPackable>false</IsPackable>
99
<NoWarn>$(NoWarn);NU1507</NoWarn>
10+
11+
<!-- tool versions -->
12+
<WasmToolsVersion>1.221.1</WasmToolsVersion>
13+
<WacVersion>v0.6.1</WacVersion>
14+
<PrebuiltWitBindgenVersion>0.36.0</PrebuiltWitBindgenVersion>
15+
<PrebuildWkgVersion>0.8.5</PrebuildWkgVersion>
16+
1017
</PropertyGroup>
1118
</Project>

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageVersion Include="runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version="10.0.0-alpha.1.24573.1" />
99

1010
<!-- Tests -->
11-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
12-
<PackageVersion Include="xunit" Version="2.9.2" />
13-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
11+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="[17.12.0,)" />
12+
<PackageVersion Include="xunit" Version="[2.9.0,)" />
13+
<PackageVersion Include="xunit.runner.visualstudio" Version="[2.8.0,)" />
1414
</ItemGroup>
1515
</Project>

src/WasmComponent.Sdk/WasmComponent.Sdk.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
<BuildWasmToolsLocally>false</BuildWasmToolsLocally>
2222
<WasmToolsModuleRoot>$(MSBuildThisFileDirectory)..\..\modules\wasm-tools\</WasmToolsModuleRoot>
2323

24-
<WasmToolsVersion>1.220.0</WasmToolsVersion>
2524
<PrebuiltWasmToolsBaseUrl>https://github.com/bytecodealliance/wasm-tools/releases/download/v$(WasmToolsVersion)/wasm-tools-$(WasmToolsVersion)</PrebuiltWasmToolsBaseUrl>
26-
27-
<WacVersion>v0.6.1</WacVersion>
2825
<WacBaseUrl>https://github.com/bytecodealliance/wac/releases/download/$(WacVersion)/wac-cli</WacBaseUrl>
2926

3027
<!-- Don't pack any assemblies in lib/*/.dll.-->

src/WitBindgen/WitBindgen.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
<!-- Things you might want to edit -->
2020
<!-- Set BuildWitBindgenLocally to true if you want to build modules/wit-bindgen locally and use its output -->
2121
<BuildWitBindgenLocally>false</BuildWitBindgenLocally>
22-
<PrebuiltWitBindgenVersion>0.34.0</PrebuiltWitBindgenVersion>
2322
<PrebuiltWitBindgenBaseUrl>https://github.com/bytecodealliance/wit-bindgen/releases/download/v$(PrebuiltWitBindgenVersion)/wit-bindgen-$(PrebuiltWitBindgenVersion)</PrebuiltWitBindgenBaseUrl>
2423
<WitBindgenModuleRoot>$(MSBuildThisFileDirectory)..\..\modules\wit-bindgen\</WitBindgenModuleRoot>
2524

2625
<!-- This is a marker file that lets the build scripts identity if the files need to be modified when updating versions -->
2726
<CurrentWitBindgenVersion>$(MSBuildThisFileDirectory)tools\version-wit-bindgen-$(PrebuiltWitBindgenVersion)</CurrentWitBindgenVersion>
28-
29-
<PrebuildWkgVersion>0.8.1</PrebuildWkgVersion>
27+
3028
<PrebuildWkgBaseUrl>https://github.com/bytecodealliance/wasm-pkg-tools/releases/download/v$(PrebuildWkgVersion)/wkg</PrebuildWkgBaseUrl>
3129
<CurrentWkgVersion>$(MSBuildThisFileDirectory)tools\version-wkg-$(PrebuildWkgVersion)</CurrentWkgVersion>
3230

0 commit comments

Comments
 (0)