From 5de7d8cbc91f6fd98dcc24b26b8c398db497809c Mon Sep 17 00:00:00 2001 From: Jb Evain Date: Wed, 2 Oct 2024 09:47:37 -0700 Subject: [PATCH] Bump to 0.11.6 --- Mono.Cecil.nuspec | 2 +- ProjectInfo.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mono.Cecil.nuspec b/Mono.Cecil.nuspec index 82cb30033..b91e5db06 100644 --- a/Mono.Cecil.nuspec +++ b/Mono.Cecil.nuspec @@ -2,7 +2,7 @@ Mono.Cecil - 0.11.5.0 + 0.11.6.0 Mono.Cecil Jb Evain Jb Evain diff --git a/ProjectInfo.cs b/ProjectInfo.cs index c7ffe5f04..a3c910121 100644 --- a/ProjectInfo.cs +++ b/ProjectInfo.cs @@ -15,6 +15,6 @@ [assembly: ComVisible (false)] -[assembly: AssemblyVersion ("0.11.5.0")] -[assembly: AssemblyFileVersion ("0.11.5.0")] -[assembly: AssemblyInformationalVersion ("0.11.5.0")] +[assembly: AssemblyVersion ("0.11.6.0")] +[assembly: AssemblyFileVersion ("0.11.6.0")] +[assembly: AssemblyInformationalVersion ("0.11.6.0")]