E.g.
C:\Program Files\dotnet\sdk\7.0.202\NuGet.targets(132,5): error : 'v0.1.0-manual' is not a valid version string. (Parameter 'value') [D:\a\bevy_game_template\bevy_game_template\build\windows\installer\Installer.wixproj]
Build FAILED.
C:\Program Files\dotnet\sdk\7.0.202\NuGet.targets(132,5): error : 'v0.1.0-manual' is not a valid version string. (Parameter 'value') [D:\a\bevy_game_template\bevy_game_template\build\windows\installer\Installer.wixproj]
0 Warning(s)
1 Error(s)
Edit: for some reason, this currently also happens with "normal" version strings like v0.1.0. As a workaround, please apply 6fd0f16 to disable the windows installer.
E.g.
Edit: for some reason, this currently also happens with "normal" version strings like
v0.1.0. As a workaround, please apply 6fd0f16 to disable the windows installer.