Skip to content

Commit ea3d463

Browse files
committed
package License file as found
1 parent f664529 commit ea3d463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
10-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
10+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<NoWarn>1591</NoWarn>
1313
<RepositoryUrl>https://github.com/speakeasy-api/speakeasy-client-sdk-csharp</RepositoryUrl>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
18-
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE.txt"/>
17+
<None Include="..\NUGET.md" Pack="true" PackagePath="\"/>
18+
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
1919
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
2020

2121
<PackageReference Include="newtonsoft.json" Version="13.0.3" />

0 commit comments

Comments
 (0)