From 2ae313e928bed0cd49461063856675890fdb64fd Mon Sep 17 00:00:00 2001 From: Marcel Koester Date: Fri, 19 Jun 2020 16:18:24 +0200 Subject: [PATCH] Updated version number, Nuget package configuration and 3rd-party license. --- .nuget/ILGPU.nuspec | 4 +--- .nuget/ILGPU.targets | 29 ----------------------------- LICENSE-3RD-PARTY.txt | 9 +++++++++ Src/ILGPU.sln | 1 - Src/ILGPU/ILGPU.csproj | 5 +++-- 5 files changed, 13 insertions(+), 35 deletions(-) delete mode 100644 .nuget/ILGPU.targets diff --git a/.nuget/ILGPU.nuspec b/.nuget/ILGPU.nuspec index bc54e7275..b615d8dd3 100644 --- a/.nuget/ILGPU.nuspec +++ b/.nuget/ILGPU.nuspec @@ -2,7 +2,7 @@ ILGPU - 0.8.0 + 0.8.1-beta1 ILGPU Marcel Koester Marcel Koester @@ -30,8 +30,6 @@ - - diff --git a/.nuget/ILGPU.targets b/.nuget/ILGPU.targets deleted file mode 100644 index ae8fc0d85..000000000 --- a/.nuget/ILGPU.targets +++ /dev/null @@ -1,29 +0,0 @@ - - - - $([System.Text.RegularExpressions.Regex]::Replace($(TargetFrameworkVersion), '^[^\d\.]+', '', System.Text.RegularExpressions.RegexOptions.IgnoreCase)) - - - - - - $(MSBuildThisFileDirectory)../lib/netstandard2.1/ILGPU.dll - - - - - - - $(MSBuildThisFileDirectory)../lib/netcoreapp2.0/ILGPU.dll - - - - - - - $(MSBuildThisFileDirectory)../lib/net47/ILGPU.dll - - - - - diff --git a/LICENSE-3RD-PARTY.txt b/LICENSE-3RD-PARTY.txt index a6f4ce601..2323141ca 100644 --- a/LICENSE-3RD-PARTY.txt +++ b/LICENSE-3RD-PARTY.txt @@ -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 @@ -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 ******************************************************************************** diff --git a/Src/ILGPU.sln b/Src/ILGPU.sln index 19bc2edea..2331a79be 100644 --- a/Src/ILGPU.sln +++ b/Src/ILGPU.sln @@ -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}" diff --git a/Src/ILGPU/ILGPU.csproj b/Src/ILGPU/ILGPU.csproj index 6126accf0..78cc3a1a1 100644 --- a/Src/ILGPU/ILGPU.csproj +++ b/Src/ILGPU/ILGPU.csproj @@ -12,13 +12,14 @@ Copyright © 2016-2020 Marcel Koester Marcel Koester - 0.8.0 + 0.8.1 ILGPU Just-In-Time Compiler www.ilgpu.net en-US 8.0 - 0.8.0.0 + 0.8.1.0 + 0.8.1.0