Skip to content

Commit 441bb8c

Browse files
Props extracted.
1 parent bc71bb1 commit 441bb8c

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<Authors>sebastianstehle</Authors>
4+
<Company>Squidex UG (haftungsbeschränkt)</Company>
5+
<Copyright>MIT</Copyright>
6+
<Description>Notifo SDK for Xamarin - Plugin.FirebasePushNotification integration.</Description>
7+
<PackageId>Notifo.Xamarin.Firebase</PackageId>
8+
<PackageIcon>logo-squared.png</PackageIcon>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<PackageProjectUrl>https://notifo.io</PackageProjectUrl>
11+
<PackageTags>notifo xamarin firebase</PackageTags>
12+
<Version>0.0.1-alpha</Version>
13+
</PropertyGroup>
14+
</Project>

sdk/Notifo.SDK.FirebasePlugin/Notifo.SDK.FirebasePlugin.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
<Nullable>enable</Nullable>
77
<RootNamespace>Notifo.SDK.FirebasePlugin</RootNamespace>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Authors>sebastianstehle</Authors>
10-
<Company>Squidex UG (haftungsbeschränkt)</Company>
11-
<Copyright>MIT</Copyright>
12-
<Description>Notifo SDK for Xamarin - Plugin.FirebasePushNotification integration.</Description>
13-
<PackageId>Notifo.Xamarin.Firebase</PackageId>
14-
<PackageIcon>logo-squared.png</PackageIcon>
15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageProjectUrl>https://notifo.io</PackageProjectUrl>
17-
<PackageTags>notifo xamarin firebase</PackageTags>
18-
<Version>0.0.1-alpha</Version>
199
</PropertyGroup>
2010

2111
<ItemGroup>

sdk/Notifo.SDK/Directory.Build.props

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<Authors>sebastianstehle</Authors>
4+
<Company>Squidex UG (haftungsbeschränkt)</Company>
5+
<Copyright>MIT</Copyright>
6+
<Description>Notifo SDK for Xamarin</Description>
7+
<PackageId>Notifo.Xamarin.Core</PackageId>
8+
<PackageIcon>logo-squared.png</PackageIcon>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<PackageProjectUrl>https://notifo.io</PackageProjectUrl>
11+
<PackageTags>notifo xamarin</PackageTags>
12+
<Version>0.0.1-alpha1</Version>
13+
</PropertyGroup>
14+
</Project>

sdk/Notifo.SDK/Notifo.SDK.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Authors>sebastianstehle</Authors>
9-
<Company>Squidex UG (haftungsbeschränkt)</Company>
10-
<Copyright>MIT</Copyright>
11-
<Description>Notifo SDK for Xamarin</Description>
12-
<PackageId>Notifo.Xamarin.Core</PackageId>
13-
<PackageIcon>logo-squared.png</PackageIcon>
14-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<PackageProjectUrl>https://notifo.io</PackageProjectUrl>
16-
<PackageTags>notifo xamarin</PackageTags>
17-
<Version>0.0.1-alpha1</Version>
188
</PropertyGroup>
199

2010
<ItemGroup>

0 commit comments

Comments
 (0)