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: c0f2a86fe28f67499618db5246e4d67ff977eb0a (plain)
1
2
3
4
5
6
7
8
9
using System;
namespace Mono.Documentation
{
	public static class Consts
	{
		// this is only a placeholder
		public static string MonoVersion = "5.0.0.1";
	}
}