We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7600361 commit 0598713Copy full SHA for 0598713
SpeakeasySDK/SpeakeasySDK.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<IsPackable>true</IsPackable>
5
<PackageId>SpeakeasySDK</PackageId>
6
- <Version>5.9.19</Version>
+ <Version>5.9.20</Version>
7
<Authors>Speakeasy</Authors>
8
<TargetFramework>net8.0</TargetFramework>
9
@@ -24,7 +24,7 @@
24
<ItemGroup>
25
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
26
<None Include="..\LICENSE.md" Pack="true" PackagePath="\"/>
27
- <None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
+ <None Include="..\icon.png" Pack="true" PackagePath="\"/>
28
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
29
</ItemGroup>
30
0 commit comments