Skip to content

Commit

Permalink
Release 1.0.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Dec 5, 2022
1 parent af90e86 commit 80bceab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,32 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>OrchardCoreContrib.PoExtractor</AssemblyName>
<ToolCommandName>extractpo</ToolCommandName>
<PackAsTool>true</PackAsTool>
<Version>0.5.0-rc2-16220</Version>
<PackageId>OrchardCoreContrib.PoExtractor</PackageId>
<Authors>Lukas Kabrt</Authors>
<Version>1.0.0-preview</Version>
<Authors>The Orchard Core Contrib Team</Authors>
<Company />
<Product />
<Description>.NET Core global tool for extracting translatable strings from the OrchardCore source files.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.PoExtractor</PackageProjectUrl>
<RepositoryUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.PoExtractor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>Orchard Core, Orchard Core Contrib, Localization, PO</PackageTags>
<PackageReleaseNotes>https://github.com/OrchardCoreContrib/OrchardCoreContrib.PoExtractor/releases</PackageReleaseNotes>
<PackageId>OrchardCoreContrib.PoExtractor</PackageId>
<PackageIcon>icon.png</PackageIcon>
<Product>Orchard Core Contrib Portable Object Extraction Tool</Product>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>2019 Orchard Core Contrib</Copyright>
</PropertyGroup>

<ItemGroup>
<None Include="../../images/icon.png" Pack="true" PackagePath="icon.png" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\OrchardCoreContrib.PoExtractor.DotNet.CS\OrchardCoreContrib.PoExtractor.DotNet.CS.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.PoExtractor.DotNet.VB\OrchardCoreContrib.PoExtractor.DotNet.VB.csproj" />
Expand Down

0 comments on commit 80bceab

Please sign in to comment.