Files
cuetools.net/CUETools.Parity/CUETools.Parity.csproj
Wolfgang Stöggl dadcf34652 Bump version to 2.1.9
- Substitute occurrences of "2.1.8" with "2.1.9" using:
  git grep -I -l -e '2\.1\.8' | xargs \
  sed -b -i -e 's/2\.1\.8/2\.1\.9/g'
2021-05-01 07:57:46 +02:00

20 lines
777 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.9.0</Version>
<AssemblyName>CUETools.Parity</AssemblyName>
<RootNamespace>CUETools.Parity</RootNamespace>
<Product>CUETools</Product>
<Description>A library for Reed-Solomon coding.</Description>
<Copyright>Copyright (c) 2008-2021 Grigory Chudov, based on work by Masayuki Miyazaki</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<RepositoryUrl>https://github.com/gchudov/cuetools.net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Company />
</PropertyGroup>
</Project>