Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Mar 23, 2016
1 parent f01647f commit 7eaab4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Nuget/runsharp.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<title>Aqla.RunSharp IL generator</title>
<id>aqla.runsharp</id>
<title>Aqla.RunSharp</title>
<version>1.0.0.15</version>
<version>1.0.0.16</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2016, fork source from Stefan Simek 2009</copyright>
<owners>Vladyslav Taranov</owners>
Expand All @@ -20,6 +20,7 @@ This package is a fork of TriAxis.RunSharp (the original is now abandoned).</des
<tags>runsharp reflection reflection.emit compilation IKVM aqla aqlasolutions IL</tags>
<language>en-US</language>
<releaseNotes>
* 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
Expand Down
4 changes: 2 additions & 2 deletions RunSharpShared/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eaab4f

Please sign in to comment.