Skip to content

Commit

Permalink
V 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanninocco committed Mar 4, 2024
1 parent e025647 commit acb8bee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0">
<PackageReference Include="Roslynator.Analyzers" Version="4.11.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
[build-shield]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml/badge.svg?branch=main
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.3-blue?&label=latests&logo=nuget
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.5-blue?&label=latests&logo=nuget
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI
Expand Down
8 changes: 7 additions & 1 deletion src/README_NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[license-shield]: https://img.shields.io/github/license/Genocs/genocs-library-cli?color=2da44e&style=flat-square
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.3-blue?&label=latests&logo=nuget
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.5-blue?&label=latests&logo=nuget
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI
Expand Down Expand Up @@ -86,6 +86,12 @@ dotnet tool uninstall -g genocs.cli

## Release notes

### [2024-03-04] 1.0.5
- Updated NuGet packages

### [2023-12-16] 1.0.4
- Fix Issue on resource

### [2023-12-16] 1.0.3
- Fix Issue on resource

Expand Down

0 comments on commit acb8bee

Please sign in to comment.