Skip to content

Commit

Permalink
Merge pull request #21 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Update to 1.0.0
  • Loading branch information
ricaun authored Jan 19, 2022
2 parents be53d3e + 0120016 commit 4736cfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] / 2022-01-19
- Update to public Repo

## [0.0.16] / 2022-01-11
- Fix IHazGitRepository - `GetGitRepositoryOwner`

Expand Down Expand Up @@ -106,6 +109,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: https://github.com/ricaun-io/ricaun.Nuke/compare/1.0.0...HEAD
[1.0.0]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.16...1.0.0
[0.0.16]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.15...0.0.16
[0.0.15]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.14...0.0.15
[0.0.14]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.13...0.0.14
Expand Down
3 changes: 1 addition & 2 deletions ricaun.Nuke/ricaun.Nuke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

<PropertyGroup>
<PackageId>ricaun.Nuke</PackageId>
<Version>0.0.16</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<PackageAssemblyVersion></PackageAssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
<PackageAssemblyVersion>.Dev</PackageAssemblyVersion>
<FileVersion>$(Version).$([System.DateTime]::Now.ToString('ffff'))</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 4736cfa

Please sign in to comment.