Skip to content

Commit 4879387

Browse files
committed
Increment project version to 1.0.3 in Blueflow.Chopper.csproj and update README file path in NuGet packaging configuration.
1 parent cf14928 commit 4879387

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Blueflow.Chopper/Blueflow.Chopper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<ToolCommandName>blueflow-chopper</ToolCommandName>
1212
<PackageId>Betalgo.Blueflow.Chopper</PackageId>
1313
<Authors>Betalgo</Authors>
14-
<Version>1.0.2</Version>
14+
<Version>1.0.3</Version>
1515
<Description>A CLI tool to split monolithic OpenAPI files into smaller fragments.</Description>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1818
<PackageIcon>BlueflowLogo.png</PackageIcon>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<None Include="..\README.md" Pack="true" PackagePath="\" />
22+
<None Include="README.md" Pack="true" PackagePath="\" />
2323
<None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
2424
<None Include="BlueflowLogo.png" Pack="true" PackagePath="\" />
2525
</ItemGroup>

0 commit comments

Comments
 (0)