-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (26 loc) · 1.14 KB
/
Copy pathDirectory.Build.props
File metadata and controls
26 lines (26 loc) · 1.14 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
<Project>
<PropertyGroup>
<Authors>Xavier Badosa</Authors>
<Company>jsonstat.org</Company>
<Product>JSON-stat for C#</Product>
<Copyright>Copyright © jsonstat.org</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jsonstat/csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/jsonstat/csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>json-stat;jsonstat;statistics;cube;dataset</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<!--
Experimental / pre-1.0: the 0.x major version signals that the public API
is not yet stable and may change (including breaking changes) at any time.
See CHANGELOG.md and README "Versioning".
-->
<Version>0.1.2</Version>
<PackageVersion>$(Version)</PackageVersion>
<FileVersion>0.1.2.0</FileVersion>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<!-- Reproducible builds -->
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>