Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>OrchardCoreContrib.PoExtractor</AssemblyName>
<ToolCommandName>extractpo</ToolCommandName>
<PackAsTool>true</PackAsTool>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Authors>The Orchard Core Contrib Team</Authors>
<Company />
<Description>.NET Core global tool for extracting translatable strings from the OrchardCore source files.</Description>
Expand All @@ -21,9 +21,14 @@
<Product>Orchard Core Contrib Portable Object Extraction Tool</Product>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>2019 Orchard Core Contrib</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../images/icon.png" Pack="true" PackagePath="icon.png" />
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" />
Expand Down
Loading