14
14
<Authors >Adrian Popescu</Authors >
15
15
<Copyright >Adrian Popescu, 2017 - $([System.DateTime]::Now.Year.ToString())</Copyright >
16
16
<Description >European VIES VAT validation for dotnet.</Description >
17
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
18
+ <EnablePackageValidation >true</EnablePackageValidation >
17
19
<NeutralLanguage >en-US</NeutralLanguage >
18
20
<Owners >Adrian Popescu</Owners >
19
21
<PackageId >vies-dotnet-api</PackageId >
23
25
<PackageReadmeFile >README.md</PackageReadmeFile >
24
26
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
25
27
<PackageTags >VIES NET dotNet API EU VAT eu vat-validation vat-identification vat-number vat-information-exchange-system</PackageTags >
28
+ <PackageValidationBaselineVersion >2.0.2</PackageValidationBaselineVersion >
26
29
<Product >Redmine .NET API Client</Product >
30
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
27
31
<ReleaseNotes ></ReleaseNotes >
28
32
<RepositoryType >Git</RepositoryType >
29
33
<RepositoryUrl >https://github.com/zapadi/vies-dotnetcore</RepositoryUrl >
39
43
<AnalysisLevel >latest</AnalysisLevel >
40
44
</PropertyGroup >
41
45
42
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
46
+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
47
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
43
48
</PropertyGroup >
44
-
45
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46
- </PropertyGroup >
47
-
49
+
48
50
<ItemGroup >
49
51
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
50
52
</ItemGroup >
56
58
</ItemGroup >
57
59
58
60
<ItemGroup >
61
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
59
62
<PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.118" PrivateAssets =" all" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
60
63
</ItemGroup >
61
64
</Project >
0 commit comments