forked from Washi1337/Echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (18 loc) · 826 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (18 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Copyright>Copyright © Washi 2019-2025</Copyright>
<PackageProjectUrl>https://github.com/Washi1337/Echo</PackageProjectUrl>
<PackageLicense>https://github.com/Washi1337/Echo/LICENSE.md</PackageLicense>
<RepositoryUrl>https://github.com/Washi1337/Echo</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
<Deterministic>true</Deterministic>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>