Skip to content

Commit

Permalink
docs: adding readme to nuget (#746)
Browse files Browse the repository at this point in the history
* docs: adding readme to nuget

* chore: corrected README.md path
  • Loading branch information
tiwarishubham635 authored May 22, 2024
1 parent 55d481f commit ca92549
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' ">2.1.0</NetStandardImplicitPackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Xml.Linq" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down Expand Up @@ -58,4 +62,4 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ca92549

Please sign in to comment.