Skip to content

Instantly share code, notes, and snippets.

@gileli121
gileli121 / Cache.cs
Last active November 14, 2023 08:34
MS Store - Solution to scenario that software changed from PAID & 30 Days trial to FREE & 30 Days trial
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using WindowTop.Helpers;