-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (19 loc) · 925 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
19 lines (19 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<Version>$(VersionPrefix)-$(VersionSuffix)</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<InformationalVersion>$(Version)</InformationalVersion>
<Company>WinDama Contributors</Company>
<Authors>Touil Gho; WinDama Contributors</Authors>
<Product>WinDama</Product>
<Description>Open-source Algerian / Spanish checkers engine and WPF desktop application.</Description>
<Copyright>Copyright (c) 2026 Touil Gho and contributors</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/binarylab2022-del/WinDama</RepositoryUrl>
<PackageProjectUrl>https://github.com/binarylab2022-del/WinDama</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>