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-11-03 20:11:34 +0300
committerJb Evain <jb@evain.net>2017-11-03 20:11:34 +0300
commit14e6162ae535afacb69eb6df399bbc46779a4587 (patch)
tree7a5788d47d302dbb974a4916fe43d4435a6bd404
parentdebf486ee50268af4939e7096bce6152725fdaef (diff)
Bump to beta7
-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 95ef8b4..4fc12bc 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-beta6</version>
+ <version>0.10.0.0-beta7</version>
<title>Mono.Cecil</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
diff --git a/ProjectInfo.cs b/ProjectInfo.cs
index 4d9e922..0b94141 100644
--- a/ProjectInfo.cs
+++ b/ProjectInfo.cs
@@ -17,4 +17,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion ("0.10.0.0")]
[assembly: AssemblyFileVersion ("0.10.0.0")]
-[assembly: AssemblyInformationalVersion ("0.10.0.0-beta6")]
+[assembly: AssemblyInformationalVersion ("0.10.0.0-beta7")]