Skip to content

Commit

Permalink
Changes for submission of NuGet package:
Browse files Browse the repository at this point in the history
- Changed packaged if to Typeform2 (Typeform.DotNet was not available)
- Updated project file to specify a readme file
  • Loading branch information
crankyc0der committed Sep 25, 2023
1 parent f59e3d5 commit 31a69fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Typeform/Typeform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputPath>lib</OutputPath>

<!-- Nuget Publishing -->
<PackageId>Typeform.DotNet</PackageId>
<PackageId>Typeform2</PackageId>
<Description>
Typeform API .NET Standard 2.0 wrapper built with Refit.
Modified version of original by Kamran Ayub, to add support for phone_number type answers from the Responses API.
Expand All @@ -25,6 +25,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageIcon>apple-touch-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand All @@ -34,6 +35,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<None Include="apple-touch-icon.png" Pack="true" PackagePath=""/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 31a69fd

Please sign in to comment.