Skip to content

Commit

Permalink
[UE4][v1.2.7] Release candidate for UE4 marketplace certification.
Browse files Browse the repository at this point in the history
  • Loading branch information
bombomby committed Aug 25, 2019
1 parent 7aeea45 commit a1b12fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.0")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
1 change: 1 addition & 0 deletions samples/UnrealEnginePlugin/Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
; /Extras/...
; /Binaries/ThirdParty/*.dll

/Config/...
/GUI/...
8 changes: 4 additions & 4 deletions samples/UnrealEnginePlugin/OptickPlugin.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.2.6",
"VersionName": "1.2.7",
"FriendlyName": "Optick",
"Description": "Super Lightweight Performance Profiler",
"Category": "Performance",
Expand All @@ -10,16 +10,16 @@
"DocsURL": "https://github.com/bombomby/optick",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/95c078f6fa924b2b82fd8f281e04850f",
"SupportURL": "https://github.com/bombomby/optick/issues",
"EnabledByDefault": true,
"EngineVersion": "4.22.0",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "OptickPlugin",
"Type": "Developer",
"LoadingPhase": "Default"
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "PS4", "XboxOne" ]
}
],
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "Linux", "PS4", "XboxOne" ]
}

0 comments on commit a1b12fc

Please sign in to comment.