From dad2b629633dfa1ca8cf5bf4ca3afd82bd090fbd Mon Sep 17 00:00:00 2001 From: neuecc Date: Tue, 24 Jan 2017 11:26:25 +0900 Subject: [PATCH] 1.6.1 --- nuget/ZeroFormatter.Interfaces.nuspec | 2 +- nuget/ZeroFormatter.Unity.nuspec | 4 ++-- nuget/ZeroFormatter.nuspec | 6 +++--- nuget/push.bat | 6 +++--- .../Properties/AssemblyInfo.cs | 4 ++-- sandbox/Sandbox.NETCore/project.json | 6 +++--- sandbox/Sandbox.NETCore/project.lock.json | 14 +++++++------- .../Sandbox.Shared/Properties/AssemblyInfo.cs | 4 ++-- sandbox/Sandbox/Properties/AssemblyInfo.cs | 4 ++-- .../source.extension.vsixmanifest | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- src/ZeroFormatter.NETCore/project.json | 4 ++-- src/ZeroFormatter.NETCore/project.lock.json | 6 +++--- src/ZeroFormatter/Properties/AssemblyInfo.cs | 4 ++-- .../ObjectFormatterTest.cs | 4 ++-- .../ZeroFormatter.NETCore.Tests/project.json | 8 ++++---- .../project.lock.json | 18 +++++++++--------- .../Properties/AssemblyInfo.cs | 4 ++-- .../Assets/Dlls/Sandbox.Shared.dll | Bin 31744 -> 31744 bytes .../Assets/Dlls/ZeroFormatter.Interfaces.dll | Bin 16896 -> 16896 bytes .../Assets/Dlls/ZeroFormatter.dll | Bin 103936 -> 103936 bytes 23 files changed, 55 insertions(+), 55 deletions(-) diff --git a/nuget/ZeroFormatter.Interfaces.nuspec b/nuget/ZeroFormatter.Interfaces.nuspec index 06b8271..a6e7093 100644 --- a/nuget/ZeroFormatter.Interfaces.nuspec +++ b/nuget/ZeroFormatter.Interfaces.nuspec @@ -2,7 +2,7 @@ ZeroFormatter.Interfaces - 1.6.0 + 1.6.1 ZeroFormatter.Interfaces neuecc y.neuecc diff --git a/nuget/ZeroFormatter.Unity.nuspec b/nuget/ZeroFormatter.Unity.nuspec index 86703fa..8720da2 100644 --- a/nuget/ZeroFormatter.Unity.nuspec +++ b/nuget/ZeroFormatter.Unity.nuspec @@ -2,7 +2,7 @@ ZeroFormatter.Unity - 1.6.0 + 1.6.1 ZeroFormatter.Unity neuecc y.neuecc @@ -17,7 +17,7 @@ - + diff --git a/nuget/ZeroFormatter.nuspec b/nuget/ZeroFormatter.nuspec index 252ac78..34c1f50 100644 --- a/nuget/ZeroFormatter.nuspec +++ b/nuget/ZeroFormatter.nuspec @@ -2,7 +2,7 @@ ZeroFormatter - 1.6.0 + 1.6.1 ZeroFormatter neuecc y.neuecc @@ -17,10 +17,10 @@ - + - + diff --git a/nuget/push.bat b/nuget/push.bat index 42fe96c..1e432ac 100644 --- a/nuget/push.bat +++ b/nuget/push.bat @@ -1,4 +1,4 @@ REM nuget push ZeroFormatter.Analyzer.1.1.1.0.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Interfaces.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Unity.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Interfaces.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Unity.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package diff --git a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs index 355caf9..05550c2 100644 --- a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs +++ b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/sandbox/Sandbox.NETCore/project.json b/sandbox/Sandbox.NETCore/project.json index 506dac2..315e69e 100644 --- a/sandbox/Sandbox.NETCore/project.json +++ b/sandbox/Sandbox.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.0-*", + "version": "1.6.1-*", "buildOptions": { "emitEntryPoint": true }, @@ -9,8 +9,8 @@ "type": "platform", "version": "1.0.0" }, - "ZeroFormatter.Interfaces.NETCore": "1.6.0", - "ZeroFormatter.NETCore": "1.6.0" + "ZeroFormatter.Interfaces.NETCore": "1.6.1", + "ZeroFormatter.NETCore": "1.6.1" }, "frameworks": { diff --git a/sandbox/Sandbox.NETCore/project.lock.json b/sandbox/Sandbox.NETCore/project.lock.json index c5b210f..86552b9 100644 --- a/sandbox/Sandbox.NETCore/project.lock.json +++ b/sandbox/Sandbox.NETCore/project.lock.json @@ -1992,7 +1992,7 @@ "lib/netstandard1.3/_._": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2006,7 +2006,7 @@ "netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {} } }, - "ZeroFormatter.NETCore/1.6.0": { + "ZeroFormatter.NETCore/1.6.1": { "type": "project", "framework": ".NETStandard,Version=v1.6", "dependencies": { @@ -2024,7 +2024,7 @@ "System.Text.Encoding": "4.0.11", "System.Text.Encoding.Extensions": "4.0.11", "System.Threading": "4.0.11", - "ZeroFormatter.Interfaces.NETCore": "1.6.0" + "ZeroFormatter.Interfaces.NETCore": "1.6.1" }, "compile": { "netstandard1.6/ZeroFormatter.NETCore.dll": {} @@ -6627,12 +6627,12 @@ "ref/xamarinwatchos10/_._" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" }, - "ZeroFormatter.NETCore/1.6.0": { + "ZeroFormatter.NETCore/1.6.1": { "type": "project", "path": "../../src/ZeroFormatter.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj" @@ -6641,8 +6641,8 @@ "projectFileDependencyGroups": { "": [ "Microsoft.NETCore.App >= 1.0.0", - "ZeroFormatter.Interfaces.NETCore >= 1.6.0", - "ZeroFormatter.NETCore >= 1.6.0" + "ZeroFormatter.Interfaces.NETCore >= 1.6.1", + "ZeroFormatter.NETCore >= 1.6.1" ], ".NETCoreApp,Version=v1.0": [] }, diff --git a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs index 5f4f94c..eaac24c 100644 --- a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/sandbox/Sandbox/Properties/AssemblyInfo.cs b/sandbox/Sandbox/Properties/AssemblyInfo.cs index 64b27b1..d0b8b27 100644 --- a/sandbox/Sandbox/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest index 20d4fed..d7718bf 100644 --- a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest +++ b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ZeroFormatterAnalyzer New Launcher of ZeroFormatter.Analyzer diff --git a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs index 81c8220..e15276f 100644 --- a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/ZeroFormatter.Interfaces.NETCore/project.json b/src/ZeroFormatter.Interfaces.NETCore/project.json index 4cbd496..b2f26a5 100644 --- a/src/ZeroFormatter.Interfaces.NETCore/project.json +++ b/src/ZeroFormatter.Interfaces.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.6.1", "buildOptions": { "outputName": "ZeroFormatter.Interfaces", "compile": "../ZeroFormatter.Interfaces/*.cs" diff --git a/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs b/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs index 0b88f5d..aee33cf 100644 --- a/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/ZeroFormatter.NETCore/project.json b/src/ZeroFormatter.NETCore/project.json index 110c3b1..7655517 100644 --- a/src/ZeroFormatter.NETCore/project.json +++ b/src/ZeroFormatter.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.6.1", "buildOptions": { "allowUnsafe": true, "outputName": "ZeroFormatter", @@ -24,7 +24,7 @@ "System.Text.Encoding.Extensions": "4.0.11", "System.Collections.Concurrent": "4.0.12", "System.ObjectModel": "4.0.12", - "ZeroFormatter.Interfaces.NETCore": "1.6.0" + "ZeroFormatter.Interfaces.NETCore": "1.6.1" }, "frameworks": { "netstandard1.6": { diff --git a/src/ZeroFormatter.NETCore/project.lock.json b/src/ZeroFormatter.NETCore/project.lock.json index aaa2f57..38b8986 100644 --- a/src/ZeroFormatter.NETCore/project.lock.json +++ b/src/ZeroFormatter.NETCore/project.lock.json @@ -359,7 +359,7 @@ "ref/netstandard1.3/System.Threading.Tasks.dll": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2001,7 +2001,7 @@ "ref/xamarinwatchos10/_._" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "path": "../ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" @@ -2023,7 +2023,7 @@ "System.Text.Encoding >= 4.0.11", "System.Text.Encoding.Extensions >= 4.0.11", "System.Threading >= 4.0.11", - "ZeroFormatter.Interfaces.NETCore >= 1.6.0" + "ZeroFormatter.Interfaces.NETCore >= 1.6.1" ], ".NETStandard,Version=v1.6": [] }, diff --git a/src/ZeroFormatter/Properties/AssemblyInfo.cs b/src/ZeroFormatter/Properties/AssemblyInfo.cs index 4a2bb6c..43e72d9 100644 --- a/src/ZeroFormatter/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] [assembly: InternalsVisibleTo("ZeroFormatter.Tests")] diff --git a/tests/ZeroFormatter.NETCore.Tests/ObjectFormatterTest.cs b/tests/ZeroFormatter.NETCore.Tests/ObjectFormatterTest.cs index ff97ff5..d570a6a 100644 --- a/tests/ZeroFormatter.NETCore.Tests/ObjectFormatterTest.cs +++ b/tests/ZeroFormatter.NETCore.Tests/ObjectFormatterTest.cs @@ -154,8 +154,8 @@ public int Serialize(ref byte[] targetBytes, int offset) // Auto Generate Area(incr index...) offset += ObjectSegmentHelper.SerializeFixedLength(ref targetBytes, startOffset, offset, 0, __binaryLastIndex, __originalBytes, __extraFixedBytes, __tracker); - offset += ObjectSegmentHelper.SerializeCacheSegment(ref targetBytes, startOffset, offset, 1, _firstName); - offset += ObjectSegmentHelper.SerializeCacheSegment(ref targetBytes, startOffset, offset, 2, _lastName); + offset += ObjectSegmentHelper.SerializeCacheSegment(ref targetBytes, startOffset, offset, 1, ref _firstName); + offset += ObjectSegmentHelper.SerializeCacheSegment(ref targetBytes, startOffset, offset, 2, ref _lastName); offset += ObjectSegmentHelper.SerializeFixedLength(ref targetBytes, startOffset, offset, 3, __binaryLastIndex, __originalBytes, __extraFixedBytes, __tracker); offset += ObjectSegmentHelper.SerializeSegment>(ref targetBytes, startOffset, offset, 4, _myList); diff --git a/tests/ZeroFormatter.NETCore.Tests/project.json b/tests/ZeroFormatter.NETCore.Tests/project.json index fcd8ccd..37f8d4e 100644 --- a/tests/ZeroFormatter.NETCore.Tests/project.json +++ b/tests/ZeroFormatter.NETCore.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.0-*", + "version": "1.6.1-*", "testRunner": "xunit", "dependencies": { "Microsoft.CSharp": "4.0.1", @@ -8,11 +8,11 @@ "System.Dynamic.Runtime": "4.0.11", "xunit": "2.2.0-beta3-build3402", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "ZeroFormatter.Interfaces.NETCore": "1.6.0", - "ZeroFormatter.NETCore": "1.6.0" + "ZeroFormatter.Interfaces.NETCore": "1.6.1", + "ZeroFormatter.NETCore": "1.6.1" }, "frameworks": { - "netcoreapp1.6.0": { + "netcoreapp1.6.1": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", diff --git a/tests/ZeroFormatter.NETCore.Tests/project.lock.json b/tests/ZeroFormatter.NETCore.Tests/project.lock.json index 9191ab0..02aaf02 100644 --- a/tests/ZeroFormatter.NETCore.Tests/project.lock.json +++ b/tests/ZeroFormatter.NETCore.Tests/project.lock.json @@ -2,7 +2,7 @@ "locked": false, "version": 2, "targets": { - ".NETCoreApp,Version=v1.6": { + ".NETCoreApp,Version=v1.6.1": { "dotnet-test-xunit/2.2.0-preview2-build1029": { "type": "package", "dependencies": { @@ -2489,7 +2489,7 @@ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2503,7 +2503,7 @@ "netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {} } }, - "ZeroFormatter.NETCore/1.6.0": { + "ZeroFormatter.NETCore/1.6.1": { "type": "project", "framework": ".NETStandard,Version=v1.6", "dependencies": { @@ -2521,7 +2521,7 @@ "System.Text.Encoding": "4.0.11", "System.Text.Encoding.Extensions": "4.0.11", "System.Threading": "4.0.11", - "ZeroFormatter.Interfaces.NETCore": "1.6.0" + "ZeroFormatter.Interfaces.NETCore": "1.6.1" }, "compile": { "netstandard1.6/ZeroFormatter.NETCore.dll": {} @@ -7573,12 +7573,12 @@ "xunit.runner.utility.nuspec" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.0": { + "ZeroFormatter.Interfaces.NETCore/1.6.1": { "type": "project", "path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" }, - "ZeroFormatter.NETCore/1.6.0": { + "ZeroFormatter.NETCore/1.6.1": { "type": "project", "path": "../../src/ZeroFormatter.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj" @@ -7590,12 +7590,12 @@ "NETStandard.Library >= 1.6.0", "System.Diagnostics.Contracts >= 4.0.1", "System.Dynamic.Runtime >= 4.0.11", - "ZeroFormatter.Interfaces.NETCore >= 1.6.0", - "ZeroFormatter.NETCore >= 1.6.0", + "ZeroFormatter.Interfaces.NETCore >= 1.6.1", + "ZeroFormatter.NETCore >= 1.6.1", "dotnet-test-xunit >= 2.2.0-preview2-build1029", "xunit >= 2.2.0-beta3-build3402" ], - ".NETCoreApp,Version=v1.6": [ + ".NETCoreApp,Version=v1.6.1": [ "Microsoft.NETCore.App >= 1.0.1" ] }, diff --git a/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs b/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs index d700175..7d7f575 100644 --- a/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs +++ b/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll index 47d64fcfb06e93f6c58e0f59473b501152b24ac5..3ae0ebf8b2a474b7c9bdf5577a0663c77f60f7fa 100644 GIT binary patch delta 93 zcmZqp!PxMFaY6_4_ML4TyPX3V87H3)P-SG?{59aUgh1h}_OKI%Sq`&ZC1yQacJ}Ay w51DH@7!5biEBe69$;iOQz{tSBz_@vOnJ*(y^l5oLkeZxYX%6JftxRSD04-1>>;M1& delta 93 zcmZqp!PxMFaY6_4ajl|_-Od4w43p0Xs4_Ba{u=OFLg4Hqo=oj;7Vi7Q`}YOxzQw%x uL*`lzMuW}sias!NGBB_)Ffsta=ILd=j6l(+<@G>na%!bHkTbV3nF#>hVj`gc diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll index 39b3c285a430ab8636ec8bdc6bf3fc64f5f34ffd..a173aadefdcd18b97527de43c5bd5d96e7ba69b8 100644 GIT binary patch delta 136 zcmZo@VQgq&oY29%erMap?qEem#?AK?-|`6*Z#R#VcDUfw{wkAumn83_&36o%I2a8l z$6IdH0V<7P00Jf;mSJRI&;ar@tQZ)Af?a~ASX%SQO}yc;BVzxC<@0NNHrrSQF>x|7 iurUA?GB9qQZj;E!Xt?>O?QS47d8@rSkn`4Fmn?y!NgUvr}cLS-(TkXw(oVWJEOaSbWDL4QC diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll index 6b3404b99d8939e66f87f69617f12b6ed2efbf6a..70114da6d8a6a0edd52f424846f6ae9621edfab9 100644 GIT binary patch delta 154 zcmZoz!`85dZ9)h0rk!n#-CMgE`*|4|r%UrOS~42ckRNjgA%5ez`U1jI6o3=B6`GBVugW@HEob_q6HRrkimwA`il z{TiJqf7Wqsf78vlh=r4pfsFyEl7Vsi^a+ffjEsicA5LT}2GY|*Co`G@xxJGaiN%+BSTQIOK{M=H(bkkp8L;< z?CMH8&k?cxO*i8r7ET5RHU^+d28Qj^Cop<4G8$}uIFYd!NKX%)%xDhe_D*IjW&!{) CI539*