Skip to content

Commit 0598713

Browse files
committed
fix icon filepath
1 parent 7600361 commit 0598713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>SpeakeasySDK</PackageId>
6-
<Version>5.9.19</Version>
6+
<Version>5.9.20</Version>
77
<Authors>Speakeasy</Authors>
88
<TargetFramework>net8.0</TargetFramework>
99
<Authors>Speakeasy</Authors>
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
2626
<None Include="..\LICENSE.md" Pack="true" PackagePath="\"/>
27-
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
27+
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
2828
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)