Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Jun 25, 2024
1 parent 1a79c8a commit 8333c47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LibSasara.VoiSona/LibSasara.VoiSona.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<RepositoryUrl>https://github.com/InuInu2022/LibSasara</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile>
<PackageIcon>LibSasara_icon_128x128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- info -->
<Product>LibSasara.VoiSona</Product>
<Description>The utility library for VoiSona project files (tssprj / tstprj).</Description>
Expand Down Expand Up @@ -60,6 +63,7 @@
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
<ItemGroup>
<None Include="../docs/images/LibSasara_icon_128x128.png" Pack="true" PackagePath="\"/>
<None Include="../README.md" Pack="true" PackagePath="\" />
<AdditionalFiles Include="PublicAPI.Shipped.txt" />
<AdditionalFiles Include="PublicAPI.Unshipped.txt" />
Expand Down
5 changes: 4 additions & 1 deletion LibSasara/LibSasara.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<RepositoryUrl>https://github.com/InuInu2022/LibSasara</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile>
<PackageIcon>LibSasara_icon_128x128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<InvariantGlobalization>true</InvariantGlobalization>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<!-- info -->
Expand Down Expand Up @@ -63,6 +65,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../docs/images/LibSasara_icon_128x128.png" Pack="true" PackagePath="\"/>
<None Include="../README.md" Pack="true" PackagePath="\" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />

Expand Down

0 comments on commit 8333c47

Please sign in to comment.