chore: Adjust docs
This commit is contained in:
Родитель
579e06ba8b
Коммит
428f51726d
|
@ -15,7 +15,9 @@ dotnet publish
|
||||||
The app will be located in the `bin/Release/net9.0/publish/wwwroot` folder. More information about `dotnet publish` can be [found in the Microsoft docs](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish).
|
The app will be located in the `bin/Release/net9.0/publish/wwwroot` folder. More information about `dotnet publish` can be [found in the Microsoft docs](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish).
|
||||||
|
|
||||||
## Localization publishing
|
## Localization publishing
|
||||||
|
|
||||||
By default, the .NET runtime does not load all resource assemblies, but if you want to load all resources regardless of the user's culture, you can add the following to your project file:
|
By default, the .NET runtime does not load all resource assemblies, but if you want to load all resources regardless of the user's culture, you can add the following to your project file:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
|
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
|
||||||
|
|
|
@ -89,6 +89,7 @@ dotnet workload install wasm-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, the .NET runtime does not load all resource assemblies, but if you want to load all resources regardless of the user's culture, you can add the following to your project file:
|
By default, the .NET runtime does not load all resource assemblies, but if you want to load all resources regardless of the user's culture, you can add the following to your project file:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
|
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
|
||||||
|
@ -112,6 +113,7 @@ Each major version of the bootstrapper targets a different version of the .NET R
|
||||||
> Bootstrapper builds version 4.x-dev were based on developments builds of .NET 7 and were later versioned 7.x-dev to match the appropriate runtime.
|
> Bootstrapper builds version 4.x-dev were based on developments builds of .NET 7 and were later versioned 7.x-dev to match the appropriate runtime.
|
||||||
|
|
||||||
## Previous releases documentation
|
## Previous releases documentation
|
||||||
|
|
||||||
- [8.0.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/8.0/doc)
|
- [8.0.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/8.0/doc)
|
||||||
- [7.0.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/7.0/doc)
|
- [7.0.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/7.0/doc)
|
||||||
- [3.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/3.3/doc)
|
- [3.x](https://github.com/unoplatform/Uno.Wasm.Bootstrap/tree/release/stable/3.3/doc)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче