Skip to content

Commit 77a1a0c

Browse files
committed
fix LICENSE PackagePath in genignored file
1 parent 056605a commit 77a1a0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SpeakeasySDK/.genignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SpeakeasySDK.csproj

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>SpeakeasySDK</PackageId>
5-
<Version>5.9.13</Version>
5+
<Version>5.9.14</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
18-
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE"/>
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)