Skip to content

Commit d7f90b2

Browse files
committed
Some build tooling updates
1 parent fccb112 commit d7f90b2

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ __pycache__/
290290

291291
*.ncrunchproject
292292

293-
cache/
294293
tests/repos/net5.0
295294
tests/repos/net6.0
296295
tests/repos/netcoreapp3.1
297296

297+
cache/
298298
marvin/

Directory.Build.props

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<FileVersion>$(Version.Split('-')[0])</FileVersion>
77
<Authors>Dave Glick and contributors</Authors>
88
<Company>Dave Glick and contributors</Company>
9+
<PackageIcon>icon.png</PackageIcon>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
911
<PackageProjectUrl>https://github.com/daveaglick/Buildalyzer</PackageProjectUrl>
1012
<RepositoryUrl>https://github.com/daveaglick/Buildalyzer.git</RepositoryUrl>
1113
<RepositoryType>git</RepositoryType>
@@ -20,6 +22,11 @@
2022
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2123
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2224
</PropertyGroup>
25+
<ItemGroup>
26+
<None Include="$(MSBuildThisFileDirectory)\LICENSE.md" Pack="true" PackagePath=""/>
27+
<None Include="$(MSBuildThisFileDirectory)\icon.png" Pack="true" PackagePath="\"/>
28+
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="\"/>
29+
</ItemGroup>
2330
<ItemGroup>
2431
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
2532
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All"/>

LICENSE LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Dave Glick
3+
Copyright (c) Dave Glick
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

icon.png

2.42 KB
Loading

0 commit comments

Comments
 (0)