Skip to content

Commit

Permalink
License updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsnl committed Feb 5, 2023
1 parent 964163f commit ba65e05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/AdsPush.APNS/AdsPush.APNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright (c) 2023, Anıl Dursun ŞENEL</Copyright>
<PackageReadmeFile>README-NUGET.md</PackageReadmeFile>
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
Expand All @@ -26,7 +25,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README-NUGET.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj"/>
Expand Down
2 changes: 0 additions & 2 deletions src/AdsPush.Abstraction/AdsPush.Abstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright (c) 2023, Anıl Dursun ŞENEL</Copyright>
<PackageReadmeFile>README-NUGET.md</PackageReadmeFile>
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
Expand All @@ -20,7 +19,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README-NUGET.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
Expand Down
2 changes: 0 additions & 2 deletions src/AdsPush.Firebase/AdsPush.Firebase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright (c) 2023, Anıl Dursun ŞENEL</Copyright>
<PackageReadmeFile>README-NUGET.md</PackageReadmeFile>
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
<PackageLicenseExpression>BSD 3-Clause License</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README-NUGET.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
Expand Down
2 changes: 0 additions & 2 deletions src/AdsPush/AdsPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright (c) 2023, Anıl Dursun ŞENEL</Copyright>
<PackageReadmeFile>README-NUGET.md</PackageReadmeFile>
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
Expand All @@ -21,7 +20,6 @@

<ItemGroup>
<None Include="..\..\README-NUGET.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\logo.png" Pack="true" PackagePath="\" />
<ProjectReference Include="..\AdsPush.APNS\AdsPush.APNS.csproj" />
<ProjectReference Include="..\AdsPush.Firebase\AdsPush.Firebase.csproj" />
Expand Down

0 comments on commit ba65e05

Please sign in to comment.