diff --git a/Nuget/runsharp.nuspec b/Nuget/runsharp.nuspec index c47487f..3f76246 100644 --- a/Nuget/runsharp.nuspec +++ b/Nuget/runsharp.nuspec @@ -3,7 +3,7 @@ Aqla.RunSharp IL generator aqla.runsharp - 1.0.0.16 + 1.0.0.17 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.17 - IKVM reference won't be added for nuget installations * 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 diff --git a/RunSharpShared/AssemblyInfo.cs b/RunSharpShared/AssemblyInfo.cs index a79e54f..defc8f1 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.16")] -[assembly: AssemblyFileVersion("1.0.0.16")] +[assembly: AssemblyVersion("1.0.0.17")] +[assembly: AssemblyFileVersion("1.0.0.17")] //[assembly: CLSCompliant(true)] #if !PHONE8 && !SILVERLIGHT diff --git a/all.build b/all.build index 7599cf8..64bcb0a 100644 --- a/all.build +++ b/all.build @@ -28,7 +28,7 @@ - + @@ -43,24 +43,22 @@ - - - - + + + - - + diff --git a/lib/IKVM.Reflection.7.2.4630.5.altered.zip b/lib/IKVM.Reflection.7.2.4630.5.altered.zip deleted file mode 100644 index d7d1b14..0000000 Binary files a/lib/IKVM.Reflection.7.2.4630.5.altered.zip and /dev/null differ diff --git a/lib/altered IKVM.Reflection source.txt b/lib/altered IKVM.Reflection source.txt new file mode 100644 index 0000000..776e42f --- /dev/null +++ b/lib/altered IKVM.Reflection source.txt @@ -0,0 +1 @@ +https://github.com/AqlaSolutions/Aqla.IKVM.Reflection \ No newline at end of file