forked from Adrianotiger/desktopPet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProductVersion.props
More file actions
19 lines (19 loc) · 1.3 KB
/
Copy pathProductVersion.props
File metadata and controls
19 lines (19 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<!--
Canonical product identity. Build, assembly metadata, MSI authoring, and release
verification all consume these values; do not duplicate version strings elsewhere.
-->
<PropertyGroup>
<DesktopAICompanionProductName>Desktop AI Companion</DesktopAICompanionProductName>
<DesktopAICompanionPublisher>bigfnj</DesktopAICompanionPublisher>
<DesktopAICompanionDescription>A physics-driven desktop pet with offline smart fortunes and an optional AI brain</DesktopAICompanionDescription>
<!-- MUST be bumped in the same change as any plugin-ABI edit. DesktopAICompanion.Contracts stamps its
FileVersion from this value, and a Windows Installer major upgrade SKIPS refreshing a file whose
version did not change: shipping an ABI change without this bump installs a stale Contracts.dll
that cannot resolve the new types (the failure 9009133 fixed). -->
<DesktopAICompanionVersion>1.0.0</DesktopAICompanionVersion>
<DesktopAICompanionAssemblyVersion>1.0.0.0</DesktopAICompanionAssemblyVersion>
<DesktopAICompanionRepositoryUrl>https://github.com/bigfnj/desktop-ai-companion</DesktopAICompanionRepositoryUrl>
<DesktopAICompanionCopyright>Copyright (c) 2015-2026 DesktopAICompanion contributors</DesktopAICompanionCopyright>
</PropertyGroup>
</Project>