Skip to content

Commit

Permalink
added targets to build folder on Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
lumimario committed Jan 18, 2022
1 parent 5e48f19 commit c00a5f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Our.Iconic/Our.Iconic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
With Iconic you will be able to create a property editor that can use virtually any font package out there and not only that, you will be able to select your icon from more than one package on the same property. </Description>
<Product>$(AssemblyName)</Product>
<PackageTags>umbraco plugin package icon picker editor backoffice</PackageTags>
<Version>3.1.1</Version>
<Version>3.1.2</Version>
<Authors>Mario Lopez</Authors>
<PackageProjectUrl>https://github.com/Skartknet/Iconic</PackageProjectUrl>
<PackageIcon>iconic_logo.png</PackageIcon>
Expand Down Expand Up @@ -42,6 +42,10 @@ With Iconic you will be able to create a property editor that can use virtually
<Pack>True</Pack>
<PackagePath>buildTransitive</PackagePath>
</None>
<None Include="build\**\*.*">
<Pack>True</Pack>
<PackagePath>build</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c00a5f3

Please sign in to comment.