Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed May 7, 2024
1 parent c0423b5 commit 2f54d22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 11 additions & 2 deletions csly-cli-api/csly-cli-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@
<version>1.0.0</version>
<PackageVersion>1.0.0</PackageVersion>
</PropertyGroup>

<PropertyGroup>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../LICENSE.md" Pack="true" PackagePath=""/>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\csly-cli-builder\csly-cli-builder.csproj" />
<ProjectReference Include="..\csly-cli-builder\csly-cli-builder.csproj" />
<ProjectReference Include="..\csly-cli-model\csly-cli-model.csproj" />
<ProjectReference Include="..\csly-cli-parser\csly-cli-parser.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions csly-cli-api/csly-cli-api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<authors>b3b00</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>API for csly-cli dotnet tool</description>
<license type="expression">MIT</license>

<!-- <icon>icon.png</icon> -->
<license type="expression">MIT</license>
<projectUrl>http://github.com/b3b00/cslycli</projectUrl>
</metadata>
<files>
Expand Down

0 comments on commit 2f54d22

Please sign in to comment.