Up to version 1.6.1.

This commit is contained in:
2018-03-11 15:23:43 +00:00
parent 33d27e098f
commit 21a0aa6349
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
<PackOnBuild>true</PackOnBuild>
<PackageId>Claunia.Encoding</PackageId>
<PackageVersion>1.6</PackageVersion>
<PackageVersion>1.6.1</PackageVersion>
<Authors>Natalia Portillo</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Owners>Natalia Portillo</Owners>

View File

@@ -44,7 +44,7 @@ using System.Reflection;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.4.*")]
[assembly: AssemblyVersion("1.6.1.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.