diff --git a/CHANGE.txt b/CHANGE.txt index 9de8f8a..06510a7 100644 --- a/CHANGE.txt +++ b/CHANGE.txt @@ -1,4 +1,7 @@ 更新履歴 +TAG004 2020/11/20 + 各dllの差し替えのみ + TAG003 2020/03/26 core ・Cコマンドの初期値を128に修正 diff --git a/M98/bin/Release/M98DotNETconsole.exe b/M98/bin/Release/M98DotNETconsole.exe index ac2f8e4..bf10d91 100644 Binary files a/M98/bin/Release/M98DotNETconsole.exe and b/M98/bin/Release/M98DotNETconsole.exe differ diff --git a/M98/bin/Release/M98DotNETconsole.pdb b/M98/bin/Release/M98DotNETconsole.pdb index 9afb2a5..4c67509 100644 Binary files a/M98/bin/Release/M98DotNETconsole.pdb and b/M98/bin/Release/M98DotNETconsole.pdb differ diff --git a/M98/bin/Release/M98DotNETcore.dll b/M98/bin/Release/M98DotNETcore.dll index 20cf48a..a67a707 100644 Binary files a/M98/bin/Release/M98DotNETcore.dll and b/M98/bin/Release/M98DotNETcore.dll differ diff --git a/M98/bin/Release/M98DotNETcore.pdb b/M98/bin/Release/M98DotNETcore.pdb index 6f6fd58..0fc4fd7 100644 Binary files a/M98/bin/Release/M98DotNETcore.pdb and b/M98/bin/Release/M98DotNETcore.pdb differ diff --git a/M98/bin/Release/musicDriverInterface.dll b/M98/bin/Release/musicDriverInterface.dll index 9a5e3c6..044ac46 100644 Binary files a/M98/bin/Release/musicDriverInterface.dll and b/M98/bin/Release/musicDriverInterface.dll differ diff --git a/M98/obj/Release/M98DotNETconsole.csproj.CoreCompileInputs.cache b/M98/obj/Release/M98DotNETconsole.csproj.CoreCompileInputs.cache index 6daddd2..0de2c0d 100644 --- a/M98/obj/Release/M98DotNETconsole.csproj.CoreCompileInputs.cache +++ b/M98/obj/Release/M98DotNETconsole.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -f439020246b3d2b063c41062a91f65a5c9c32143 +b4246443c7c488f29f4ff894629dd3b5fa5cadec diff --git a/M98/obj/Release/M98DotNETconsole.csprojAssemblyReference.cache b/M98/obj/Release/M98DotNETconsole.csprojAssemblyReference.cache index eb48bbf..2dc64e6 100644 Binary files a/M98/obj/Release/M98DotNETconsole.csprojAssemblyReference.cache and b/M98/obj/Release/M98DotNETconsole.csprojAssemblyReference.cache differ diff --git a/M98/obj/Release/M98DotNETconsole.exe b/M98/obj/Release/M98DotNETconsole.exe index ac2f8e4..bf10d91 100644 Binary files a/M98/obj/Release/M98DotNETconsole.exe and b/M98/obj/Release/M98DotNETconsole.exe differ diff --git a/M98/obj/Release/M98DotNETconsole.pdb b/M98/obj/Release/M98DotNETconsole.pdb index 9afb2a5..4c67509 100644 Binary files a/M98/obj/Release/M98DotNETconsole.pdb and b/M98/obj/Release/M98DotNETconsole.pdb differ diff --git a/M98DotNETcore/M98.cs b/M98DotNETcore/M98.cs index a52ffc4..0c54579 100644 --- a/M98DotNETcore/M98.cs +++ b/M98DotNETcore/M98.cs @@ -2631,5 +2631,9 @@ private void newrclk(int i) } + public GD3Tag GetGD3TagInfo(byte[] srcBuf) + { + throw new NotImplementedException(); + } } } diff --git a/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.dll b/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.dll index 20cf48a..a67a707 100644 Binary files a/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.dll and b/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.dll differ diff --git a/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.pdb b/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.pdb index 6f6fd58..0fc4fd7 100644 Binary files a/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.pdb and b/M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.pdb differ diff --git a/M98DotNETcore/bin/Release/netstandard2.0/musicDriverInterface.dll b/M98DotNETcore/bin/Release/netstandard2.0/musicDriverInterface.dll index 9a5e3c6..044ac46 100644 Binary files a/M98DotNETcore/bin/Release/netstandard2.0/musicDriverInterface.dll and b/M98DotNETcore/bin/Release/netstandard2.0/musicDriverInterface.dll differ diff --git a/M98DotNETcore/musicDriverInterface.dll b/M98DotNETcore/musicDriverInterface.dll index 9a5e3c6..ae8639d 100644 Binary files a/M98DotNETcore/musicDriverInterface.dll and b/M98DotNETcore/musicDriverInterface.dll differ diff --git a/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.dgspec.json b/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.dgspec.json index a21aadc..afd6ac7 100644 --- a/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.dgspec.json +++ b/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.dgspec.json @@ -60,7 +60,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.200\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.g.props b/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.g.props index be122a0..16f6445 100644 --- a/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.g.props +++ b/M98DotNETcore/obj/M98DotNETcore.csproj.nuget.g.props @@ -7,8 +7,11 @@ $(UserProfile)\.nuget\packages\ C:\Users\kuma\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.5.0 + 5.7.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.CoreCompileInputs.cache b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.CoreCompileInputs.cache index 1570185..3b4ecc5 100644 --- a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.CoreCompileInputs.cache +++ b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b42d39ea39a4d244c088f4b4a7f09f26d008a7ba +a914ef3a112eb9d5225bf2e1f9d323f8e910da51 diff --git a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.FileListAbsolute.txt b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.FileListAbsolute.txt index 09e4bd1..b8543ad 100644 --- a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.FileListAbsolute.txt +++ b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.csproj.FileListAbsolute.txt @@ -17,3 +17,4 @@ D:\bootcamp\Source\Repos\M98DotNET\M98DotNETcore\obj\Release\netstandard2.0\M98D D:\bootcamp\Source\Repos\M98DotNET\M98DotNETcore\obj\Release\netstandard2.0\M98DotNETcore.csproj.CopyComplete D:\bootcamp\Source\Repos\M98DotNET\M98DotNETcore\obj\Release\netstandard2.0\M98DotNETcore.dll D:\bootcamp\Source\Repos\M98DotNET\M98DotNETcore\obj\Release\netstandard2.0\M98DotNETcore.pdb +D:\bootcamp\Source\Repos\M98DotNET\M98DotNETcore\obj\Release\netstandard2.0\M98DotNETcore.csprojAssemblyReference.cache diff --git a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.dll b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.dll index 20cf48a..a67a707 100644 Binary files a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.dll and b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.dll differ diff --git a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.pdb b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.pdb index 6f6fd58..0fc4fd7 100644 Binary files a/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.pdb and b/M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.pdb differ diff --git a/M98DotNETcore/obj/project.assets.json b/M98DotNETcore/obj/project.assets.json index 43ad789..a69b877 100644 --- a/M98DotNETcore/obj/project.assets.json +++ b/M98DotNETcore/obj/project.assets.json @@ -239,7 +239,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.200\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/M98DotNETcore/obj/project.nuget.cache b/M98DotNETcore/obj/project.nuget.cache index 3e7a1c4..f748111 100644 --- a/M98DotNETcore/obj/project.nuget.cache +++ b/M98DotNETcore/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "X7kTQFVruEv7TtqlJ2ojvxxFc/DDzmuFXTuxQVQmne8bA46lA+3hGJwRCSVRFW3MpCy9b+yGZ53ELhXKaXXL/w==", + "dgSpecHash": "ssJvBGX74i0v88/eF3p98eMCJe6r1Zzn/h4KC6fY/GpcgG57PDUaSNm+gP3oSNHNYv/7nLNDPrhI8Ygq1KmwvA==", "success": true, "projectFilePath": "D:\\bootcamp\\Source\\Repos\\M98DotNET\\M98DotNETcore\\M98DotNETcore.csproj", "expectedPackageFiles": [