mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 11:14:41 +00:00
Update versions and downgrade minimum .NET Framework version to 4.0.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
|
||||
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<ReleaseVersion>1.6</ReleaseVersion>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<ReleaseVersion>1.7</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
<AssemblyName>Claunia.Encoding</AssemblyName>
|
||||
<PackOnBuild>true</PackOnBuild>
|
||||
<PackageId>Claunia.Encoding</PackageId>
|
||||
<PackageVersion>1.6.1</PackageVersion>
|
||||
<PackageVersion>1.7</PackageVersion>
|
||||
<Authors>Natalia Portillo</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Owners>Natalia Portillo</Owners>
|
||||
<PackageProjectUrl>https://github.com/claunia/Claunia.Encoding</PackageProjectUrl>
|
||||
<Summary>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Summary>
|
||||
@@ -18,8 +17,8 @@
|
||||
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
|
||||
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT</PackageLicenseUrl>
|
||||
<ReleaseVersion>1.6.1</ReleaseVersion>
|
||||
<PackageReleaseNotes>Added GEOS character set.</PackageReleaseNotes>
|
||||
<TargetFrameworks>net45;netcoreapp2.0;netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
||||
<PackageReleaseNotes>Support .NET Core</PackageReleaseNotes>
|
||||
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
|
||||
<VersionPrefix>1.6.1</VersionPrefix>
|
||||
<Company>Claunia.com</Company>
|
||||
<Copyright>© 2016-2019 Natalia Portillo</Copyright>
|
||||
@@ -36,6 +35,7 @@
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
||||
<DocumentationFile>bin\Release\Claunia.Encoding.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
@@ -74,10 +74,6 @@
|
||||
<PackageReference Include="System.Runtime.Numerics" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp2.1'">
|
||||
<PackageReference Include="System.Memory" Version="4.5.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\LICENSE.MIT">
|
||||
<Link>LICENSE.MIT</Link>
|
||||
|
||||
Reference in New Issue
Block a user