diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a101665..bd91def 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Prepare WASM SDKs - run: dotnet msbuild src/WitBindgen/build/ByteCodeAlliance.Componentize.DotNet.WitBindgen.targets /t:PrepareWasmSdks + run: dotnet msbuild src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets /t:PrepareWasmSdks - name: Build run: dotnet build --no-restore /p:BuildNumber=${{ github.run_number }} - name: Test diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52b4646..ce25d16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Requires [.NET 8+](https://dotnet.microsoft.com/en-us/download) ``` ## needed to avoid errors with multiple projects calling and downloading the sdks at same time (https://github.com/bytecodealliance/componentize-dotnet/issues/8) -dotnet msbuild src/WitBindgen/build/ByteCodeAlliance.Componentize.DotNet.WitBindgen.targets /t:PrepareWasmSdks +dotnet msbuild src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets /t:PrepareWasmSdks dotnet build ``` diff --git a/README.md b/README.md index ff7fb58..d4aa974 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ With this package, you can add one NuGet reference. The build output is fully AO If you don't already have it, install [.NET 8+ SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) -### 2. Create a project and add ByteCodeAlliance.Componentize.DotNet.Wasm.SDK package +### 2. Create a project and add BytecodeAlliance.Componentize.DotNet.Wasm.SDK package * `dotnet new console -o MyApp` * `cd MyApp` -* `dotnet add package ByteCodeAlliance.Componentize.DotNet.Wasm.SDK --prerelease` +* `dotnet add package BytecodeAlliance.Componentize.DotNet.Wasm.SDK --prerelease` ### 3. Configure the compilation output diff --git a/RELEASE.md b/RELEASE.md index 9f98abb..7d67e9e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,9 +12,9 @@ gh workflow run build -f test-run=false 5. Maintainer updates release notes with package info: ``` -# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.Wasm.SDK -dotnet add package ByteCodeAlliance.Componentize.DotNet.Wasm.SDK +# https://www.nuget.org/packages/BytecodeAlliance.Componentize.DotNet.Wasm.SDK +dotnet add package BytecodeAlliance.Componentize.DotNet.Wasm.SDK -# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.WitBindgen -dotnet add package ByteCodeAlliance.Componentize.DotNet.WitBindgen +# https://www.nuget.org/packages/BytecodeAlliance.Componentize.DotNet.WitBindgen +dotnet add package BytecodeAlliance.Componentize.DotNet.WitBindgen ``` \ No newline at end of file diff --git a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj index a63abbc..7ad2f13 100644 --- a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj +++ b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj @@ -1,9 +1,9 @@  - + - ByteCodeAlliance.Componentize.DotNet.Wasm.SDK - ByteCode Alliance Developers + BytecodeAlliance.Componentize.DotNet.Wasm.SDK + Bytecode Alliance Developers Tooling for creating WebAssembly components from C# https://github.com/bytecodealliance/componentize-dotnet Apache-2.0 WITH LLVM-exception diff --git a/src/WitBindgen/WitBindgen.csproj b/src/WitBindgen/WitBindgen.csproj index 8939313..e3c3780 100644 --- a/src/WitBindgen/WitBindgen.csproj +++ b/src/WitBindgen/WitBindgen.csproj @@ -1,9 +1,9 @@  - + - ByteCodeAlliance.Componentize.DotNet.WitBindgen - ByteCode Alliance Developers + BytecodeAlliance.Componentize.DotNet.WitBindgen + Bytecode Alliance Developers Tooling for creating WebAssembly components from C# https://github.com/bytecodealliance/componentize-dotnet Apache-2.0 WITH LLVM-exception diff --git a/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj b/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj index 053135b..a6b7ab5 100644 --- a/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj +++ b/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj b/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj index 7abfe48..a29197f 100644 --- a/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj +++ b/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/E2ETest/testapps/nuget.config b/test/E2ETest/testapps/nuget.config index b3330dd..3fb15a2 100644 --- a/test/E2ETest/testapps/nuget.config +++ b/test/E2ETest/testapps/nuget.config @@ -5,8 +5,8 @@ - - + +