Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.json - github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fff14ab3febfc25fc13ea1271277e897de44db59 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
  "version": "2.4",
  "publicReleaseRefSpec": [
    "^refs/heads/master$",
    "^refs/heads/v1\\.x$",
    "^refs/heads/v\\d+(?:.\\d+)?$",
    "^refs/heads/develop$"
  ]
}