microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3ddf9fa76ec1801a0e3ca312c6d9855879571ac1

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/version.json

14lines · modecode

1{
2 "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3 "version": "1.0",
4 "versionHeightOffset": -6,
5 "pathFilters": ["."],
6 "publicReleaseRefSpec": [
7 "^refs/heads/releases/core$"
8 ],
9 "cloudBuild": {
10 "buildNumber": {
11 "enabled": true
12 }
13 }
14}
15