Skip to content

Commit

Permalink
Tidy up package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 25, 2023
1 parent 42bfd25 commit 672c6eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Jumoo.TranslationManager.OpenAi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,20 @@
<Copyright>Jumoo 2023</Copyright>

<PackageTags>umbraco, umbraco-cms, translations, umbraco-marketplace</PackageTags>
<PackageProjectUrl>https://github.com/Jumoo/Jumoo.TranslationManager.OpenAi</PackageProjectUrl>
<RepositoryUrl>https://github.com/Jumoo/Jumoo.TranslationManager.OpenAi</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="\" />
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Jumoo.TranslationManager.Core" Version="10.0.0" />
<PackageReference Include="Jumoo.TranslationManager.Serializers" Version="10.0.0" />
Expand All @@ -35,9 +47,4 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.5" />
</ItemGroup>

<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>

</Project>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 672c6eb

Please sign in to comment.