Skip to content

Commit

Permalink
feat(CI): move license from URL to File
Browse files Browse the repository at this point in the history
  • Loading branch information
aensidhe committed Jan 11, 2019
1 parent 116ec71 commit 5238468
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 progaudi
Copyright (c) 2018-2019 progaudi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions src/progaudi.buffers/progaudi.buffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
<Copyright>Copyright © 2018</Copyright>
<PackageTags>memorypool;pool;memory</PackageTags>
<PackageProjectUrl>https://github.com/progaudi/progaudi.buffers</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/progaudi/progaudi.buffers/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>roman-kozachenko;aensidhe</Authors>
<Company>progaudi</Company>
</PropertyGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>net45;net461;net462;net47;net471;netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<TargetFrameworks>netstandard1.4;netstandard2.0;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5238468

Please sign in to comment.