7 Commits

Author SHA1 Message Date
Matt Nadareski
8695e58c27 Bump version 2026-08-28 13:00:14 -04:00
Matt Nadareski
78c6c1b6f6 Bump version 2026-07-10 11:10:33 -04:00
Matt Nadareski
9d04185b21 Use explicit enum values matching automatic values
This is being done to avoid any API-breaking changes in the future. If the values are set explicitly, added values either need to force a major version update or get added as the next-highest values.
2026-07-10 09:58:04 -04:00
Matt Nadareski
96d7141264 Bump version 2026-05-14 08:51:35 -04:00
Matt Nadareski
9cdee80bed Bump version 2026-03-24 17:54:11 -04:00
Matt Nadareski
bbd48926f1 Project file cleanup 2026-03-21 14:23:13 -04:00
Matt Nadareski
d614379cf5 Libraries
This change looks dramatic, but it's just separating out the already-split namespaces into separate top-level folders. In theory, every single one could be built into their own Nuget package. `SabreTools.IO.Meta` builds the normal Nuget package that is used by all other projects and includes all namespaces. `SabreTools.IO` builds to `SabreTools.IO.Common` to avoid overwriting issues on publish.
2026-03-21 13:55:42 -04:00