Skip to content

Commit

Permalink
feat: release for version 0.2.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgold09 authored Dec 20, 2021
1 parent 354fa9e commit 8992b23
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.2.0

### Feature updates

* Update to .NET 6 runtime and update packages (#27)
* Create UNIX-specific symlinks (#26)

### Fixes

* Fix symlink creation on linux (#24)

## 0.1.0

Initial release of cnct.
2 changes: 1 addition & 1 deletion Cnct/Cnct.NetCore/Cnct.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>cnct</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Authors>bgold09</Authors>
<Description>Cnct is a cross-platform command-line tool that aims to make bootstrapping your developer environment easier. This is accomplished by providing a set of common operations (e.g. creating symlinks) that can be expressed in a simple configuration.</Description>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 8992b23

Please sign in to comment.