Skip to content

Commit acb8bee

Browse files
committed
V 1.0.5
1 parent e025647 commit acb8bee

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0">
12+
<PackageReference Include="Roslynator.Analyzers" Version="4.11.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
16+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
20-
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.3-blue?&label=latests&logo=nuget
20+
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.5-blue?&label=latests&logo=nuget
2121
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI

src/README_NUGET.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[license-shield]: https://img.shields.io/github/license/Genocs/genocs-library-cli?color=2da44e&style=flat-square
1616
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
1717
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
18-
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.3-blue?&label=latests&logo=nuget
18+
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.5-blue?&label=latests&logo=nuget
1919
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
2020
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
2121
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI
@@ -86,6 +86,12 @@ dotnet tool uninstall -g genocs.cli
8686

8787
## Release notes
8888

89+
### [2024-03-04] 1.0.5
90+
- Updated NuGet packages
91+
92+
### [2023-12-16] 1.0.4
93+
- Fix Issue on resource
94+
8995
### [2023-12-16] 1.0.3
9096
- Fix Issue on resource
9197

0 commit comments

Comments
 (0)