Skip to content

Commit 85e9dc4

Browse files
committed
Bump OC.PoExtractor to 1.3.0
1 parent 69694e8 commit 85e9dc4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/OrchardCoreContrib.PoExtractor/OrchardCoreContrib.PoExtractor.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>OrchardCoreContrib.PoExtractor</AssemblyName>
66
<ToolCommandName>extractpo</ToolCommandName>
77
<PackAsTool>true</PackAsTool>
8-
<Version>1.2.0</Version>
8+
<Version>1.3.0</Version>
99
<Authors>The Orchard Core Contrib Team</Authors>
1010
<Company />
1111
<Description>.NET Core global tool for extracting translatable strings from the OrchardCore source files.</Description>
@@ -21,9 +21,14 @@
2121
<Product>Orchard Core Contrib Portable Object Extraction Tool</Product>
2222
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2323
<Copyright>2019 Orchard Core Contrib</Copyright>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
2425
</PropertyGroup>
2526
<ItemGroup>
2627
<None Include="../../images/icon.png" Pack="true" PackagePath="icon.png" />
28+
<None Include="..\..\README.md">
29+
<Pack>True</Pack>
30+
<PackagePath>\</PackagePath>
31+
</None>
2732
</ItemGroup>
2833
<ItemGroup>
2934
<PackageReference Include="McMaster.Extensions.CommandLineUtils" />

0 commit comments

Comments
 (0)