Skip to content

Releases: chirontt/gitextensions

v4.2.1 for Windows on Arm64 (unofficial)

02 Dec 04:15
Compare
Choose a tag to compare

Unofficial GitExtensions v4.2.1 portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.2.1 artifacts.

Here are the commands to build (applied to the release/v4.0 branch), running on a WoA box:

> cd scripts
> python set_version_to.py -v 4.2.1 -t 4.2.1_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native.proj -c Release /p:Arm64Build=true
> dotnet publish -c Release /p:Arm64Build=true

The last command would not produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.

v4.2 for Windows on Arm64 (unofficial)

16 Nov 01:16
Compare
Choose a tag to compare

Unofficial GitExtensions v4.2 portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.2 artifacts.

Here are the commands to build (applied to the release/v4.0 branch), running on a WoA box:

> cd scripts
> python set_version_to.py -v 4.2 -t 4.2.0_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native.proj -c Release /p:Arm64Build=true
> dotnet publish -c Release /p:Arm64Build=true

The last command would not produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.

v4.2 RC1 for Windows on Arm64 (unofficial)

08 Oct 21:57
d3b383c
Compare
Choose a tag to compare

Unofficial GitExtensions v4.2 RC1 portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.2 RC1 artifacts.

Here are the commands to build (applied to the release/v4.0 branch of this fork):

> cd scripts
> python set_version_to.py -v 4.2 -t 4.2.0-RC1_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native.proj -c Release /p:Arm64Build=true
> dotnet publish -c Release /p:Arm64Build=true

The last command would not produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.

v4.1 for Windows on Arm64 (unofficial)

13 May 21:55
Compare
Choose a tag to compare

Unofficial GitExtensions v4.1 portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.1 release artifacts.

Here are the commands to build (applied to the release/v4.0 branch of this fork):

> cd scripts
> python set_version_to.py -v 4.1 -t 4.1.0_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native.proj -c Release /p:Arm64Build=true
> dotnet publish -c Release /p:Arm64Build=true

The last command would not produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.

v4.0.2 for Windows on Arm64 (unofficial)

23 Jan 01:01
Compare
Choose a tag to compare

Unofficial GitExtensions portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.0.2 release artifacts.
Here are the commands to build (applied to the v4.0.2_win32_aarch64 branch):

> cd scripts
> python set_version_to.py -v 4.0.2 -t 4.0.2_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native_arm64.proj -c Release
> copy artifacts\Release\bin\GitExtensionsShellEx\GitExtensionsShellEx64.dll artifacts\Release\bin\GitExtensionsShellEx\GitExtensionsShellEx32.dll
> dotnet publish -c Release

The last command would fail to produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.