Skip to content

Commit 9296e0c

Browse files
committed
(cargo-release) version 1.0.63
1 parent 4cfc3fc commit 9296e0c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juliaup"
3-
version = "1.0.63-alpha.0"
3+
version = "1.0.63"
44
edition = "2018"
55
default-run = "juliaup"
66
publish = false

msix/PackagingLayout.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
44
<Files>
55
<File DestinationPath="Julia\julialauncher.exe" SourcePath="..\target\x86_64-pc-windows-msvc\release\julialauncher.exe" />
66
<File DestinationPath="Julia\juliaup.exe" SourcePath="..\target\x86_64-pc-windows-msvc\release\juliaup.exe" />
@@ -10,7 +10,7 @@
1010
<File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
1111
</Files>
1212
</Package>
13-
<Package ID="Julia-x86-1.0.62.0" ProcessorArchitecture="x86">
13+
<Package ID="Julia-x86-1.0.63.0" ProcessorArchitecture="x86">
1414
<Files>
1515
<File DestinationPath="Julia\julialauncher.exe" SourcePath="..\target\i686-pc-windows-msvc\release\julialauncher.exe" />
1616
<File DestinationPath="Julia\juliaup.exe" SourcePath="..\target\i686-pc-windows-msvc\release\juliaup.exe" />
@@ -20,7 +20,7 @@
2020
<File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
2121
</Files>
2222
</Package>
23-
<!--<Package ID="Julia-ARM64-1.0.62.0" ProcessorArchitecture="ARM64">
23+
<!--<Package ID="Julia-ARM64-1.0.63.0" ProcessorArchitecture="ARM64">
2424
<Files>
2525
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.exe" />
2626
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.pdb" />

msix/appxmanifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"
1212
xmlns:iot2="http://schemas.microsoft.com/appx/manifest/iot/windows10/2" IgnorableNamespaces="mp uap uap3 uap5 rescap desktop desktop4 desktop6 iot2">
1313

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"/>
1515

1616
<Properties>
1717
<DisplayName>Julia</DisplayName>

0 commit comments

Comments
 (0)