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

Consts.cs « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efb37108069736956280fec7ce5fe476216b4ec7 (plain)
1
2
3
4
5
6
7
8
using System;
namespace Mono.Documentation
{
	public static class Consts
	{
		public static string MonoVersion = "5.1.0.0";
	}
}