|
10 | 10 | Aspose.Barcode for Cloud allows you to control all aspects of the image and barcode when generating barcode images. Specify image width, height, border style, output image format and more. You can also set barcode attributes like font style, font color, background color, barcode type and the barcode text location.</Description> |
11 | 11 | <PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl> |
12 | 12 | <RepositoryUrl>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet</RepositoryUrl> |
| 13 | + <RepositoryType>git</RepositoryType> |
| 14 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 15 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 16 | + <DebugType>embedded</DebugType> |
13 | 17 | <PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags> |
14 | | - <Copyright>© Aspose 2001-2023. All Rights Reserved.</Copyright> |
15 | | - <RepositoryType>Git</RepositoryType> |
| 18 | + <Copyright>© Aspose Pty Ltd 2001-2023. All Rights Reserved.</Copyright> |
16 | 19 | <PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl> |
17 | 20 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
18 | 21 | <PackageId>Aspose.BarCode-Cloud</PackageId> |
19 | 22 | <Product>Aspose.BarCode Cloud SDK for .NET</Product> |
20 | 23 | <PackageIcon>PackageIcon.png</PackageIcon> |
21 | 24 | <Version>{{packageVersion}}</Version> |
22 | | - <Authors>asposecloud</Authors> |
| 25 | + <Authors>Aspose</Authors> |
23 | 26 | <AssemblyVersion>{{packageVersion}}.0</AssemblyVersion> |
24 | 27 | <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | 28 | <PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v{{packageVersion}}</PackageReleaseNotes> |
26 | 29 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
27 | 30 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
28 | 31 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
29 | | - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 32 | + </PropertyGroup> |
| 33 | + |
| 34 | + <!-- Set RELEASE_BUILD=true to make ContinuousIntegrationBuild --> |
| 35 | + <PropertyGroup Condition="'$(RELEASE_BUILD)' == 'true'"> |
| 36 | + <!-- These should not be enabled during local dev or the debugger won’t be able to find the local source files. --> |
| 37 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
30 | 38 | </PropertyGroup> |
31 | 39 |
|
32 | 40 | <ItemGroup> |
33 | 41 | <None Include="LICENSE.txt" Pack="true" PackagePath="" /> |
34 | 42 | <None Include="PackageIcon.png" Pack="true" PackagePath="" /> |
35 | | - <None Include="..\README.md" Pack="true" PackagePath=""/> |
| 43 | + <None Include="..\README.md" Pack="true" PackagePath="" /> |
36 | 44 | </ItemGroup> |
37 | 45 |
|
38 | 46 | <ItemGroup> |
39 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> |
| 47 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
| 48 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
40 | 49 | </ItemGroup> |
41 | 50 |
|
42 | 51 | <ItemGroup> |
|
0 commit comments