Skip to content

Commit

Permalink
- Changed package icon
Browse files Browse the repository at this point in the history
- Added XML documentation to the package
- Published v1.0.1
  • Loading branch information
MikaBerglund committed Mar 4, 2024
1 parent f397855 commit 1d2d4ff
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Blazorade.Mermaid/Blazorade.Mermaid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>Blazorade Mermaid</Title>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Mika Berglund</Authors>
<Company>Blazorade</Company>
<Product>Blazorade Mermaid</Product>
Expand All @@ -20,6 +20,8 @@
<PackageReleaseNotes>For details about this release, check out the release notes on Nuget at https://www.nuget.org/packages/Blazorade.Mermaid.</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>Blazorade.Mermaid.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
57 changes: 57 additions & 0 deletions Blazorade.Mermaid/Blazorade.Mermaid.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Blazorade.Mermaid/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ Blazorade Mermaid will take care of the rest for you.

## Version Highlights

## v1.0.0
### v1.0.1

- Changed package icon.
- Added XML documentation file to the package to enable inline documentation with intellisense.

### v1.0.0

The first stable version of Blazorade Mermaid.
- Changed the `Code` parameter on the `MermaidDiagram` component to `Definition` to better match the terminology on the [Mermaid website](https://mermaid.js.org/intro/).

## v1.0.0-beta.3
### v1.0.0-beta.3

- Prefixed the generated ID for the `MermaidDiagram` component with the character `m` to ensure that it never starts with a digit. `id` attributes for HTML elements **MUST** start with a letter, not a digit.

Expand Down

0 comments on commit 1d2d4ff

Please sign in to comment.