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>2020-02-20 00:32:47 +0300
committerJb Evain <jb@evain.net>2020-02-20 00:34:29 +0300
commitb2958c0d8473aa6eaa6b3bd7ad19d5f643a97804 (patch)
treec3ea8bb14ca57835dda520668a0825e10cfbcb8e
parent7d2479e42bee1e27e0067bbfe821693f5fec674b (diff)
Bump to 0.11.2
-rw-r--r--Mono.Cecil.nuspec2
-rw-r--r--ProjectInfo.cs6
2 files changed, 4 insertions, 4 deletions
diff --git a/Mono.Cecil.nuspec b/Mono.Cecil.nuspec
index 4da731c..83e2d8d 100644
--- a/Mono.Cecil.nuspec
+++ b/Mono.Cecil.nuspec
@@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Mono.Cecil</id>
- <version>0.11.1.0</version>
+ <version>0.11.2.0</version>
<title>Mono.Cecil</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
diff --git a/ProjectInfo.cs b/ProjectInfo.cs
index 5081544..11151c9 100644
--- a/ProjectInfo.cs
+++ b/ProjectInfo.cs
@@ -15,6 +15,6 @@ using System.Runtime.InteropServices;
[assembly: ComVisible (false)]
-[assembly: AssemblyVersion ("0.11.1.0")]
-[assembly: AssemblyFileVersion ("0.11.1.0")]
-[assembly: AssemblyInformationalVersion ("0.11.1.0")]
+[assembly: AssemblyVersion ("0.11.2.0")]
+[assembly: AssemblyFileVersion ("0.11.2.0")]
+[assembly: AssemblyInformationalVersion ("0.11.2.0")]