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 15f642f commit 438baa2Copy full SHA for 438baa2
2 files changed
Directory.Build.props
@@ -3,7 +3,7 @@
3
<TargetFramework>net8.0</TargetFramework>
4
<ImplicitUsings>enable</ImplicitUsings>
5
<Nullable>disable</Nullable>
6
- <IsPackable>false</IsPackable>
7
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
</PropertyGroup>
9
</Project>
src/OrchardCoreContrib.PoExtractor/OrchardCoreContrib.PoExtractor.csproj
@@ -5,7 +5,7 @@
<AssemblyName>OrchardCoreContrib.PoExtractor</AssemblyName>
<ToolCommandName>extractpo</ToolCommandName>
<PackAsTool>true</PackAsTool>
- <Version>1.3.0</Version>
+ <Version>1.3.1</Version>
<Authors>The Orchard Core Contrib Team</Authors>
10
<Company />
11
<Description>.NET Core global tool for extracting translatable strings from the OrchardCore source files.</Description>
0 commit comments