Skip to content

Commit

Permalink
Merge pull request #62 from jsturtevant/bump-versions
Browse files Browse the repository at this point in the history
Bump versions for package release
  • Loading branch information
jsturtevant authored Dec 2, 2024
2 parents a70fddf + 7453113 commit 8ac59f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\</PackageOutputPath>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);NU1507</NoWarn>

<!-- tool versions -->
<WasmToolsVersion>1.221.1</WasmToolsVersion>
<WacVersion>v0.6.1</WacVersion>
<PrebuiltWitBindgenVersion>0.36.0</PrebuiltWitBindgenVersion>
<PrebuildWkgVersion>0.8.5</PrebuildWkgVersion>

</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageVersion Include="runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version="10.0.0-alpha.1.24573.1" />

<!-- Tests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="[17.12.0,)" />
<PackageVersion Include="xunit" Version="[2.9.0,)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="[2.8.0,)" />
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/WasmComponent.Sdk/WasmComponent.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
<BuildWasmToolsLocally>false</BuildWasmToolsLocally>
<WasmToolsModuleRoot>$(MSBuildThisFileDirectory)..\..\modules\wasm-tools\</WasmToolsModuleRoot>

<WasmToolsVersion>1.220.0</WasmToolsVersion>
<PrebuiltWasmToolsBaseUrl>https://github.com/bytecodealliance/wasm-tools/releases/download/v$(WasmToolsVersion)/wasm-tools-$(WasmToolsVersion)</PrebuiltWasmToolsBaseUrl>

<WacVersion>v0.6.1</WacVersion>
<WacBaseUrl>https://github.com/bytecodealliance/wac/releases/download/$(WacVersion)/wac-cli</WacBaseUrl>

<!-- Don't pack any assemblies in lib/*/.dll.-->
Expand Down
4 changes: 1 addition & 3 deletions src/WitBindgen/WitBindgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
<!-- Things you might want to edit -->
<!-- Set BuildWitBindgenLocally to true if you want to build modules/wit-bindgen locally and use its output -->
<BuildWitBindgenLocally>false</BuildWitBindgenLocally>
<PrebuiltWitBindgenVersion>0.34.0</PrebuiltWitBindgenVersion>
<PrebuiltWitBindgenBaseUrl>https://github.com/bytecodealliance/wit-bindgen/releases/download/v$(PrebuiltWitBindgenVersion)/wit-bindgen-$(PrebuiltWitBindgenVersion)</PrebuiltWitBindgenBaseUrl>
<WitBindgenModuleRoot>$(MSBuildThisFileDirectory)..\..\modules\wit-bindgen\</WitBindgenModuleRoot>

<!-- This is a marker file that lets the build scripts identity if the files need to be modified when updating versions -->
<CurrentWitBindgenVersion>$(MSBuildThisFileDirectory)tools\version-wit-bindgen-$(PrebuiltWitBindgenVersion)</CurrentWitBindgenVersion>

<PrebuildWkgVersion>0.8.1</PrebuildWkgVersion>

<PrebuildWkgBaseUrl>https://github.com/bytecodealliance/wasm-pkg-tools/releases/download/v$(PrebuildWkgVersion)/wkg</PrebuildWkgBaseUrl>
<CurrentWkgVersion>$(MSBuildThisFileDirectory)tools\version-wkg-$(PrebuildWkgVersion)</CurrentWkgVersion>

Expand Down

0 comments on commit 8ac59f2

Please sign in to comment.