Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer committed Apr 4, 2024
1 parent bded5d8 commit 4fa85da
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/GenericReader/GenericReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

<NeutralLanguage>en</NeutralLanguage>
<Authors>NotOfficer</Authors>
<Company>NotOfficer</Company>
<Description>A generic binary reader for .NET</Description>
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/NotOfficer/GenericReader</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>generic reader, binary reader</PackageTags>
<RepositoryUrl>https://github.com/NotOfficer/GenericReader</RepositoryUrl>
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
<RepositoryType>git</RepositoryType>
<PackageTags>generic reader, binary reader</PackageTags>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>2.1.1</Version>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyVersion>2.1.2.0</AssemblyVersion>
<FileVersion>2.1.2.0</FileVersion>
<Version>2.1.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 4fa85da

Please sign in to comment.