microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
74588b33035a67444a68e0299b0b92494fa76c4a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/version.json

14lines · modepreview

{
  "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
  "version": "1.0",
  "versionHeightOffset": -1,
  "pathFilters": ["."],
  "publicReleaseRefSpec": [
    "^refs/heads/releases/core$"
  ],
  "cloudBuild": {
    "buildNumber": {
      "enabled": true
    }
  }
}