Skip to content

Commit

Permalink
Licence updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsnl committed Feb 5, 2023
1 parent ba65e05 commit 2aa3f96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/AdsPush.APNS/AdsPush.APNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<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>
Expand All @@ -25,6 +25,7 @@
</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
3 changes: 2 additions & 1 deletion src/AdsPush.Abstraction/AdsPush.Abstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
<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>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<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
3 changes: 2 additions & 1 deletion src/AdsPush.Firebase/AdsPush.Firebase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
<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
3 changes: 2 additions & 1 deletion src/AdsPush/AdsPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
<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="..\..\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 2aa3f96

Please sign in to comment.