diff --git a/Lib/OfxDocumentParser.cs b/Lib/OfxDocumentParser.cs index 505f3fa..76f16f0 100644 --- a/Lib/OfxDocumentParser.cs +++ b/Lib/OfxDocumentParser.cs @@ -16,7 +16,7 @@ public class OfxDocumentParser { "VERSION", "102" }, { "SECURITY", "NONE" }, { "ENCODING", "USASCII,UTF-8" }, - { "CHARSET", "1252" }, + { "CHARSET", "1252,NONE" }, { "COMPRESSION", "NONE" }, { "OLDFILEUID", "NONE" }, }; diff --git a/Lib/OfxSharp.csproj b/Lib/OfxSharp.csproj index 80b4461..4d399a6 100644 --- a/Lib/OfxSharp.csproj +++ b/Lib/OfxSharp.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,8 +9,9 @@ Properties OfxSharpLib OfxSharpLib - v4.0 + v4.6.2 512 + true @@ -20,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,9 +30,10 @@ TRACE prompt 4 + false - + ..\packages\SgmlReader.1.8.11\lib\4.0\SgmlReaderDll.dll @@ -81,4 +84,4 @@ --> - + \ No newline at end of file diff --git a/Lib/Resources.Designer.cs b/Lib/Resources.Designer.cs index 205c987..f9dfc1f 100644 --- a/Lib/Resources.Designer.cs +++ b/Lib/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34003 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace OfxSharpLib { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Lib/packages.config b/Lib/packages.config index 0b844aa..d912530 100644 --- a/Lib/packages.config +++ b/Lib/packages.config @@ -1,4 +1,4 @@  - - + + \ No newline at end of file diff --git a/Tests/OfxSharp.Tests.csproj b/Tests/OfxSharp.Tests.csproj index 440c0ce..100babf 100644 --- a/Tests/OfxSharp.Tests.csproj +++ b/Tests/OfxSharp.Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -8,7 +8,7 @@ Properties OfxSharp.Tests OfxSharp.Tests - v4.0 + v4.6.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +16,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + true @@ -25,6 +26,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,6 +35,7 @@ TRACE prompt 4 + false @@ -105,4 +108,4 @@ --> - + \ No newline at end of file