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: 22042db2a68326bf1323864eae796adad69349b3 (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.12";
	}
}