Browse Source

feat: Minor content improvements (#443)

* feat: Content updates for .NET 10 release

* fix: Consistency update
Vaclav Elias 1 month ago
parent
commit
95ac1034fb

+ 1 - 1
en/ReleaseNotes/ReleaseNotes.md

@@ -19,7 +19,7 @@ Stride 4.3 includes numerous enhancements and improvements. Here’s what to exp
 
 ### Bepu physics integration
 
-Adding support for [Bepu Physics](https://github.com/bepu/bepuphysics2), a ridiculously fast physics engine written entirely in c#.
+Adding support for [Bepu Physics](https://github.com/bepu/bepuphysics2), a ridiculously fast physics engine written entirely in C#.
 
 Having both a game and physics engine in the same ecosystem reduces the cost of maintaining and improving it, the overhead that we may incur when communicating between the two APIs, and the barrier to entry for contributors.
 

+ 2 - 0
en/contributors/documentation/major-release-workflow.md

@@ -34,3 +34,5 @@ The `BuildDocs.ps1` script will manage the deployment to the `4.2` folder while
    - Update SDK version references
 1. Modify `manual\files-and-folders\distribute-a-game.md`
    - Update SDK version references
+1. Modify `manual\get-started\update-stride.md` 
+   - Update Visual Studio version

+ 1 - 1
en/manual/get-started/update-stride.md

@@ -9,7 +9,7 @@ Updating Stride is a straightforward process, but it's important to follow the s
 
 ## Updating Stride
 
-1. **Update Visual Studio 2022:** Ensure that you have the latest version of Visual Studio 2022. This is crucial for compatibility with the latest Stride version. After updating Visual Studio, restart your computer to apply the changes fully.
+1. **Update Visual Studio 2026:** Ensure that you have the latest version of Visual Studio 2026. This is crucial for compatibility with the latest Stride version. After updating Visual Studio, restart your computer to apply the changes fully.
 1. **Stride Launcher Instructions:** Open the Stride Launcher. Follow the instructions provided to update or install the Visual Studio plugin for Stride. This step is essential for integrating the latest version of Stride with your development environment.
 1. **Restart Again:** After completing the installation or update of the Visual Studio plugin, restart your computer once more. This helps to ensure that all components are correctly loaded and ready for use.