From f342abab7bf9516fb9eaf6ed333dae4bcf701eb9 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Sat, 15 Mar 2025 09:05:26 +0100 Subject: [PATCH] Bump version & year in LICENSE --- LICENSE.md | 2 +- MatFileHandler/MatFileHandler.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 3996297..be2b4bb 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright 2017-2020 Alexander Luzgarev +Copyright 2017-2025 Alexander Luzgarev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index 62e831d..903b54f 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -1,7 +1,7 @@  netstandard2.0;net461;net472 - 1.4.0-beta2 + 1.4.0-beta3 MatFileHandler A library for reading and writing MATLAB .mat files. Alexander Luzgarev @@ -15,7 +15,7 @@ bin\$(Configuration)\ $(OutputPath)\$(TargetFramework)\$(AssemblyName).xml true - 8.0 + 10.0 enable true true