Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: dotnet/cli-lab

1.7.618124

07 Apr 18:03
2011e55
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

  • #322 -- Support for arm64
  • #323#382 -- Signing for MacOS
  • #329 -- Fix Windows .msi signing
  • #318 -- Removes VSMac checks by default and adds--preserve-mac-vs-sdks flag to get the prior behavior
  • #324 -- Various version bug fixes
  • #324 -- Adds--version and--preserve-mac-vs-sdks options to help.

Installation Instructions:

On Windows:

Warning

If you are updating from version 1.6.0, you will need to uninstall that release before installing this release to prevent a bug caused by the 1.6.0 release being packaged incorrectly. If you do not uninstall 1.6.0 first, thedotnet-core-uninstall.exe file will not exist after updating.

  1. Download the msi file below.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the correct architecture tar.gz file below.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C~/dotnet-core-uninstallcd~/dotnet-core-uninstall./dotnet-core-uninstall -h

Full Changelog:1.7.550802...1.7.618124

Assets5
Loading
war59312, nixxcz, wijenjkwksjdjejkeoej, lewiuberg, wcoder, JamieT966, zczhi, jmoralesv, Zbandoux, and JohnClaw reacted with thumbs up emoji
10 people reacted

1.7.550802

23 Oct 18:57
25e91f1
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

  • #308 -- Added support for uninstalling .NET 9

Installation Instructions:

On Windows:

Warning

If you are updating from version 1.6.0, you will need to uninstall that release before installing this release to prevent a bug caused by the 1.6.0 release being packaged incorrectly. If you do not uninstall 1.6.0 first, thedotnet-core-uninstall.exe file will not exist after updating.

  1. Download the msi file below.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file below.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C~/dotnet-core-uninstallcd~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
realrk95, logiccamp, Abeldh, hranger, seangwright, carusyte, Xiao-Yuan-0816, dclipca, ss-harris, AB01GIT, and 4 more reacted with eyes emoji
14 people reacted

1.7.521001

22 Apr 20:32
2cd7c9a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

  • #268 updated the tool to allow managing .NET 8 Runtimes and SDKs
  • #278 updated our dependency on Wix, which generates our MSI
  • #280 updated the tool to target the .NET 8 Runtime
  • #281 and#282 fixed some gaps in the way we signed the DLLs and MSI for the tool

Installation Instructions:

On Windows:

Warning

If you are updating from version 1.6.0, you will need to uninstall that release before installing this release to prevent a bug caused by the 1.6.0 release being packaged incorrectly. If you do not uninstall 1.6.0 first, thedotnet-core-uninstall.exe file will not exist after updating.

  1. Download the msi file below.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file below.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C~/dotnet-core-uninstallcd~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
tonyping, geew1z, huynhdev24, riccardominato, KaKuiTsang, DrAnonym666, IceArms, gluons, KelloHitty, Asteroiddust, and 5 more reacted with thumbs up emojiandygjp, VyacheslavPritykin, mauroservienti, tonyping, yamachu, the1schwartz, riccardominato, paulirwin, and KaKuiTsang reacted with hooray emojiDrAnonym666 reacted with heart emojitonyping, KaKuiTsang, and BalaSindhu2203 reacted with rocket emoji
22 people reacted

1.6.0

13 Dec 22:57
fa75b71
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

  • #235 allows management of .NET 7 releases of the .NET SDK
  • Various dependency updates to stay ahead of component governance

Warning

The Windows MSI for this release has a packaging bug that causes upgradesfrom this version to be faulty. For this reason, we recommend uninstalling this 1.6.0 release before installing new versions on Windows.

Installation Instructions:

On Windows:

  1. Download the msi file below.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file below.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C~/dotnet-core-uninstallcd~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
shakercs, carlo-dev-git, LyleSY, MSicc, xiaoweinetapp, augustoproiete, mattjohnsonpint, AliKhalili, QQ274157610, jmoralesv, and 10 more reacted with thumbs up emojitillig, anonR4WKXcuatro, markishome359, mattjohnsonpint, jmoralesv, MolikoDeveloper, AHammo, and Anunityaalla reacted with heart emoji
26 people reacted

1.5.255402

04 Nov 17:46
e07a3c9
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#210

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
ialireza73, nganslaw, AlbertoTonegari, ismntr, bramburn, pea-sys, NunoVilhenaSantos, and benvillalobos reacted with laugh emojibramburn, Kaceba, jmoralesv, kartheekp-ms, and szunami reacted with heart emoji
12 people reacted

1.4.251302

13 Oct 17:17
0855d12
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#200

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading

1.3.245803

08 Sep 20:36
acb8777
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#189,#186,#180

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
jmoralesv and PeterPann23 reacted with thumbs up emoji
2 people reacted

1.2.206301

13 Jan 23:03
52c50bd
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#104,#167

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
jmoralesv, noseratio, morningstar84, and ArnthorDadi reacted with thumbs up emoji
4 people reacted

1.1.122401

24 Apr 15:52
315d430
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#119,#130,#140

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by usingdotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

  1. Download the tar.gz file.
  2. Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
  3. Use the following commands to install the tool and show help:
mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading

1.0.115603

09 Mar 19:25
b1b2dd1
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changes

Fixed:#117

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs athttps://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by usingdotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

  1. Download the tar.gz file.
  2. Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
  3. Use the following commands to install the tool and show help:
mkdir -p ~/dotnet-core-uninstalltar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstallcd ~/dotnet-core-uninstall./dotnet-core-uninstall -h
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp