From 927ab4e262747e49b74e191c11a8f43898174de2 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Sat, 21 Nov 2020 17:39:06 +0100 Subject: [PATCH 1/2] Fix target version --- src/Paramdigma.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paramdigma.Core.csproj b/src/Paramdigma.Core.csproj index 05e524e..d473c54 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 From ccb7bb76118d646c350250a4846de344f4970337 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Sat, 21 Nov 2020 17:40:18 +0100 Subject: [PATCH 2/2] Bumped version + changelog --- CHANGELOG.md | 4 ++++ src/Paramdigma.Core.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 d473c54..6d194e9 100644 --- a/src/Paramdigma.Core.csproj +++ b/src/Paramdigma.Core.csproj @@ -14,7 +14,7 @@ Paramdigma.Core - 0.1.0 + 0.1.1 Alan Rynne Paramdigma Computational Geometry library for .Net