Skip to content

Commit

Permalink
Merge pull request #9 from martinsmith1968/bugfix/nuget-package-icon
Browse files Browse the repository at this point in the history
Bugfix/nuget package icon
  • Loading branch information
martinsmith1968 authored Dec 29, 2019
2 parents dce6b8a + 7eb1295 commit 7bb0dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DNX.Helpers/DNX.Helpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageProjectUrl>https://github.com/martinsmith1968/DNX.Helpers</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>favicon-32x32.png</PackageIcon>
<PackageIconUrl />
<PackageIconUrl>https://raw.githubusercontent.com/martinsmith1968/DNX.Helpers/master/images/favicon-32x32.png</PackageIconUrl>
<PackageTags>DNX helpers extensions string array linq</PackageTags>
<PackageReleaseNotes>Interpolation to a working version and some preparation for moving to .NET Standard</PackageReleaseNotes>
<Version>2.0.0</Version>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Converters\BuiltInTypes\Build.cmd" />
Expand Down
2 changes: 1 addition & 1 deletion DNX.Helpers/DNX.Helpers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://stackoverflow.com/questions/14797525/differences-between-nuget-packing-a
<package >
<metadata>
<id>DNX.Helpers</id>
<version>1.2.2</version>
<version>2.0.1</version>
<authors>Martin Smith</authors>
<owners>DNX Solutions Ltd</owners>
<licenseUrl>https://raw.githubusercontent.com/martinsmith1968/DNX.Helpers/master/licence.txt</licenseUrl>
Expand Down

0 comments on commit 7bb0dde

Please sign in to comment.