File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net5.0</TargetFramework >
5+ <PackageId >Cimon.Net</PackageId >
6+ <Authors >Mojtaba Kiani</Authors >
7+ <Product >Cimon.Net</Product >
8+ <Description >A .NET Library for Cimon PLCs Connectivity</Description >
9+ <PackageProjectUrl >https://github.com/MojtabaKiani/Cimon.Net</PackageProjectUrl >
10+ <PackageTags >Cimon, Cymon, PLc, Industrial</PackageTags >
11+ <NeutralLanguage >en</NeutralLanguage >
12+ <PackageIcon >cimon_logo.png</PackageIcon >
13+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
514 </PropertyGroup >
615
716 <ItemGroup >
817 <PackageReference Include =" Ardalis.GuardClauses" Version =" 3.0.1" />
918 <PackageReference Include =" System.IO.Ports" Version =" 5.0.0" />
1019 </ItemGroup >
1120
21+ <ItemGroup >
22+ <None Include =" C:\Users\Mojtaba\Desktop\cimon_logo.png" >
23+ <Pack >True</Pack >
24+ <PackagePath ></PackagePath >
25+ </None >
26+ </ItemGroup >
27+
1228</Project >
You can’t perform that action at this time.
0 commit comments