Skip to content

Commit

Permalink
nuget package improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed May 6, 2016
1 parent 7eaab4f commit cc7415e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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>
<title>Aqla.RunSharp IL generator</title>
<id>aqla.runsharp</id>
<version>1.0.0.16</version>
<version>1.0.0.17</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.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
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.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
Expand Down
14 changes: 6 additions & 8 deletions all.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ItemGroup>
<Net20Files Include="RunSharp\bin\Release\RunSharp.*"/>
<Net20Files Include="LICENSE"/>
<IKVMFiles Include="RunSharpIKVM\bin\Release\RunSharpIKVM.*"/>
<IKVMFiles Include="RunSharpIKVM\bin\Release\RunSharp.*"/>
<IKVMFiles Include="RunSharpIKVM\bin\Release\IKVM.Reflection.*"/>
<IKVMFiles Include="LICENSE"/>
<IKVMFiles Include="lib\IKVM-LICENSE"/>
Expand All @@ -43,24 +43,22 @@

<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(NugetDirectory)\net20"/>
<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(ZipDirectory)\net20"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(NugetDirectory)\net20"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(ZipDirectory)\net20"/>

<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(NugetDirectory)\net30"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(NugetDirectory)\net30"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(NugetDirectory)\ikvm-net20+"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(ZipDirectory)\ikvm-net20+"/>

<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(NugetDirectory)\net30"/>
<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(NugetDirectory)\net35"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(NugetDirectory)\net35"/>

<Copy SourceFiles="@(WP8Files)" DestinationFolder="$(NugetDirectory)\windowsphone8"/>
<Copy SourceFiles="@(WP8Files)" DestinationFolder="$(ZipDirectory)\windowsphone8"/>

<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(NugetDirectory)\sl5"/>
<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(ZipDirectory)\sl5"/>

<!--
<Copy SourceFiles="@(PortableFiles)" DestinationFolder="$(NugetDirectory)\portable-sl5+net40+wp81+windows8+android+ios"/>
<Copy SourceFiles="@(PortableFiles)" DestinationFolder="$(ZipDirectory)\portable-sl5+net40+wp81+windows8+android+ios"/>

-->

<Exec Command="packages\NuGet.CommandLine.2.0.40000\tools\NuGet.exe pack $(NugetDirectory)\..\runsharp.nuspec"/>

Expand Down
Binary file removed lib/IKVM.Reflection.7.2.4630.5.altered.zip
Binary file not shown.
1 change: 1 addition & 0 deletions lib/altered IKVM.Reflection source.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/AqlaSolutions/Aqla.IKVM.Reflection

0 comments on commit cc7415e

Please sign in to comment.