microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
devtools-port-no-auth

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/version.json

15lines · modeblame

9461a082Ricardo Minguez Pablos (RIDO)8 months ago1{
2"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3"version": "0.0.1-alpha.{height}",
6906413cRido7 months ago4"pathFilters": ["."],
9461a082Ricardo Minguez Pablos (RIDO)8 months ago5"publicReleaseRefSpec": [
6"^refs/heads/main$",
6906413cRido7 months ago7"^refs/heads/next/core$",
9461a082Ricardo Minguez Pablos (RIDO)8 months ago8"^refs/heads/v\\d+(?:\\.\\d+)?$"
9],
10"cloudBuild": {
11"buildNumber": {
12"enabled": true
13}
14}
15}