File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Files.Launcher/Properties Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
3434[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 99 xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
1010 xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
1111 IgnorableNamespaces =" uap uap5 mp rescap desktop4 desktop" >
12- <Identity Name =" FilesUWPDev" Publisher =" CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version =" 0.13 .0.0" />
12+ <Identity Name =" FilesUWPDev" Publisher =" CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version =" 0.14 .0.0" />
1313 <Properties >
1414 <DisplayName >Files UWP - Dev</DisplayName >
1515 <PublisherDisplayName >Yair A</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -742,4 +742,4 @@ public string[] LastSessionPages
742742 set => Set ( value ) ;
743743 }
744744 }
745- }
745+ }
Original file line number Diff line number Diff line change 2121
2222 <local : BaseLayout .Resources>
2323 <converters : BoolNegationConverter x : Key =" BoolNegationConverter" />
24- <converters : BoolToObjectConverter x : Key =" BoolToOpacityConverter"
25- FalseValue =" 1"
26- TrueValue =" 0.4" />
24+ <converters : BoolToObjectConverter
25+ x : Key =" BoolToOpacityConverter"
26+ FalseValue =" 1"
27+ TrueValue =" 0.4" />
2728
2829 <MenuFlyout x : Key =" BaseLayoutContextFlyout" >
2930 <MenuFlyoutSubItem
Original file line number Diff line number Diff line change 1717 mc : Ignorable =" d" >
1818 <local : BaseLayout .Resources>
1919 <converters : BoolNegationConverter x : Key =" BoolNegationConverter" />
20- <converters : BoolToObjectConverter x : Key =" BoolToOpacityConverter"
21- FalseValue =" 1"
22- TrueValue =" 0.4" />
20+ <converters : BoolToObjectConverter
21+ x : Key =" BoolToOpacityConverter"
22+ FalseValue =" 1"
23+ TrueValue =" 0.4" />
2324
2425 <MenuFlyout x : Key =" BaseLayoutContextFlyout" >
2526 <MenuFlyoutSubItem
You can’t perform that action at this time.
0 commit comments