Update versions and downgrade minimum .NET Framework version to 4.0.

This commit is contained in:
2019-04-23 23:33:33 +01:00
parent 60596ec513
commit 2465b149ef
2 changed files with 6 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>