(cargo-release) version 1.2.39

(cargo-release) version 1.2.39

АвторDavid Anthoff
КоммитерDavid Anthoff
4 года назад
Файлов изменено: 4
+7
–7
4fe4d2d
@@ -311,7 +311,7 @@
[[package]]
name = "juliaup"
version = "1.2.39-alpha.0"
version = "1.2.39"
dependencies = [
 "anyhow",
 "atty",
@@ -1,6 +1,6 @@
[package]
name = "juliaup"
version = "1.2.39-alpha.0"
version = "1.2.39"
edition = "2018"
default-run = "juliaup"
publish = false
msix/PackagingLayout.xml
@@ -1,6 +1,6 @@
<PackagingLayout xmlns="http://schemas.microsoft.com/appx/makeappx/2017">
  <PackageFamily ID="Julia-1.2.38.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
    <Package ID="Julia-x64-1.2.38.0" ProcessorArchitecture="x64">
  <PackageFamily ID="Julia-1.2.39.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
    <Package ID="Julia-x64-1.2.39.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" />
@@ -10,7 +10,7 @@
        <File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
      </Files>
    </Package>
    <Package ID="Julia-x86-1.2.38.0" ProcessorArchitecture="x86">
    <Package ID="Julia-x86-1.2.39.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" />
@@ -20,7 +20,7 @@
        <File DestinationPath="Public\Fragments\julia.ico" SourcePath="..\src\julia.ico" />
      </Files>
    </Package>
    <!--<Package ID="Julia-ARM64-1.2.38.0" ProcessorArchitecture="ARM64">
    <!--<Package ID="Julia-ARM64-1.2.39.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" />
msix/appxmanifest.xml
@@ -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.2.38.0" ProcessorArchitecture="neutral"/>
  <Identity Name="JuliaComputingInc.Julia" Publisher="CN=7FB784C5-4411-4067-914E-A7B06CC00FFC" Version="1.2.39.0" ProcessorArchitecture="neutral"/>
  <Properties>
    <DisplayName>Julia</DisplayName>

Cherry-pick

Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.