Files
PrayerTracker/src/Directory.Build.props
Daniel J. Summers 39af0fb9a5 Implement e-mail changes
- Add canonical domain handling
- Bump version
2023-07-12 20:46:01 -04:00

12 lines
337 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyVersion>8.2.0.0</AssemblyVersion>
<FileVersion>8.2.0.0</FileVersion>
<Authors>danieljsummers</Authors>
<Company>Bit Badger Solutions</Company>
<Version>8.2.0</Version>
<DebugType>Embedded</DebugType>
</PropertyGroup>
</Project>