-
Notifications
You must be signed in to change notification settings - Fork 4
/
Directory.Build.props
25 lines (23 loc) · 1.18 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<Company>axuno gGmbH</Company>
<Authors>axuno gGmbH, Project maintainers and contributors.</Authors>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
<Copyright>Copyright 2011-$(CurrentYear) axuno gGmbH</Copyright>
<RepositoryUrl>https://github.com/axuno/Volleyball-League</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>7.2.4</Version>
<FileVersion>7.2.4</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Default</AnalysisMode>
<AnalysisModeSecurity>All</AnalysisModeSecurity>
<AnalysisLevel>latest</AnalysisLevel>
<Features>strict</Features>
<NoWarn>$(NoWarn);1591</NoWarn>
<!-- If true (default), NuGetizer will apply the shortened revision ID to the package version during the packing process. -->
<UseShortSourceRevisionId>false</UseShortSourceRevisionId>
</PropertyGroup>
</Project>