Skip to content

Commit

Permalink
Updated version to v1.5.2-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ committed Apr 19, 2024
1 parent 4ec9de6 commit 0f73696
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 327 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ILGPU License
********************************************************************************
University of Illinois/NCSA Open Source License
Copyright (c) 2016-2023 ILGPU Project
Copyright (c) 2016-2024 ILGPU Project
All rights reserved.

Developed by: Marcel Koester ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ILGPU also provides Source Link support for a better debugging experience. Make
ILGPU is licensed under the University of Illinois/NCSA Open Source License.
Detailed license information can be found in LICENSE.txt.

Copyright (c) 2016-2023 ILGPU Project. All rights reserved.
Copyright (c) 2016-2024 ILGPU Project. All rights reserved.

Originally developed by Marcel Koester.

Expand Down
8 changes: 4 additions & 4 deletions Src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</PropertyGroup>

<PropertyGroup>
<LibraryVersionPrefix>1.5.1</LibraryVersionPrefix>
<LibraryAssemblyVersion>1.5.1.0</LibraryAssemblyVersion>
<LibraryFileVersion>1.5.1.0</LibraryFileVersion>
<LibraryPackageValidationBaselineVersion>1.5.0</LibraryPackageValidationBaselineVersion>
<LibraryVersionPrefix>1.5.2-beta1</LibraryVersionPrefix>
<LibraryAssemblyVersion>1.5.2.0</LibraryAssemblyVersion>
<LibraryFileVersion>1.5.2.0</LibraryFileVersion>
<LibraryPackageValidationBaselineVersion>1.5.1</LibraryPackageValidationBaselineVersion>
</PropertyGroup>

<!-- Unit Test Project Configuration -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion>$(Version)</PackageVersion>

<Title>ILGPU Algorithms Library</Title>
<Copyright>Copyright (c) 2016-2023 ILGPU Project. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2016-2024 ILGPU Project. All rights reserved.</Copyright>
<Company />
<Authors>ILGPU Algorithms Project</Authors>
<Description>ILGPU Algorithms library for high-level GPU programming.</Description>
Expand Down
319 changes: 0 additions & 319 deletions Src/ILGPU/CompatibilitySuppressions.xml

This file was deleted.

2 changes: 1 addition & 1 deletion Src/ILGPU/Properties/ILGPU.nuspec.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion>$(Version)</PackageVersion>

<Title>ILGPU</Title>
<Copyright>Copyright (c) 2016-2023 ILGPU Project. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2016-2024 ILGPU Project. All rights reserved.</Copyright>
<Company />
<Authors>Marcel Koester</Authors>
<Description>ILGPU Just-In-Time Compiler</Description>
Expand Down

0 comments on commit 0f73696

Please sign in to comment.