diff --git a/Claunia.Encoding/Claunia.Encoding.csproj b/Claunia.Encoding/Claunia.Encoding.csproj index b0f365f..f8dbdd6 100644 --- a/Claunia.Encoding/Claunia.Encoding.csproj +++ b/Claunia.Encoding/Claunia.Encoding.csproj @@ -1,16 +1,11 @@ - - - + + - Debug - AnyCPU {85DA90BC-9F49-4579-B4D1-4FF2D5925D7F} {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library Claunia.Encoding Claunia.Encoding - v4.0 - Profile136 true Claunia.Encoding 1.6.1 @@ -22,59 +17,67 @@ Claunia.Encoding Library to provide codepage conversion to and from archaic and old computer systems and Unicode. https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT - 1.6 + 1.6.1 Added GEOS character set. + net45;netcoreapp2.0;netstandard2.0;netcoreapp2.1 + 1.6.1 + Claunia.com + © 2016-2019 Natalia Portillo + MIT + https://www.github.com/claunia/Claunia.Encoding + git + en-US + True + latest + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - bin\Debug\Claunia.Encoding.xml - false + + + TRACE;RELEASE - - true - bin\Release - prompt - 4 - bin\Release\Claunia.Encoding.xml - false + + + TRACE;DEBUG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + $(DefineConstants);NETCORE + + + + $(DefineConstants);NATIVE_SPAN + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LICENSE.MIT @@ -85,19 +88,4 @@ PreserveNewest - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Claunia.Encoding/Properties/AssemblyInfo.cs b/Claunia.Encoding/Properties/AssemblyInfo.cs deleted file mode 100644 index 2d9e657..0000000 --- a/Claunia.Encoding/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Author: -// Natalia Portillo claunia@claunia.com -// -// Copyright (c) 2016, © Claunia.com -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -// -// * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in -// the documentation and/or other materials provided with the distribution. -// * Neither the name of the [ORGANIZATION] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Claunia.Encoding")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("© Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[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. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file