Skip to content

Commit

Permalink
v0.4.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Aug 28, 2023
1 parent eb64ec8 commit d3c0f7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.4.2] 2023-08-27

### Updated

- Deterministic package build in CI/CD.
- Explode `<inheritdoc />` tags in generated XML documentation.

## [0.4.1] 2023-05-19

### Updated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ These features make LazyCart a powerful tool for any application that requires e
LazyCart is offered as a [NuGet package](https://www.nuget.org/packages/LazyCart) and can be installed with the following command, or your favorite package manager:

```shell
dotnet add package LazyCart --version 0.4.1
dotnet add package LazyCart --version 0.4.2
```

### 🛠️ Building From Source
Expand Down

0 comments on commit d3c0f7b

Please sign in to comment.