chore: bump version

- include README in package
- add package description
This commit is contained in:
Marcello 2023-05-26 16:31:59 +02:00
parent 6d98eb6323
commit d6c8f55509

View file

@ -5,8 +5,10 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<PackAsTool>true</PackAsTool>
<Description>Tool to find and exec shell scripts</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ToolCommandName>scrl</ToolCommandName>
</PropertyGroup>
@ -15,4 +17,8 @@
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
</ItemGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="/"/>
</ItemGroup>
</Project>