-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
28 lines (27 loc) · 1.37 KB
/
Copy pathDirectory.Build.props
File metadata and controls
28 lines (27 loc) · 1.37 KB
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
26
27
28
<!-- Copyright 2026 Ari Sulistiono -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisLevel>latest</AnalysisLevel>
<Version>3.6.7</Version>
<AssemblyVersion>3.6.7.0</AssemblyVersion>
<FileVersion>3.6.7.0</FileVersion>
<InformationalVersion>3.6.7+smart-redundancy-polish</InformationalVersion>
<Authors>Ari Sulistiono</Authors>
<Company>Ari Sulistiono</Company>
<Product>ARIEC60870 Evidence Analyzer</Product>
<Description>Free Apache-2.0 Windows protocol evidence analyzer for IEC 60870-5-101, IEC 60870-5-103, and IEC 60870-5-104 testing.</Description>
<PackageTags>iec60870;iec101;iec103;iec104;scada;substation-automation;protocol-analyzer;protection-relay;fat;sat</PackageTags>
<Copyright>Copyright © 2026 Ari Sulistiono</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/masarray/ARIEC60870</PackageProjectUrl>
<RepositoryUrl>https://github.com/masarray/ARIEC60870</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
</Project>