Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer committed Apr 4, 2024
1 parent d63f382 commit fb72a0b
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/Oodle.NET/Oodle.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,32 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<NeutralLanguage>en</NeutralLanguage>
<Authors>NotOfficer</Authors>
<Description>A .NET wrapper for Oodle</Description>
<Company>NotOfficer</Company>
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/NotOfficer/Oodle.NET</PackageProjectUrl>
<PackageTags>oodle, compression</PackageTags>
<RepositoryUrl>https://github.com/NotOfficer/Oodle.NET</RepositoryUrl>
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>oodle, decompress, compress</PackageTags>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<Version>2.0.1</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<Version>2.0.2</Version>
</PropertyGroup>

<PropertyGroup>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\icon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit fb72a0b

Please sign in to comment.