File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juliaup"
3
- version = " 1.0.63-alpha.0 "
3
+ version = " 1.0.63"
4
4
edition = " 2018"
5
5
default-run = " juliaup"
6
6
publish = false
Original file line number Diff line number Diff line change 1
1
<PackagingLayout xmlns =" http://schemas.microsoft.com/appx/makeappx/2017" >
2
- <PackageFamily ID =" Julia-1.0.62 .0" FlatBundle =" false" ManifestPath =" appxmanifest.xml" ResourceManager =" false" >
3
- <Package ID =" Julia-x64-1.0.62 .0" ProcessorArchitecture =" x64" >
2
+ <PackageFamily ID =" Julia-1.0.63 .0" FlatBundle =" false" ManifestPath =" appxmanifest.xml" ResourceManager =" false" >
3
+ <Package ID =" Julia-x64-1.0.63 .0" ProcessorArchitecture =" x64" >
4
4
<Files >
5
5
<File DestinationPath =" Julia\julialauncher.exe" SourcePath =" ..\target\x86_64-pc-windows-msvc\release\julialauncher.exe" />
6
6
<File DestinationPath =" Julia\juliaup.exe" SourcePath =" ..\target\x86_64-pc-windows-msvc\release\juliaup.exe" />
10
10
<File DestinationPath =" Public\Fragments\julia.ico" SourcePath =" ..\src\julia.ico" />
11
11
</Files >
12
12
</Package >
13
- <Package ID =" Julia-x86-1.0.62 .0" ProcessorArchitecture =" x86" >
13
+ <Package ID =" Julia-x86-1.0.63 .0" ProcessorArchitecture =" x86" >
14
14
<Files >
15
15
<File DestinationPath =" Julia\julialauncher.exe" SourcePath =" ..\target\i686-pc-windows-msvc\release\julialauncher.exe" />
16
16
<File DestinationPath =" Julia\juliaup.exe" SourcePath =" ..\target\i686-pc-windows-msvc\release\juliaup.exe" />
20
20
<File DestinationPath =" Public\Fragments\julia.ico" SourcePath =" ..\src\julia.ico" />
21
21
</Files >
22
22
</Package >
23
- <!-- <Package ID="Julia-ARM64-1.0.62 .0" ProcessorArchitecture="ARM64">
23
+ <!-- <Package ID="Julia-ARM64-1.0.63 .0" ProcessorArchitecture="ARM64">
24
24
<Files>
25
25
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.exe" />
26
26
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.pdb" />
Original file line number Diff line number Diff line change 11
11
xmlns : desktop6 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"
12
12
xmlns : iot2 =" http://schemas.microsoft.com/appx/manifest/iot/windows10/2" IgnorableNamespaces =" mp uap uap3 uap5 rescap desktop desktop4 desktop6 iot2" >
13
13
14
- <Identity Name =" JuliaComputingInc.Julia" Publisher =" CN=7FB784C5-4411-4067-914E-A7B06CC00FFC" Version =" 1.0.62 .0" ProcessorArchitecture =" neutral" />
14
+ <Identity Name =" JuliaComputingInc.Julia" Publisher =" CN=7FB784C5-4411-4067-914E-A7B06CC00FFC" Version =" 1.0.63 .0" ProcessorArchitecture =" neutral" />
15
15
16
16
<Properties >
17
17
<DisplayName >Julia</DisplayName >
You can’t perform that action at this time.
0 commit comments