microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/msal-agentic-cache

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/version.json

13lines · modecode

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