Bump version to 1.9.

This commit is contained in:
2021-04-30 12:16:26 +01:00
parent b2dacda32e
commit 5d6f925ad8
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<ReleaseVersion>1.8</ReleaseVersion>
<ReleaseVersion>1.9</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Claunia.Encoding\Claunia.Encoding.csproj">

View File

@@ -16,10 +16,10 @@
<Title>Claunia.Encoding</Title>
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.8</ReleaseVersion>
<PackageReleaseNotes>Support .NET Core 3.1 and .NET 5.0.</PackageReleaseNotes>
<ReleaseVersion>1.9</ReleaseVersion>
<PackageReleaseNotes>Updated all codepages to include symbols defined as of Unicode 13.0</PackageReleaseNotes>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<VersionPrefix>1.8</VersionPrefix>
<VersionPrefix>1.9</VersionPrefix>
<Company>Claunia.com</Company>
<Copyright>© 2016-2021 Natalia Portillo</Copyright>
<PackageProjectUrl>https://www.github.com/claunia/Claunia.Encoding</PackageProjectUrl>