Skip to content

Commit 5238468

Browse files
committed
feat(CI): move license from URL to File
1 parent 116ec71 commit 5238468

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 progaudi
3+
Copyright (c) 2018-2019 progaudi
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

src/progaudi.buffers/progaudi.buffers.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@
88
<Copyright>Copyright © 2018</Copyright>
99
<PackageTags>memorypool;pool;memory</PackageTags>
1010
<PackageProjectUrl>https://github.com/progaudi/progaudi.buffers</PackageProjectUrl>
11-
<PackageLicenseUrl>https://github.com/progaudi/progaudi.buffers/blob/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1212
<Authors>roman-kozachenko;aensidhe</Authors>
1313
<Company>progaudi</Company>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<None Include="../../LICENSE" Pack="true" PackagePath="" />
18+
</ItemGroup>
19+
1620
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
1721
<TargetFrameworks>net45;net461;net462;net47;net471;netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
20-
<TargetFrameworks>netstandard1.4;netstandard2.0;netcoreapp2.1</TargetFrameworks>
24+
<TargetFrameworks>netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
2125
</PropertyGroup>
2226

2327
<PropertyGroup>

0 commit comments

Comments
 (0)