Skip to content

Commit

Permalink
Publish version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriesen committed Mar 28, 2023
1 parent 25320ce commit 6b7e08c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [1.1.0] - 2023-03-28

### Added

- RandomSkunk.Results:
Expand Down Expand Up @@ -586,7 +588,8 @@ Initial release.
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.0.0-alpha23...v1.0.0
[1.0.0-alpha23]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.0.0-alpha22...v1.0.0-alpha23
[1.0.0-alpha22]: https://github.com/bfriesen/RandomSkunk.Results/compare/v1.0.0-alpha21...v1.0.0-alpha22
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
See: https://www.strathweb.com/2018/07/solution-wide-nuget-package-version-handling-with-msbuild-15/ -->
<Project>
<PropertyGroup>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<PackageReleaseNotes>https://github.com/bfriesen/RandomSkunk.Results/blob/main/CHANGELOG.md#$(PackageVersion.Replace(".", ""))---$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 6b7e08c

Please sign in to comment.