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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2016-07-24 01:40:19 +0300
committerJb Evain <jb@evain.net>2016-07-24 01:40:19 +0300
commita44de02468ce978e322f279f0d1e7ca2f4f2d86e (patch)
treeb22350ea00aa8658259627eb60625be545e558c8 /ProjectInfo.cs
parent46356a5611623a3c32dea5f5b948c771f6764e3a (diff)
Add assembly informational version
Diffstat (limited to 'ProjectInfo.cs')
-rw-r--r--ProjectInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ProjectInfo.cs b/ProjectInfo.cs
index 2e3312a..141d97a 100644
--- a/ProjectInfo.cs
+++ b/ProjectInfo.cs
@@ -19,3 +19,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion ("0.10.0.0")]
[assembly: AssemblyFileVersion ("0.10.0.0")]
+[assembly: AssemblyInformationalVersion ("0.10.0.0-beta")] \ No newline at end of file