File tree 5 files changed +11
-9
lines changed
Files.Launcher/Properties
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
34
[ 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 9
9
xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
10
10
xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
11
11
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" />
13
13
<Properties >
14
14
<DisplayName >Files UWP - Dev</DisplayName >
15
15
<PublisherDisplayName >Yair A</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -742,4 +742,4 @@ public string[] LastSessionPages
742
742
set => Set ( value ) ;
743
743
}
744
744
}
745
- }
745
+ }
Original file line number Diff line number Diff line change 21
21
22
22
<local : BaseLayout .Resources>
23
23
<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" />
27
28
28
29
<MenuFlyout x : Key =" BaseLayoutContextFlyout" >
29
30
<MenuFlyoutSubItem
Original file line number Diff line number Diff line change 17
17
mc : Ignorable =" d" >
18
18
<local : BaseLayout .Resources>
19
19
<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" />
23
24
24
25
<MenuFlyout x : Key =" BaseLayoutContextFlyout" >
25
26
<MenuFlyoutSubItem
You can’t perform that action at this time.
0 commit comments