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

AssemblyInfo.cs « MonoDevelop.TextTemplating « TextTemplating « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4caedcb279ac0cecbf764c35ff79ae204580011 (plain)
1
2
3
4
5
6
7
8
9
// Autogenerated from MonoDevelop.TextTemplating.addin.xml

using System.Reflection;

[assembly: AssemblyProduct ("MonoDevelop")]
[assembly: AssemblyTitle ("Text Templating")]
[assembly: AssemblyDescription ("Support for editing and running T4 text templates.")]
[assembly: AssemblyVersion ("2.6")]
[assembly: AssemblyCopyright ("MIT X11")]