Skip to content

Commit

Permalink
added README.md to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
miegir committed Sep 5, 2023
1 parent 5cbf689 commit b11fce9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Miegir.Extensions.Http/Miegir.Extensions.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
Expand Down

0 comments on commit b11fce9

Please sign in to comment.