diff --git a/.idea/.idea.MedusaPluginChargeMachine/.idea/vcs.xml b/.idea/.idea.MedusaPluginChargeMachine/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.MedusaPluginChargeMachine/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MedusaPluginChargeMachine.sln b/MedusaPluginChargeMachine.sln deleted file mode 100644 index f88a4ed..0000000 --- a/MedusaPluginChargeMachine.sln +++ /dev/null @@ -1,16 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MedusaPluginChargeMachine", "MedusaPluginChargeMachine\MedusaPluginChargeMachine.csproj", "{D3EDB125-A555-4AFF-A328-38FC3390FA99}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D3EDB125-A555-4AFF-A328-38FC3390FA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D3EDB125-A555-4AFF-A328-38FC3390FA99}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D3EDB125-A555-4AFF-A328-38FC3390FA99}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D3EDB125-A555-4AFF-A328-38FC3390FA99}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal diff --git a/MedusaPluginChargeMachine.slnx b/MedusaPluginChargeMachine.slnx new file mode 100644 index 0000000..6e1a77d --- /dev/null +++ b/MedusaPluginChargeMachine.slnx @@ -0,0 +1,3 @@ + + + diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.dll new file mode 100644 index 0000000..8a7d3f7 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.pdb b/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.pdb new file mode 100644 index 0000000..635278a Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.pdb differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.deps.json b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.deps.json new file mode 100644 index 0000000..30f4493 --- /dev/null +++ b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.deps.json @@ -0,0 +1,363 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "MedusaPluginChargeMachine/1.0.0": { + "dependencies": { + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "9.0.6", + "Microsoft.EntityFrameworkCore": "9.0.6", + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.6", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Abstractions": "1.0.0.0" + }, + "runtime": { + "MedusaPluginChargeMachine.dll": {} + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.6": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "9.0.6", + "Microsoft.Extensions.Identity.Stores": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.EntityFrameworkCore/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.6", + "Microsoft.EntityFrameworkCore.Analyzers": "9.0.6", + "Microsoft.Extensions.Caching.Memory": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.6": { + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.6": {}, + "Microsoft.EntityFrameworkCore.Relational/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "9.0.6", + "Microsoft.Extensions.Caching.Memory": "9.0.6", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Caching.Memory/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.6", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Microsoft.Extensions.Logging.Abstractions": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6", + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Identity.Core/9.0.6": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Identity.Core.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.Extensions.Identity.Stores/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.6", + "Microsoft.Extensions.Identity.Core": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Identity.Stores.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.Extensions.Logging/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.6", + "Microsoft.Extensions.Logging.Abstractions": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Options/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Primitives/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Abstractions/1.0.0.0": { + "runtime": { + "Abstractions.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "MedusaPluginChargeMachine/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AbRZPnAXFIvKKOWer6setdYy6/KY/hM9onf/LscD1O6sD8AJSyYemxmIa9T/kbfEPek2neEn9+lnPf7ClfglTQ==", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.6", + "hashPath": "microsoft.aspnetcore.cryptography.internal.9.0.6.nupkg.sha512" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8yJVwMyycWClrTjbyWl9AUquizaMC9wZWj/Q+Pqdbse25cwMSb6fROrpZyZULqRfE67iV1vh6igG3S+nakIKqQ==", + "path": "microsoft.aspnetcore.cryptography.keyderivation/9.0.6", + "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.9.0.6.nupkg.sha512" + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-50+a2SQEx0eOQmLPjxO0sy/leDNvwsU1/HFXpTbIjXGUURrL5fCZGlTENM3CJNWzwd2cCGB/ZLFHFgKTdSyLzw==", + "path": "microsoft.aspnetcore.identity.entityframeworkcore/9.0.6", + "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-r5hzM6Bhw4X3z28l5vmsaCPjk9VsQP4zaaY01THh1SAYjgTMVadYIvpNkCfmrv/Klks6aIf2A9eY7cpGZab/hg==", + "path": "microsoft.entityframeworkcore/9.0.6", + "hashPath": "microsoft.entityframeworkcore.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7MkhPK8emb8hfOx/mFVvHuIHxQ+mH2YdlK4sFUXgsGlvR0A44vsmd2wcHavZOTTzaKhN+aFUVy3zmkztKmTo+A==", + "path": "microsoft.entityframeworkcore.abstractions/9.0.6", + "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VKggHNQC5FCn3/vooaIM/4aEjGmrmWm78IrdRLz9lLV0Rm9bVHEr/jiWApDkU0U9ec2xGAilvQqJ5mMX7QC2cw==", + "path": "microsoft.entityframeworkcore.analyzers/9.0.6", + "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ht6OT17sYnO31Dx+hX72YHrc5kZt53g5napaw0FpyIekXCvb+gUVvufEG55Fa7taFm8ccy0Vzs+JVNR9NL0JlA==", + "path": "microsoft.entityframeworkcore.relational/9.0.6", + "hashPath": "microsoft.entityframeworkcore.relational.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bL/xQsVNrdVkzjP5yjX4ndkQ03H3+Bk3qPpl+AMCEJR2RkfgAYmoQ/xXffPV7is64+QHShnhA12YAaFmNbfM+A==", + "path": "microsoft.extensions.caching.abstractions/9.0.6", + "hashPath": "microsoft.extensions.caching.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Memory/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qPW2d798tBPZcRmrlaBJqyChf2+0odDdE+0Lxvrr0ywkSNl1oNMK8AKrOfDwyXyjuLCv0ua7p6nrUExCeXhCcg==", + "path": "microsoft.extensions.caching.memory/9.0.6", + "hashPath": "microsoft.extensions.caching.memory.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==", + "path": "microsoft.extensions.configuration.abstractions/9.0.6", + "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vS65HMo5RS10DD543fknsyVDxihMcVxVn3/hNaILgBxWYnOLxWIeCIO9X0QFuCvPRNjClvXe9Aj8KaQNx7vFkQ==", + "path": "microsoft.extensions.dependencyinjection/9.0.6", + "hashPath": "microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0Zn6nR/6g+90MxskZyOOMPQvnPnrrGu6bytPwkV+azDcTtCSuQ1+GJUrg8Klmnrjk1i6zMpw2lXijl+tw7Q3kA==", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.6", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Core/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UByIcYE2r8k2k8Mh+Me9qFg5jzJQ8OFe5r1bePqvI15iK118PsjUtJXppFp3miuZpMOMpYKZM9xfLZ/64MhcNg==", + "path": "microsoft.extensions.identity.core/9.0.6", + "hashPath": "microsoft.extensions.identity.core.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Stores/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kAPyVejLK5/hNSXRdJ3LZomkzwsde2dEklLGVhR7OS+fJs70nIuj5f52U0LDQ05KAuQsKOTc/utaghiH07uKIg==", + "path": "microsoft.extensions.identity.stores/9.0.6", + "hashPath": "microsoft.extensions.identity.stores.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XBzjitTFaQhF8EbJ645vblZezV1p52ePTxKHoVkRidHF11Xkjxg94qr0Rvp2qyxK2vBJ4OIZ41NB15YUyxTGMQ==", + "path": "microsoft.extensions.logging/9.0.6", + "hashPath": "microsoft.extensions.logging.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LFnyBNK7WtFmKdnHu3v0HOYQ8BcjYuy0jdC9pgCJ/rbLKoJEG9/dBzSKMEeeWDbDeoWS0TIxOC8a9CM5ufca3A==", + "path": "microsoft.extensions.logging.abstractions/9.0.6", + "hashPath": "microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Options/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wUPhNM1zsI58Dy10xRdF2+pnsisiUuETg5ZBncyAEEUm/CQ9Q1vmivyUWH8RDbAlqyixf2dJNQ2XZb7HsKUEQw==", + "path": "microsoft.extensions.options/9.0.6", + "hashPath": "microsoft.extensions.options.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==", + "path": "microsoft.extensions.primitives/9.0.6", + "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512" + }, + "Abstractions/1.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.dll new file mode 100644 index 0000000..f4092c7 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.pdb b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.pdb new file mode 100644 index 0000000..108d838 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.pdb differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.dll new file mode 100644 index 0000000..8a7d3f7 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.pdb b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.pdb new file mode 100644 index 0000000..635278a Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.pdb differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.deps.json b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.deps.json new file mode 100644 index 0000000..30f4493 --- /dev/null +++ b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.deps.json @@ -0,0 +1,363 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "MedusaPluginChargeMachine/1.0.0": { + "dependencies": { + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "9.0.6", + "Microsoft.EntityFrameworkCore": "9.0.6", + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.6", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Abstractions": "1.0.0.0" + }, + "runtime": { + "MedusaPluginChargeMachine.dll": {} + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.6": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "9.0.6", + "Microsoft.Extensions.Identity.Stores": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.EntityFrameworkCore/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.6", + "Microsoft.EntityFrameworkCore.Analyzers": "9.0.6", + "Microsoft.Extensions.Caching.Memory": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.6": { + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.6": {}, + "Microsoft.EntityFrameworkCore.Relational/9.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "9.0.6", + "Microsoft.Extensions.Caching.Memory": "9.0.6", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "9.0.6.0", + "fileVersion": "9.0.625.26607" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Caching.Memory/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.6", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Microsoft.Extensions.Logging.Abstractions": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6", + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Identity.Core/9.0.6": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Identity.Core.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.Extensions.Identity.Stores/9.0.6": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.6", + "Microsoft.Extensions.Identity.Core": "9.0.6", + "Microsoft.Extensions.Logging": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Identity.Stores.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26701" + } + } + }, + "Microsoft.Extensions.Logging/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.6", + "Microsoft.Extensions.Logging.Abstractions": "9.0.6", + "Microsoft.Extensions.Options": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Options/9.0.6": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6", + "Microsoft.Extensions.Primitives": "9.0.6" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Microsoft.Extensions.Primitives/9.0.6": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.625.26613" + } + } + }, + "Abstractions/1.0.0.0": { + "runtime": { + "Abstractions.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "MedusaPluginChargeMachine/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AbRZPnAXFIvKKOWer6setdYy6/KY/hM9onf/LscD1O6sD8AJSyYemxmIa9T/kbfEPek2neEn9+lnPf7ClfglTQ==", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.6", + "hashPath": "microsoft.aspnetcore.cryptography.internal.9.0.6.nupkg.sha512" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8yJVwMyycWClrTjbyWl9AUquizaMC9wZWj/Q+Pqdbse25cwMSb6fROrpZyZULqRfE67iV1vh6igG3S+nakIKqQ==", + "path": "microsoft.aspnetcore.cryptography.keyderivation/9.0.6", + "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.9.0.6.nupkg.sha512" + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-50+a2SQEx0eOQmLPjxO0sy/leDNvwsU1/HFXpTbIjXGUURrL5fCZGlTENM3CJNWzwd2cCGB/ZLFHFgKTdSyLzw==", + "path": "microsoft.aspnetcore.identity.entityframeworkcore/9.0.6", + "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-r5hzM6Bhw4X3z28l5vmsaCPjk9VsQP4zaaY01THh1SAYjgTMVadYIvpNkCfmrv/Klks6aIf2A9eY7cpGZab/hg==", + "path": "microsoft.entityframeworkcore/9.0.6", + "hashPath": "microsoft.entityframeworkcore.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7MkhPK8emb8hfOx/mFVvHuIHxQ+mH2YdlK4sFUXgsGlvR0A44vsmd2wcHavZOTTzaKhN+aFUVy3zmkztKmTo+A==", + "path": "microsoft.entityframeworkcore.abstractions/9.0.6", + "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VKggHNQC5FCn3/vooaIM/4aEjGmrmWm78IrdRLz9lLV0Rm9bVHEr/jiWApDkU0U9ec2xGAilvQqJ5mMX7QC2cw==", + "path": "microsoft.entityframeworkcore.analyzers/9.0.6", + "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.6.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ht6OT17sYnO31Dx+hX72YHrc5kZt53g5napaw0FpyIekXCvb+gUVvufEG55Fa7taFm8ccy0Vzs+JVNR9NL0JlA==", + "path": "microsoft.entityframeworkcore.relational/9.0.6", + "hashPath": "microsoft.entityframeworkcore.relational.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bL/xQsVNrdVkzjP5yjX4ndkQ03H3+Bk3qPpl+AMCEJR2RkfgAYmoQ/xXffPV7is64+QHShnhA12YAaFmNbfM+A==", + "path": "microsoft.extensions.caching.abstractions/9.0.6", + "hashPath": "microsoft.extensions.caching.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Memory/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qPW2d798tBPZcRmrlaBJqyChf2+0odDdE+0Lxvrr0ywkSNl1oNMK8AKrOfDwyXyjuLCv0ua7p6nrUExCeXhCcg==", + "path": "microsoft.extensions.caching.memory/9.0.6", + "hashPath": "microsoft.extensions.caching.memory.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==", + "path": "microsoft.extensions.configuration.abstractions/9.0.6", + "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vS65HMo5RS10DD543fknsyVDxihMcVxVn3/hNaILgBxWYnOLxWIeCIO9X0QFuCvPRNjClvXe9Aj8KaQNx7vFkQ==", + "path": "microsoft.extensions.dependencyinjection/9.0.6", + "hashPath": "microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0Zn6nR/6g+90MxskZyOOMPQvnPnrrGu6bytPwkV+azDcTtCSuQ1+GJUrg8Klmnrjk1i6zMpw2lXijl+tw7Q3kA==", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.6", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Core/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UByIcYE2r8k2k8Mh+Me9qFg5jzJQ8OFe5r1bePqvI15iK118PsjUtJXppFp3miuZpMOMpYKZM9xfLZ/64MhcNg==", + "path": "microsoft.extensions.identity.core/9.0.6", + "hashPath": "microsoft.extensions.identity.core.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Stores/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kAPyVejLK5/hNSXRdJ3LZomkzwsde2dEklLGVhR7OS+fJs70nIuj5f52U0LDQ05KAuQsKOTc/utaghiH07uKIg==", + "path": "microsoft.extensions.identity.stores/9.0.6", + "hashPath": "microsoft.extensions.identity.stores.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XBzjitTFaQhF8EbJ645vblZezV1p52ePTxKHoVkRidHF11Xkjxg94qr0Rvp2qyxK2vBJ4OIZ41NB15YUyxTGMQ==", + "path": "microsoft.extensions.logging/9.0.6", + "hashPath": "microsoft.extensions.logging.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LFnyBNK7WtFmKdnHu3v0HOYQ8BcjYuy0jdC9pgCJ/rbLKoJEG9/dBzSKMEeeWDbDeoWS0TIxOC8a9CM5ufca3A==", + "path": "microsoft.extensions.logging.abstractions/9.0.6", + "hashPath": "microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Options/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wUPhNM1zsI58Dy10xRdF2+pnsisiUuETg5ZBncyAEEUm/CQ9Q1vmivyUWH8RDbAlqyixf2dJNQ2XZb7HsKUEQw==", + "path": "microsoft.extensions.options/9.0.6", + "hashPath": "microsoft.extensions.options.9.0.6.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/9.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==", + "path": "microsoft.extensions.primitives/9.0.6", + "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512" + }, + "Abstractions/1.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.dll new file mode 100644 index 0000000..f4092c7 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.pdb b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.pdb new file mode 100644 index 0000000..108d838 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.pdb differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.Internal.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.Internal.dll new file mode 100755 index 0000000..a63f8ef Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll new file mode 100755 index 0000000..9c33372 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll new file mode 100755 index 0000000..9234f2d Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Abstractions.dll new file mode 100755 index 0000000..b436aa1 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Relational.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Relational.dll new file mode 100755 index 0000000..28301d6 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.dll new file mode 100755 index 0000000..cded136 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Abstractions.dll new file mode 100755 index 0000000..d1daf47 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Memory.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Memory.dll new file mode 100755 index 0000000..c1f1e63 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Configuration.Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100755 index 0000000..e8f0c56 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100755 index 0000000..06b7d18 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.dll new file mode 100755 index 0000000..88c58d1 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Core.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Core.dll new file mode 100755 index 0000000..f398427 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Core.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Stores.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Stores.dll new file mode 100755 index 0000000..c8b41cf Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.Abstractions.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100755 index 0000000..9077747 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.dll new file mode 100755 index 0000000..6d35e75 Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Options.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Options.dll new file mode 100755 index 0000000..0c0ecad Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Options.dll differ diff --git a/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Primitives.dll b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Primitives.dll new file mode 100755 index 0000000..b2aa82b Binary files /dev/null and b/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Primitives.dll differ diff --git a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs index 9c1b2b8..41dc2f7 100644 --- a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs +++ b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MedusaPluginChargeMachine")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dfd9512701779ee56987b0f4b726f98b87279a10")] [assembly: System.Reflection.AssemblyProductAttribute("MedusaPluginChargeMachine")] [assembly: System.Reflection.AssemblyTitleAttribute("MedusaPluginChargeMachine")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache index 74014ba..864a04f 100644 --- a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache +++ b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache @@ -1 +1 @@ -38d4c2852f8d287b54b8b8836e92a670f8aebd14872c1d12ca8b40430114fb2b +f60b4a108caaff25eec130883c47904b700e59febce763366ed766d304d16aaa diff --git a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache index 3cb5f0a..5eb4927 100644 Binary files a/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache and b/MedusaPluginChargeMachine/obj/Debug/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/MedusaPluginChargeMachine/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPl.65593F7A.Up2Date b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPl.65593F7A.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs new file mode 100644 index 0000000..30409d5 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("MedusaPluginChargeMachine")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dfd9512701779ee56987b0f4b726f98b87279a10")] +[assembly: System.Reflection.AssemblyProductAttribute("MedusaPluginChargeMachine")] +[assembly: System.Reflection.AssemblyTitleAttribute("MedusaPluginChargeMachine")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache new file mode 100644 index 0000000..0b298c1 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ef98e80a8a5b3aeb8e6d0ad12e2fd94f989e345c069518116532d58e52433f47 diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GeneratedMSBuildEditorConfig.editorconfig b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..08fbecf --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = MedusaPluginChargeMachine +build_property.ProjectDir = /home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GlobalUsings.g.cs b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.assets.cache b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.assets.cache new file mode 100644 index 0000000..3cc231a Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.assets.cache differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3cb5f0a Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.CoreCompileInputs.cache b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..2643175 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bbb025a8c58189122f8df8e4cfdfb38e2e33e8ebfe4d0c0d15c5dcf0dcd3e6f1 diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.FileListAbsolute.txt b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..4da7587 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.deps.json +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/MedusaPluginChargeMachine.pdb +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/Abstractions.pdb +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.AssemblyReference.cache +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.GeneratedMSBuildEditorConfig.editorconfig +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfoInputs.cache +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.AssemblyInfo.cs +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.csproj.CoreCompileInputs.cache +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPl.65593F7A.Up2Date +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/refint/MedusaPluginChargeMachine.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.pdb +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/obj/Release/net9.0/ref/MedusaPluginChargeMachine.dll diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.dll b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.dll new file mode 100644 index 0000000..f4092c7 Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.dll differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.pdb b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.pdb new file mode 100644 index 0000000..108d838 Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/MedusaPluginChargeMachine.pdb differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/PublishOutputs.3a06cff8f8.txt b/MedusaPluginChargeMachine/obj/Release/net9.0/PublishOutputs.3a06cff8f8.txt new file mode 100644 index 0000000..95dc983 --- /dev/null +++ b/MedusaPluginChargeMachine/obj/Release/net9.0/PublishOutputs.3a06cff8f8.txt @@ -0,0 +1,22 @@ +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.deps.json +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/MedusaPluginChargeMachine.pdb +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.Internal.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.EntityFrameworkCore.Relational.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Caching.Memory.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Configuration.Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Core.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Identity.Stores.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Logging.Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Options.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Microsoft.Extensions.Primitives.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.dll +/home/thatzokay/Projects/csharp/MedusaPluginChargeMachine/MedusaPluginChargeMachine/bin/Release/net9.0/publish/Abstractions.pdb diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/ref/MedusaPluginChargeMachine.dll b/MedusaPluginChargeMachine/obj/Release/net9.0/ref/MedusaPluginChargeMachine.dll new file mode 100644 index 0000000..2822dd8 Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/ref/MedusaPluginChargeMachine.dll differ diff --git a/MedusaPluginChargeMachine/obj/Release/net9.0/refint/MedusaPluginChargeMachine.dll b/MedusaPluginChargeMachine/obj/Release/net9.0/refint/MedusaPluginChargeMachine.dll new file mode 100644 index 0000000..2822dd8 Binary files /dev/null and b/MedusaPluginChargeMachine/obj/Release/net9.0/refint/MedusaPluginChargeMachine.dll differ diff --git a/MedusaPluginChargeMachine/obj/rider.project.model.nuget.info b/MedusaPluginChargeMachine/obj/rider.project.model.nuget.info index 2402cf3..37e711a 100644 --- a/MedusaPluginChargeMachine/obj/rider.project.model.nuget.info +++ b/MedusaPluginChargeMachine/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17505992601130876 \ No newline at end of file +17506012707971121 \ No newline at end of file