diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index 87470c6..afb0260 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -8,11 +8,11 @@ MatFileHandler provides a simple interface for reading and writing MATLAB .mat files (of so-called "Level 5") and extracting the contents of numerical arrays, logical arrays, sparse arrays, char arrays, cell arrays and structure arrays. Copyright 2017-2020 Alexander Luzgarev MIT - https://github.com/mahalex/MatFileHandler - https://github.com/mahalex/MatFileHandler/releases/tag/v$(PackageVersion) + https://git.mahalex.net/mahalex/MatFileHandler + https://git.mahalex.net/mahalex/MatFileHandler/releases/ README.md Matlab - https://github.com/mahalex/MatFileHandler + https://git.mahalex.net/mahalex/MatFileHandler bin\$(Configuration)\ $(OutputPath)\$(TargetFramework)\$(AssemblyName).xml true @@ -32,7 +32,7 @@ - + diff --git a/README.md b/README.md index 218deef..904889a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find (partial) technical description of MATLAB object data format This document briefly describes how to perform simple operations with .mat files using MatFileHandler. -If you have questions and/or ideas, you can [file a new issue](https://github.com/mahalex/MatFileHandler/issues/new) +If you have questions and/or ideas, you can [file a new issue](https://git.mahalex.net/mahalex/MatFileHandler/issues/new) or contact me directly at . ## Changelog diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3ba68d..3488166 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,9 +11,9 @@ variables: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 8.x' + displayName: 'Use .NET Core SDK 9.x' inputs: - version: 8.x + version: 9.x - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)'