Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Mar 6, 2016
1 parent c58dfa9 commit 0ca0960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Nuget/runsharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>aqla.runsharp</id>
<title>Aqla.RunSharp</title>
<version>0.2.0.5</version>
<version>1.0.0.15</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.15 - added nullables support, multiple improvements
* 0.2.0.5 - operand leaking detection
* 0.2.0.4 - added support for Silverlight 4
* 0.2.0.3 - added support for Windows Phone 8
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("0.2.0.5")]
[assembly: AssemblyFileVersion("0.2.0.5")]
[assembly: AssemblyVersion("1.0.0.15")]
[assembly: AssemblyFileVersion("1.0.0.15")]

//[assembly: CLSCompliant(true)]
#if !PHONE8 && !SILVERLIGHT
Expand Down

0 comments on commit 0ca0960

Please sign in to comment.