Skip to content

Commit

Permalink
패키지 정보 기술
Browse files Browse the repository at this point in the history
  • Loading branch information
steamb23 committed Jul 31, 2020
1 parent a332b79 commit a67babf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions Naramal/Naramal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>This library is designed for flexible Korean processing in C#.</Description>
<Authors>SteamB23</Authors>
<Company>SteamB23</Company>
<PackageProjectUrl>https://github.com/steamb23/Naramal</PackageProjectUrl>
<Copyright>Copyright (c) 2020 SteamB23</Copyright>
<Version>1.0.0</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/steamb23/Naramal</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>korean;josa;</PackageTags>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\나랏말\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\Icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit a67babf

Please sign in to comment.