Skip to content

Commit 39765fd

Browse files
committed
chore: Update license formatting and upgrade Escendit.Tools.Branding to v1.2.0 (which also containers Apache 2.0 License updates)
1 parent 16364db commit 39765fd

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project>
32
<PropertyGroup>
43
<RepositoryType>git</RepositoryType>
54
<RepositoryUrl>https://github.com/escendit/Escendit.Tools.CodeAnalysis.StyleCopAnalyzers</RepositoryUrl>
65
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageReference Include="Escendit.Tools.Branding">
8+
<PrivateAssets>all</PrivateAssets>
9+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
10+
</PackageReference>
11+
</ItemGroup>
712
</Project>

Directory.Packages.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project>
32
<ItemGroup>
4-
<PackageReference Include="Escendit.Tools.Branding" Version="1.0.2">
5-
<PrivateAssets>all</PrivateAssets>
6-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7-
</PackageReference>
3+
<PackageVersion Include="Escendit.Tools.Branding" Version="1.2.0"/>
84
</ItemGroup>
95
</Project>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

0 commit comments

Comments
 (0)