diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3db6b..5c5ef80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 21-Nov-2020 + +Leftover change caused CI pipeline to crash. This should fix it! + ## [0.1.0] - 21-Nov-2020 So... another couple of release notes missing! 😅 What's important? diff --git a/src/Paramdigma.Core.csproj b/src/Paramdigma.Core.csproj index 05e524e..6d194e9 100644 --- a/src/Paramdigma.Core.csproj +++ b/src/Paramdigma.Core.csproj @@ -4,7 +4,7 @@ Computational Geometry library for .NET - netstandard2.1 + netstandard2.0 Paramdigma Core https://paramdigma.com/Core/ https://github.com/Paramdigma/Core/blob/master/LICENSE @@ -14,7 +14,7 @@ Paramdigma.Core - 0.1.0 + 0.1.1 Alan Rynne Paramdigma Computational Geometry library for .Net