Skip to content

Conversation

@avitsalex69
Copy link
Owner

Update install.md to reference . NET 8 (=1745)

I just tried running the command dotnet install -g git-credential-manager and it failed because I didn't have .NET 8 installed. Therefore, I'm updating the documentation.

mjcheetham and others added 20 commits May 2, 2023 16:19
**Changes:**

- Support ports in URL-scoped config (git-ecosystem#825)
- Support URL-scoped enterprise default settings (git-ecosystem#1149)
- Add support for client TLS certificates (git-ecosystem#1152)
- Add TRACE2 support(git-ecosystem#1131, git-ecosystem#1151, git-ecosystem#1156, git-ecosystem#1162)
- Better browser detection inside of WSL (git-ecosystem#1148)
- Handle expired OAuth refresh token for generic auth (git-ecosystem#1196)
- Target *-latest runner images in CI workflow (git-ecosystem#1178)
- Various bug fixes:
  - Ensure we create a WindowsProcessManager on Windows (git-ecosystem#1146)
  - Ensure we start child processes created with ProcessManager (git-ecosystem#1177)
  - Fix app path name of Windows dropping file extension (git-ecosystem#1181)
  - Ensure we init IEnvironment before SessionManager (git-ecosystem#1167)
  - git: consistently read from stdout before exit wait (git-ecosystem#1136)
  - trace2: guard against null pipe client in dispose (git-ecosystem#1135)
- Make Avalonia UI the default Windows and move to in-process (git-ecosystem#1207)
- Add Git configuration options for trace & debug (git-ecosystem#1228)
- Transition from Nerdbank.GitVersioning to a version file (git-ecosystem#1231)
- Add support for using the current Windows user for WAM on DevBox
(git-ecosystem#1197)
- Various documentation updates:
  - org-rename: update references to GitCredentialManager (git-ecosystem#1141)
  - issue templates: remove core suffix (git-ecosystem#1180)
  - readme: add link to project roadmap (git-ecosystem#1204)
  - docs: add bitbucket app password requirements (git-ecosystem#1213)
  - .net tool: clarify install instructions (git-ecosystem#1126)
  - docs: call out different GCM install paths in WSL docs (git-ecosystem#1168)
  - docs: add trace2 to config/env documentation (git-ecosystem#1230)
**Changes since 2.1.0:**

- Fix several UI bugs (git-ecosystem#1238, git-ecosystem#1241)
- Lazily initialise Bitbucket host provider dependencies (git-ecosystem#1239)
**Changes since 2.1.1:**

- Enable Azure Repos OAuth-mode by default on DevBox (git-ecosystem#1245)
**Changes:**

- Use in-proc methods for getting OS version number (git-ecosystem#1240, git-ecosystem#1264)
- Update System.CommandLine (git-ecosystem#1265)
- Suppress GUI from command-line argument (git-ecosystem#1267)
- Add github (login|logout|list) commands (git-ecosystem#1267)
- cURL Cookie file support (git-ecosystem#1251)
- Update target framework on Mac/Linux to .NET 7 (git-ecosystem#1274, git-ecosystem#1282)
- Replace JSON.NET with System.Text.Json (git-ecosystem#1274)
- Preserve exact redirect URI formatting in OAuth requests (git-ecosystem#1281)
- Use IP localhost redirect for GitHub (git-ecosystem#1286)
- Use WWW-Authenticate headers from Git for Azure Repos authority
(git-ecosystem#1288)
- Better GitHub Enterprise Managed User (EMU) account support (git-ecosystem#1190)
**Changes since 2.2.0:**

- Workaround Avalonia crashing issue on macOS (git-ecosystem#1314)
**Changes since 2.2.1:**

- Fix an issue where duplicate "Personal Access Token" GitHub account
options are shown when Visual Studio has a GitHub account signed-in
(git-ecosystem#1325 git-ecosystem#1328)
- Fix an issue with Azure DevOps Server (TFS) and Windows Integrated
Authentication (git-ecosystem#1331 git-ecosystem#1332)
- Fix an issue with OAuth redirects GitHub Enterprise Server (git-ecosystem#1329
git-ecosystem#1330)
- Correctly handle non-ASCII username/passwords with the WPF UI helpers
(git-ecosystem#1287 git-ecosystem#1326)
**Changes since 2.2.2:**

- Fix a GCM/Git Trace2 file locking issue
  - Issue: git-ecosystem#1323 
  - PR: git-ecosystem#1340
- Remove symlinks to `git-credential-manager-core` exe
  - Issue: git-ecosystem#1322
  - PR: git-ecosystem#1327 
- Add fallback http uri to `diagnose` command
  - Issue: git-ecosystem#1215
  - PR: git-ecosystem#1339
- Workaround MSAL tenant issue with silent auth
  - Issue: git-ecosystem#1297
  - PR: git-ecosystem#1321
Changes:

- Ensure only unique accounts are returned from credential store
  - Issue: git-ecosystem#1368
  - PR: git-ecosystem#1369
- Migrate GCM from `microsoft/homebrew-git` to `Homebrew/homebrew-core`
tap
  - Issue: git-ecosystem#1102 
  - PR: git-ecosystem#1374
**Changes:**

- Catch unhandled Trace2 exception when writing to a file (git-ecosystem#1378)
**Changes:**

- Add support for managed identity and service principals in Azure Repos
(git-ecosystem#1372)
- Support universal Gitea OAuth app configuration (git-ecosystem#1442)
- Set default generic OAuth redirect URI value (git-ecosystem#1444)
- Drop WPF helpers on Windows (git-ecosystem#1417)
- Add software rendering override for Windows (git-ecosystem#1445, git-ecosystem#1453)
- Recognise GitLab hosts via WWW-Authenticate header (git-ecosystem#1428)
- Recognise Bitbucket hosts via WWW-Authenticate header (git-ecosystem#1441)
- Support GitHub Gist remote URLs (git-ecosystem#1402)
- Update to Avalonia 11.x (git-ecosystem#1383)
- Documentation updates (git-ecosystem#1416)
- Drop unnecessary .NET Framework-specific code (git-ecosystem#1447)
- Updates to release process (git-ecosystem#1386, git-ecosystem#1381)
- Update code signing certificates (git-ecosystem#1431)
**Changes:**

_Since 2.4.0:_

- Fix macOS ARM64 tarball contents (git-ecosystem#1458)

_Since 2.3.x:_

- Add support for managed identity and service principals in Azure Repos
(git-ecosystem#1372)
- Support universal Gitea OAuth app configuration (git-ecosystem#1442)
- Set default generic OAuth redirect URI value (git-ecosystem#1444)
- Drop WPF helpers on Windows (git-ecosystem#1417)
- Add software rendering override for Windows (git-ecosystem#1445, git-ecosystem#1453)
- Recognise GitLab hosts via WWW-Authenticate header (git-ecosystem#1428)
- Recognise Bitbucket hosts via WWW-Authenticate header (git-ecosystem#1441)
- Support GitHub Gist remote URLs (git-ecosystem#1402)
- Update to Avalonia 11.x (git-ecosystem#1383)
- Documentation updates (git-ecosystem#1416)
- Drop unnecessary .NET Framework-specific code (git-ecosystem#1447)
- Updates to release process (git-ecosystem#1386, git-ecosystem#1381)
- Update code signing certificates (git-ecosystem#1431)
**Changes:**

- Fixes to install from source script (git-ecosystem#1469)
- Use Avalonia generated view code (#14790
- Various GitHub Actions updates (git-ecosystem#1473, git-ecosystem#1483, git-ecosystem#1487, git-ecosystem#1486, git-ecosystem#1488,
git-ecosystem#1528, git-ecosystem#1547)
- Fix bug in Azure Repos URL handling (git-ecosystem#1522)
- Add Azure Managed Identity and SP docs (git-ecosystem#1548)
- Fix error messages when using GCM outside of repo (git-ecosystem#1561, git-ecosystem#1583)
- Remove ESRP (git-ecosystem#1571)
- Update to .NET 8 for Mac and Linux (git-ecosystem#1579, git-ecosystem#1580)
- Fix Alpine install from source script (git-ecosystem#1582)
**Changes:**

- Update MSAL and Avalonia (git-ecosystem#1591)
- Fix issue with diagnostic messages (git-ecosystem#1590)
- Address CVE-2024-32478 (this issue only affected the Linux Debian
package)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@c053181...2b973e8)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
**Changes:**

- Update MSAL and Avalonia to latest versions (git-ecosystem#1640).
- Changes to release workflow to publish NuGet signing certificate
(git-ecosystem#1594, git-ecosystem#1644, git-ecosystem#1647).
- Updates to Managed Identity and Service Principal docs.
Fix the `dotnet tool install` command for code signing in the release
workflow.

D'oh!
**Changes:**

- Drop no longer needed workflows (git-ecosystem#1659)
- Documentation fixes (git-ecosystem#1664, git-ecosystem#1697)
- Configurable GPG store path via Git config (git-ecosystem#1698)
- Fix Visual Studio build problems and update dependencies (git-ecosystem#1711)
- Support sending X5C with certificate auth (git-ecosystem#1666)
…-ecosystem#1699)

Bumps
[lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action)
from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
-
[Commits](lycheeverse/lychee-action@c053181...2b973e8)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action dependency-type:
direct:production update-type: version-update:semver-minor ...
I just tried to run the `dotnet tool install -g git-credential-manager`
command and it failed because I did not have .NET 8 installed. So
updating the docs.
Copy link
Owner Author

@avitsalex69 avitsalex69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

output: true
permalink: /registry/:collection/:title

exclude:

  • Gemfile
  • Gemfile.lock
  • tmp
  • vendor/bundle
    #just_the_docs:

collections:

draft-feature:

name: Draft features

alternative-schema:

name: Alternative schemas

namespace:

name: Extension namespaces

draft-feature:

name: Draft features

format:

name: Formats

plugins:

Apache 2.0 License. This site is
\ maintained at <a href="https://github.com/OAI/OpenAPI-Specification/tree/gh-pages/\">https://github.com/OAI/OpenAPI-Specification/."

@avitsalex69 avitsalex69 changed the base branch from main to patch-1 April 25, 2025 07:16
@avitsalex69 avitsalex69 changed the base branch from patch-1 to main April 25, 2025 07:16
@avitsalex69 avitsalex69 changed the base branch from main to patch-1 April 25, 2025 07:16
# A token is used to avoid GitHub rate limiting. A personal token with
# no extra permissions is enough to be able to check public repos
# See: https://github.com/lycheeverse/lychee#github-token
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avitsalex69 avitsalex69 self-assigned this May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants