Skip to content

Commit 438baa2

Browse files
committed
Bump OCC.PoExtractor to 1.3.1
1 parent 15f642f commit 438baa2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>disable</Nullable>
6-
<IsPackable>false</IsPackable>
76
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
</PropertyGroup>
99
</Project>

src/OrchardCoreContrib.PoExtractor/OrchardCoreContrib.PoExtractor.csproj

Lines changed: 1 addition & 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.3.0</Version>
8+
<Version>1.3.1</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>

0 commit comments

Comments
 (0)