Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Nov 21, 2020
2 parents 2bb9cb5 + ccb7bb7 commit 906a375
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions src/Paramdigma.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<Description>Computational Geometry library for .NET</Description>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Paramdigma Core</Title>
<PackageProjectUrl>https://paramdigma.com/Core/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Paramdigma/Core/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -14,7 +14,7 @@

<PropertyGroup>
<PackageId>Paramdigma.Core</PackageId>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Alan Rynne</Authors>
<Company>Paramdigma</Company>
<PackageDescription>Computational Geometry library for .Net</PackageDescription>
Expand Down

0 comments on commit 906a375

Please sign in to comment.