Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynam committed May 5, 2021
1 parent 6a0c719 commit 00b2f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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](https://semver.org/spec/v2.0.0

## [Unstable]

## [1.0.1]

### Changed

- WorkContext.Items is now a property.
Expand All @@ -26,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI/CD for the project
- Initial codebase

[unstable]: https://github.com/iteam-consulting/WerkWerk/compare/1.0.0...HEAD
[unstable]: https://github.com/iteam-consulting/WerkWerk/compare/1.0.1...HEAD
[1.0.1]: https://github.com/iteam-consulting/WerkWerk/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/iteam-consulting/WerkWerk/releases/tag/1.0.0
4 changes: 2 additions & 2 deletions WerkWerk/WerkWerk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>WerkWerk</PackageId>
<Version Condition=" '$(VersionSuffix)' == '' ">1.0.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">1.0.0-alpha.$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">1.0.1</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">1.0.1-alpha.$(VersionSuffix)</Version>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Authors>Matt Lynam</Authors>
<Company>iTEAM Consulting, LLC</Company>
Expand Down

0 comments on commit 00b2f20

Please sign in to comment.