Skip to content

Commit

Permalink
Updated version number, Nuget package configuration and 3rd-party lic…
Browse files Browse the repository at this point in the history
…ense.
  • Loading branch information
m4rs-mt committed Jun 21, 2020
1 parent 829ccce commit 2ae313e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 35 deletions.
4 changes: 1 addition & 3 deletions .nuget/ILGPU.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ILGPU</id>
<version>0.8.0</version>
<version>0.8.1-beta1</version>
<title>ILGPU</title>
<owners>Marcel Koester</owners>
<authors>Marcel Koester</authors>
Expand Down Expand Up @@ -30,8 +30,6 @@
<file src="..\LICENSE.txt" target="" />
<file src="..\LICENSE-3RD-PARTY.txt" target="" />

<file src="ILGPU.targets" target="build\ILGPU.targets" />

<file src="..\Bin\Release\netstandard2.1\ILGPU.dll" target="lib\netstandard2.1\ILGPU.dll" />
<file src="..\Bin\Release\netstandard2.1\ILGPU.xml" target="lib\netstandard2.1\ILGPU.xml" />
<file src="..\Bin\Release\netstandard2.1\ILGPU.pdb" target="lib\netstandard2.1\ILGPU.pdb" />
Expand Down
29 changes: 0 additions & 29 deletions .nuget/ILGPU.targets

This file was deleted.

9 changes: 9 additions & 0 deletions LICENSE-3RD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Copyrights and Licenses for third party dependencies of ILGPU.
ILGPU Dependencies:
- System.Collections.Immutable
(https://www.nuget.org/packages/System.Collections.Immutable)
- System.Memory
(https://www.nuget.org/packages/System.Memory)
- System.Reflection.Metadata
(https://www.nuget.org/packages/System.Reflection.Metadata)
- System.Runtime.CompilerServices.Unsafe
Expand All @@ -16,6 +18,13 @@ ILGPU Dependencies:
System.Collections.Immutable license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770

********************************************************************************
ILGPU Compiler Dependency: System.Memory
********************************************************************************

System.Memory license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770

********************************************************************************
ILGPU Compiler Dependency: System.Reflection.Metadata
********************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Src/ILGPU.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{CF6CEEF5-1BFF-4A2B-8506-D62DE6D410EE}"
ProjectSection(SolutionItems) = preProject
..\.nuget\ILGPU.nuspec = ..\.nuget\ILGPU.nuspec
..\.nuget\ILGPU.targets = ..\.nuget\ILGPU.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILGPU.Tests", "ILGPU.Tests\ILGPU.Tests.csproj", "{FD2580D6-C051-4F6B-8208-EE0EAAFD6392}"
Expand Down
5 changes: 3 additions & 2 deletions Src/ILGPU/ILGPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
<Copyright>Copyright © 2016-2020 Marcel Koester</Copyright>
<Company />
<Authors>Marcel Koester</Authors>
<Version>0.8.0</Version>
<Version>0.8.1</Version>
<Description>ILGPU Just-In-Time Compiler</Description>
<PackageProjectUrl>www.ilgpu.net</PackageProjectUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<!-- CAUTION: ILGPU supports a limited subset only - due to the .Net 4.7 backwards compatibility -->
<LangVersion>8.0</LangVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<AssemblyVersion>0.8.1.0</AssemblyVersion>
<FileVersion>0.8.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'!='net47'">
Expand Down

0 comments on commit 2ae313e

Please sign in to comment.