Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Apr 19, 2024
1 parent cf5a89e commit 61574ea
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sly/sly.csproj
Expand Up @@ -8,19 +8,23 @@
<Authors>b3b00</Authors>
<version>3.1.0</version>
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<License>https://github.com/b3b00/sly/blob/master/LICENSE</License>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<PackageVersion>3.1.0</PackageVersion>
<ApplicationIcon/>
<OutputType>Library</OutputType>
<StartupObject/>
<LangVersion>latest</LangVersion>
<PackageLicenseUrl>https://github.com/b3b00/csly/blob/dev/LICENSE</PackageLicenseUrl>
<LangVersion>latest</LangVersion>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 61574ea

Please sign in to comment.