Skip to content

Commit

Permalink
made projects not packable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zt-freak committed Dec 16, 2022
1 parent d0e3c05 commit ed1de31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to NuGet
name: Release to GitHub Packages

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<Title>Apodemus.NPOI.WordTemplateMapper.Interfaces</Title>
<PackageIcon>xwpfmapper-logo.png</PackageIcon>
<PackageId>Apodemus.$(AssemblyName)</PackageId>
<Product>Apodemus.$(AssemblyName)</Product>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NPOI.WordTemplateMapper/NPOI.WordTemplateMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Title>Apodemus.NPOI.WordTemplateMapper</Title>
<Authors>Zt-freak</Authors>
<Description>A Word document mapper</Description>
<Copyright>Apache-2.0</Copyright>
<Copyright>Apache-2.0 license</Copyright>
<PackageProjectUrl>https://github.com/Zt-freak/NPOI.WordTemplateMapper</PackageProjectUrl>
<RepositoryUrl>https://github.com/Zt-freak/NPOI.WordTemplateMapper</RepositoryUrl>
<PackageTags>NPOI; Word; docx; mapping; XWPF</PackageTags>
Expand Down

0 comments on commit ed1de31

Please sign in to comment.