File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "0.1.1.1 " ) ]
35+ [ assembly: AssemblyVersion ( "0.1.1.2 " ) ]
3636[ assembly: AssemblyFileVersion ( "0.1.1.1" ) ]
Original file line number Diff line number Diff line change 416416 {
417417 "Name" = "8:Microsoft Visual Studio"
418418 "ProductName" = "8:OpenXR-Quad-Views-Foveated"
419- "ProductCode" = "8:{2822F271-98F4-4455-874B-BED10E2FC7AD }"
420- "PackageCode" = "8:{DC9E592F-AC8F-4384-8491-D51CAEB9B489 }"
419+ "ProductCode" = "8:{FC489C76-67CB-4682-AB6F-1AF89F5826A5 }"
420+ "PackageCode" = "8:{09C12FBA-1E14-48EB-A632-91889F445140 }"
421421 "UpgradeCode" = "8:{1685CBAF-3515-4983-8944-D9D95A631F4C}"
422422 "AspNetVersion" = "8:2.0.50727.0"
423423 "RestartWWWService" = "11:FALSE"
424424 "RemovePreviousVersions" = "11:FALSE"
425425 "DetectNewerInstalledVersion" = "11:TRUE"
426426 "InstallAllUsers" = "11:TRUE"
427- "ProductVersion" = "8:1.1.1 "
427+ "ProductVersion" = "8:1.1.2 "
428428 "Manufacturer" = "8:Matthieu Bucchianeri"
429429 "ARPHELPTELEPHONE" = "8:"
430430 "ARPHELPLINK" = "8:https://mbucchia.github.io/Quad-Views-Foveated"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace openxr_api_layer {
2828
2929 const std::string LayerName = LAYER_NAME;
3030 const std::string LayerPrettyName = " Quad-Views-Foveated" ;
31- const std::string VersionString = " v1.1.1 " ;
31+ const std::string VersionString = " v1.1.2 " ;
3232
3333 // Singleton accessor.
3434 OpenXrApi* GetInstance ();
You can’t perform that action at this time.
0 commit comments