Skip to content

Commit

Permalink
Fix nuspec description for Excelerator.NPOI
Browse files Browse the repository at this point in the history
  • Loading branch information
slemvs committed Aug 23, 2017
1 parent 71b0036 commit 5e98a58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.ClosedXml</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.5</version>
<version>0.0.6</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.Common/Excelerator.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.Common</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.5</version>
<version>0.0.6</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
1 change: 1 addition & 0 deletions Excelerator.NPOI/Excelerator.NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<Folder Include="Import\" />
</ItemGroup>
<ItemGroup>
<None Include="Excelerator.NPOI.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Excelerator.NPOI/Excelerator.NPOI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.NPOI</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.5</version>
<version>0.0.6</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand All @@ -30,7 +30,7 @@

<!-- The description can be used in package manager UI. Note that the
nuget.org gallery uses information you add in the portal. -->
<description>Implementation of core interfaces usnig ClosedXml library</description>
<description>Implementation of core interfaces usnig NPOI library</description>

<!-- Copyright information -->
<copyright>Copyright ©2017</copyright>
Expand Down

0 comments on commit 5e98a58

Please sign in to comment.