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 e8962ae commit fadd941Copy full SHA for fadd941
1 file changed
src/OffiUtils/OffiUtils.csproj
@@ -21,7 +21,8 @@
21
</PropertyGroup>
22
23
<ItemGroup>
24
- <None Include="..\..\icon.png" Pack="True" PackagePath="" Visible="False" />
+ <None Include="..\..\icon.png" Pack="true" PackagePath="" Visible="false" />
25
+ <None Include="..\..\README.md" Pack="true" PackagePath="" Visible="true" />
26
</ItemGroup>
27
28
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments