From 7eaab4fa29044a7b3cfa5b8ae61b4f108eff87d5 Mon Sep 17 00:00:00 2001 From: Vlad Taranov Date: Wed, 23 Mar 2016 11:00:53 +0200 Subject: [PATCH] build --- Nuget/runsharp.nuspec | 5 +++-- RunSharpShared/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Nuget/runsharp.nuspec b/Nuget/runsharp.nuspec index 3395b6f..c47487f 100644 --- a/Nuget/runsharp.nuspec +++ b/Nuget/runsharp.nuspec @@ -1,9 +1,9 @@  + Aqla.RunSharp IL generator aqla.runsharp - Aqla.RunSharp - 1.0.0.15 + 1.0.0.16 Vladyslav Taranov Vladyslav Taranov 2016, fork source from Stefan Simek 2009 Vladyslav Taranov @@ -20,6 +20,7 @@ This package is a fork of TriAxis.RunSharp (the original is now abandoned).runsharp reflection reflection.emit compilation IKVM aqla aqlasolutions IL en-US +* 1.0.0.16 - multidimensional array access, fix for AND/OR operands * 1.0.0.15 - added nullables support, multiple improvements * 0.2.0.5 - operand leaking detection * 0.2.0.4 - added support for Silverlight 4 diff --git a/RunSharpShared/AssemblyInfo.cs b/RunSharpShared/AssemblyInfo.cs index a304ad6..a79e54f 100644 --- a/RunSharpShared/AssemblyInfo.cs +++ b/RunSharpShared/AssemblyInfo.cs @@ -57,8 +57,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.15")] -[assembly: AssemblyFileVersion("1.0.0.15")] +[assembly: AssemblyVersion("1.0.0.16")] +[assembly: AssemblyFileVersion("1.0.0.16")] //[assembly: CLSCompliant(true)] #if !PHONE8 && !SILVERLIGHT