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: 40b1990decbf3d9cb07034a95fbc768c08f47358 (plain)
1
2
3
4
5
6
7
8
using System;
namespace Mono.Documentation
{
	public static class Consts
	{
		public static string MonoVersion = "5.0.0.13";
	}
}