Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Ask for help or report issues:
* [Chat with the community on Discord](https://discord.gg/f6aerfE)
* [Discuss topics on Github discussions](https://github.com/stride3d/stride/discussions)
* [Report engine issues](https://github.com/stride3d/stride/issues)
* [Donate to support the project](https://opencollective.com/stride3d/) [![Open collective backers](https://img.shields.io/opencollective/all/stride3d)](https://opencollective.com/stride3d)
* [Donate to support the project](https://opencollective.com/stride3d/)
* [List of Projects made by users](https://github.com/stride3d/stride/wiki/Community-Projects)
* [Localization](docs/localization.md)

Expand Down Expand Up @@ -77,7 +77,7 @@ Ask for help or report issues:

1. Install [Visual Studio Build Tools](https://aka.ms/vs/17/release/vs_BuildTools.exe) with the same prerequisites listed above
2. Add MSBuild's directory to your system's *PATH* (ex: `C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin`)
3. Open a command prompt, point it to a directory and clone Stride to it: `git clone https://github.com/stride3d/stride.git`
3. Open a command prompt, point it to a directory and clone Stride to it: `git lfs clone https://github.com/stride3d/stride.git`
4. Navigate to `/Build` with the command prompt, input `msbuild /t:Restore Stride.sln` then `compile.bat`

If building failed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Stride.Samples.Templates
static class ThisPackageVersion
{
// we version this package manually because most of the time the samples are big and don't need to be updated
public static string Current = "4.1.0.3-dev";
public static string Current = "4.1.0.4-dev";
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Stride.Samples.Templates
static class ThisPackageVersion
{
// we version this package manually because most of the time the samples are big and don't need to be updated
public static string Current = "4.1.0.3";
public static string Current = "4.1.0.4";
}
}
#endif