Skip to content

Commit 6d6e437

Browse files
committed
Updated nuspec properties.
1 parent 55aa515 commit 6d6e437

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Directory.Build.props

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<VersionPrefix>2.0.0</VersionPrefix>
66
<Authors>Pawel Gerr</Authors>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<PackageIconUrl>http://thinktecture.com/images/Logo_T_Nontransparent.png</PackageIconUrl>
98
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Abstractions</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/PawelGerr/Thinktecture.Abstractions/blob/master/LICENCE.md</PackageLicenseUrl>
9+
<PackageIcon>icon.png</PackageIcon>
10+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1111
<RepositoryType>git</RepositoryType>
1212
<RepositoryUrl>[email protected]:PawelGerr/Thinktecture.Abstractions.git</RepositoryUrl>
1313
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
@@ -18,6 +18,9 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21+
<None Include="./../../icon.png" Pack="true" PackagePath="" />
22+
<None Include="./../../LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)" />
23+
2124
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4">
2225
<PrivateAssets>all</PrivateAssets>
2326
</PackageReference>

LICENCE.md renamed to LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018, Pawel Gerr. All rights reserved.
1+
Copyright (c) 2019, Pawel Gerr. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

Thinktecture.Runtime.Extensions.sln

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8F117684-794
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{21EB22DE-2518-4F09-B0CE-9B5C9DCE4CF9}"
1111
ProjectSection(SolutionItems) = preProject
12-
LICENCE.md = LICENCE.md
12+
LICENSE.md = LICENSE.md
1313
README.md = README.md
1414
Directory.Build.props = Directory.Build.props
1515
.appveyor.yml = .appveyor.yml
16+
ci\appveyor.ps1 = ci\appveyor.ps1
1617
EndProjectSection
1718
EndProject
1819
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E6F200ED-86D2-4D5C-9D5F-34592908B107}"

icon.png

612 Bytes
Loading

0 commit comments

Comments
 (0)