Skip to content

Commit

Permalink
add nuget package logo, tags, and fix issue with packing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamorillo02 committed Mar 5, 2024
1 parent de3186c commit 6f7dbc3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
</PropertyGroup>
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>
17 changes: 14 additions & 3 deletions ECF_DGII.Models/ECF_DGII.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<Description>Modelos POCO generados a partir de los XSD definidos por la DGII, para la facturación electrónica en República Dominicana.</Description>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SSD-Smart-Software-Development-SRL/ecf_dgii</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -24,7 +22,9 @@
<EnablePackageValidation>true</EnablePackageValidation>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<DebugType>portable</DebugType>
<DebugType>embedded</DebugType>
<PackageTags>dgii;republica dominicana;do;dominican republic;ecf;rnc;ncf;encf;direccion general de impuestos internos</PackageTags>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -56,7 +56,18 @@
<EmbeddedResource Include="XSD/e-CF 46 v.1.0.xsd" />
<EmbeddedResource Include="XSD/e-CF 47 v.1.0.xsd" />
</ItemGroup>

<ItemGroup>
<None Include="..\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<None Update="ECF-DGII.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f7dbc3

Please sign in to comment.