Skip to content

Commit

Permalink
Merge pull request #97 from OneSignal/netstandard_pdbs
Browse files Browse the repository at this point in the history
.net standard PDB's
  • Loading branch information
Nightsd01 authored Jun 1, 2018
2 parents 63eb4dd + ea1306c commit 2130293
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 14 deletions.
14 changes: 14 additions & 0 deletions Com.OneSignal.Abstractions/Com.OneSignal.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize></Optimize>
<DefineConstants></DefineConstants>
<ConsolePause>true</ConsolePause>
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn></NoWarn>
<AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
<AllowUnsafeBlocks></AllowUnsafeBlocks>
<CheckForOverflowUnderflow></CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.Abstractions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyVersion("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
5 changes: 4 additions & 1 deletion Com.OneSignal.Android/Com.OneSignal.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -40,6 +40,9 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="OneSignal.Android.Binding">
<HintPath>..\OneSignal.Android.Binding\bin\Release\OneSignal.Android.Binding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyVersion("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
8 changes: 6 additions & 2 deletions Com.OneSignal.iOS/Com.OneSignal.iOS.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -24,7 +24,8 @@
<IOSDebuggerPort>59137</IOSDebuggerPort>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -37,6 +38,9 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="OneSignal.iOS.Binding">
<HintPath>..\OneSignal.iOS.Binding\bin\Release\OneSignal.iOS.Binding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyVersion("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
7 changes: 5 additions & 2 deletions Com.OneSignal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Com.OneSignal</id>
<version>3.1.1</version>
<version>3.2.0</version>
<title>OneSignal SDK for Xamarin</title>
<authors>OneSignal, Martijn van Dijk</authors>
<owners>OneSignal</owners>
Expand Down Expand Up @@ -36,7 +36,10 @@
</metadata>
<files>
<!--Core-->
<file src="Com.OneSignal\bin\Release\Com.OneSignal.*" target="lib\netstandard1.0" />
<file src="Com.OneSignal\bin\Release\netstandard1.0\Com.OneSignal.pdb" target="lib\netstandard1.0" />
<file src="Com.OneSignal\bin\Release\netstandard1.0\Com.OneSignal.dll" target="lib\netstandard1.0" />
<file src="Com.OneSignal.Abstractions\bin\Release\netstandard1.0\Com.OneSignal.Abstractions.pdb" target="lib\netstandard1.0" />
<file src="Com.OneSignal.Abstractions\bin\Release\netstandard1.0\Com.OneSignal.Abstractions.dll" target="lib\netstandard1.0" />

<!--Xamarin.Android-->
<file src="Com.OneSignal.Android\bin\Release\*OneSignal.*" target="lib\MonoAndroid10" />
Expand Down
8 changes: 5 additions & 3 deletions Com.OneSignal/Com.OneSignal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG;NETSTANDARD1_0;PORTABLE</DefineConstants>
<DebugType>full</DebugType>
<DefineConstants>TRACE;PORTABLE;DEBUG;NETSTANDARD1_0</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType></DebugType>
<DefineConstants>TRACE;RELEASE;NETSTANDARD1_0;PORTABLE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineConstants>TRACE;PORTABLE;RELEASE;NETSTANDARD1_0</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyVersion("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file modified OneSignal.Android.Binding/Jars/onesignal-main.aar
Binary file not shown.
1 change: 1 addition & 0 deletions OneSignal.Android.Binding/OneSignal.Android.Binding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion OneSignal.Android.Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.0.1")]
[assembly: AssemblyVersion ("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file modified OneSignal.iOS.Binding/OneSignal.a
Binary file not shown.
1 change: 1 addition & 0 deletions OneSignal.iOS.Binding/OneSignal.iOS.Binding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion OneSignal.iOS.Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.0.1")]
[assembly: AssemblyVersion ("3.2.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 2130293

Please sign in to comment.