dragon-iso/Directory.Build.props
Zac Gaetano e1b3339cc2 release: prep v1.2.0-beta.1 -- version bump, CHANGELOG, Product name fix
Directory.Build.props: Version 1.0.0 -> 1.2.0-beta.1 and Product TeamsISO ->
Dragon-ISO (missed in the rebrand sweep). CHANGELOG gains the 1.2.0-beta.1
entry (rational framerate end-to-end, audio FourCC fix, finder rebuild
hardening, scaler guard, installer fixes) and a backfilled 1.1.0 rebrand
entry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 21:30:57 -04:00

15 lines
539 B
XML

<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<Version>1.2.0-beta.1</Version>
<Authors>Wild Dragon LLC</Authors>
<Company>Wild Dragon LLC</Company>
<Product>Dragon-ISO</Product>
<Copyright>Copyright © Wild Dragon LLC 2026</Copyright>
</PropertyGroup>
</Project>