Skip to content

Commit

Permalink
(cargo-release) version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 13, 2021
1 parent 5cc5488 commit 4bc06fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "juliaup"
version = "1.1.7-alpha.0"
version = "1.1.7"
edition = "2018"
default-run = "juliaup"
publish = false
Expand Down
8 changes: 4 additions & 4 deletions msix/PackagingLayout.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PackagingLayout xmlns="http://schemas.microsoft.com/appx/makeappx/2017">
<PackageFamily ID="Julia-1.1.6.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.1.6.0" ProcessorArchitecture="x64">
<PackageFamily ID="Julia-1.1.7.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.1.7.0" ProcessorArchitecture="x64">
<Files>
<File DestinationPath="Julia\julialauncher.exe" SourcePath="..\target\x86_64-pc-windows-msvc\release\julialauncher.exe" />
<File DestinationPath="Julia\juliaup.exe" SourcePath="..\target\x86_64-pc-windows-msvc\release\juliaup.exe" />
Expand All @@ -10,7 +10,7 @@
<File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
</Files>
</Package>
<Package ID="Julia-x86-1.1.6.0" ProcessorArchitecture="x86">
<Package ID="Julia-x86-1.1.7.0" ProcessorArchitecture="x86">
<Files>
<File DestinationPath="Julia\julialauncher.exe" SourcePath="..\target\i686-pc-windows-msvc\release\julialauncher.exe" />
<File DestinationPath="Julia\juliaup.exe" SourcePath="..\target\i686-pc-windows-msvc\release\juliaup.exe" />
Expand All @@ -20,7 +20,7 @@
<File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
</Files>
</Package>
<!--<Package ID="Julia-ARM64-1.1.6.0" ProcessorArchitecture="ARM64">
<!--<Package ID="Julia-ARM64-1.1.7.0" ProcessorArchitecture="ARM64">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.exe" />
<File DestinationPath="Julia\*" SourcePath="..\target\aarch64-pc-windows-msvc\release\*.pdb" />
Expand Down
2 changes: 1 addition & 1 deletion msix/appxmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"
xmlns:iot2="http://schemas.microsoft.com/appx/manifest/iot/windows10/2" IgnorableNamespaces="mp uap uap3 uap5 rescap desktop desktop4 desktop6 iot2">

<Identity Name="JuliaComputingInc.Julia" Publisher="CN=7FB784C5-4411-4067-914E-A7B06CC00FFC" Version="1.1.6.0" ProcessorArchitecture="neutral"/>
<Identity Name="JuliaComputingInc.Julia" Publisher="CN=7FB784C5-4411-4067-914E-A7B06CC00FFC" Version="1.1.7.0" ProcessorArchitecture="neutral"/>

<Properties>
<DisplayName>Julia</DisplayName>
Expand Down

0 comments on commit 4bc06fd

Please sign in to comment.