v1.16 — Remove PowerShell edition, restore flat project structure

PowerShell version removed — will use OV code signing certificate instead.
Files moved back from src/ to project root.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-04-02 07:07:27 +02:00
szülő ae4d7f82bc
commit 486589f9bc
44 fájl változott, egészen pontosan 0 új sor hozzáadva és 1155 régi sor törölve

9
Models/OfficeVersion.cs Normal file
Fájl megtekintése

@@ -0,0 +1,9 @@
namespace InstaSoftOfficeTool.Models
{
public enum OfficeVersion
{
Office2024,
Office2021,
Office2019
}
}