Skip to content

Commit

Permalink
Updated version to 1.3.0 stable. (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Nov 27, 2022
1 parent 427dab5 commit 3e3f02b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Samples/MonitorProgress/CudaProgress.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// Copyright (c) 2021-2022 ILGPU Project
// www.ilgpu.net
//
// File: CudaProgress.cs
Expand All @@ -14,6 +14,8 @@
using ILGPU.Runtime.Cuda;
using System;

#pragma warning disable CA2213

namespace MonitorProgress
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<LibraryVersionPrefix>1.3.0-beta3</LibraryVersionPrefix>
<LibraryVersionPrefix>1.3.0</LibraryVersionPrefix>
<LibraryAssemblyVersion>1.3.0.0</LibraryAssemblyVersion>
<LibraryFileVersion>1.3.0.0</LibraryFileVersion>
<LibraryPackageValidationBaselineVersion>1.2.0</LibraryPackageValidationBaselineVersion>
Expand Down

0 comments on commit 3e3f02b

Please sign in to comment.