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>
15 lines
539 B
XML
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>
|