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>2017-01-11 20:04:51 +0300
committerJb Evain <jb@evain.net>2017-01-11 20:04:51 +0300
commit24cccf689a0e573fe6cebc1fe72c6bb4f7ff15f7 (patch)
treec3a7004684a21bd1191adb1a847fddc84d8eed84
parent60f09acbf0cf933f58e0dad1d2b107244a465a21 (diff)
Bump to beta 2
-rw-r--r--Mono.Cecil.nuspec2
-rw-r--r--ProjectInfo.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mono.Cecil.nuspec b/Mono.Cecil.nuspec
index b19d8e9..e9ae36e 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.10.0.0-beta1-v2</version>
+ <version>0.10.0.0-beta2</version>
<title>Mono.Cecil</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
diff --git a/ProjectInfo.cs b/ProjectInfo.cs
index dd36976..6bfdedf 100644
--- a/ProjectInfo.cs
+++ b/ProjectInfo.cs
@@ -19,4 +19,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion ("0.10.0.0")]
[assembly: AssemblyFileVersion ("0.10.0.0")]
-[assembly: AssemblyInformationalVersion ("0.10.0.0-beta1")]
+[assembly: AssemblyInformationalVersion ("0.10.0.0-beta2")]