oh my gotto no mor outputto

This commit is contained in:
Вячеслав 2025-09-15 02:39:57 +05:00
parent 4d5371be5e
commit 1e8f8d6dc9
4 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,3 @@
namespace MetaforceInstaller.Core.Models;
public record ApkInfo(string PackageName, string VersionName, string VersionCode);