Skip to content

Commit

Permalink
Changed nuget packages to use embedded icon and updated build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ravensorb committed Jan 7, 2020
1 parent 8c2276c commit 20d69a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"VersionFile": "./build.version.json",
"AssemblyInfoFile": "./src/AssemblyInfo.Shared.cs",
"AssemblyInfoFile": "",
"LoadFrom": "versionfile",
"AutoIncrementVersion": false
},
Expand Down
2 changes: 1 addition & 1 deletion build.version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Major": 1,
"Minor": 1,
"Build": 10,
"PreRelease": 1,
"PreRelease": 2,
"ReleaseNotes": [],
"Semantic": null,
"Milestone": null,
Expand Down
18 changes: 14 additions & 4 deletions src/Invisionware.Collections/Invisionware.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,23 @@
<PackageId>Invisionware.Collections</PackageId>
<Authors>Invisionware</Authors>
<PackageProjectUrl>https://github.com/Invisionware/Invisionware.Collections</PackageProjectUrl>
<RepositoryUrl>https://github.com/Invisionware/Invisionware.Collections</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageIcon>logo.png</PackageIcon>
<license>Apache-2.0</license>
<PackageIconUrl>https://github.com/Invisionware/Invisionware.Collections/raw/master/logo.png</PackageIconUrl>
<Copyright>Copyright © 2020 Invisionware</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains various extension methods for collections</Description>
<PackageReleaseNotes />
<Copyright>Copyright © 2018 Invisionware</Copyright>
<PackageTags>invisionware extensions dictionary enumerable list</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 20d69a3

Please sign in to comment.