Skip to content

Commit 3d8a718

Browse files
committed
Dotnet project update
1 parent f31cc19 commit 3d8a718

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

codegen/Templates/csharp/Project.mustache

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,42 @@
1010
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>
1111
<PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl>
1212
<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>
1317
<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>
1619
<PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl>
1720
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1821
<PackageId>Aspose.BarCode-Cloud</PackageId>
1922
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2023
<PackageIcon>PackageIcon.png</PackageIcon>
2124
<Version>{{packageVersion}}</Version>
22-
<Authors>asposecloud</Authors>
25+
<Authors>Aspose</Authors>
2326
<AssemblyVersion>{{packageVersion}}.0</AssemblyVersion>
2427
<PackageReadmeFile>README.md</PackageReadmeFile>
2528
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v{{packageVersion}}</PackageReleaseNotes>
2629
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2730
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2831
<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>
3038
</PropertyGroup>
3139

3240
<ItemGroup>
3341
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
3442
<None Include="PackageIcon.png" Pack="true" PackagePath="" />
35-
<None Include="..\README.md" Pack="true" PackagePath=""/>
43+
<None Include="..\README.md" Pack="true" PackagePath="" />
3644
</ItemGroup>
3745

3846
<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" />
4049
</ItemGroup>
4150

4251
<ItemGroup>

codegen/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"npmName": "aspose-barcode-cloud-node",
44
"npmVersion": "23.7.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "23.7.0",
6+
"packageVersion": "23.7.1",
77
"supportsES6": true
8-
}
8+
}

0 commit comments

Comments
 (0)