Skip to content

Commit

Permalink
Prepare for Snowplow.Tracker.PlatformExtensions 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Jul 5, 2021
1 parent 81b994e commit a57e803
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Nuget/Snowplow.Tracker.PlatformExtensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata minClientVersion="2.8.3">
<id>Snowplow.Tracker.PlatformExtensions</id>
<copyright>Copyright 2021</copyright>
<version>1.0.2</version>
<version>1.1.0</version>
<title>Snowplow.Tracker.PlatformExtensions</title>
<authors>Joshua Beemster, Paul Boocock</authors>
<owners>snowplow</owners>
Expand All @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework="netstandard1.4">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Snowplow.Tracker" version="1.0.2" />
<dependency id="Snowplow.Tracker" version="1.1.0" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker.PlatformExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.0.2\lib\MonoAndroid10\Snowplow.Tracker.PlatformExtensions.dll</HintPath>
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.1.0\lib\MonoAndroid10\Snowplow.Tracker.PlatformExtensions.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker.PlatformExtensions.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.0.2\lib\MonoAndroid10\Snowplow.Tracker.PlatformExtensions.Abstractions.dll</HintPath>
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.1.0\lib\MonoAndroid10\Snowplow.Tracker.PlatformExtensions.Abstractions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions Snowplow.Demo.App/Snowplow.Demo.App.Droid/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid60" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid60" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker.PlatformExtensions" version="1.0.2" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker.PlatformExtensions" version="1.1.0" targetFramework="monoandroid60" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid60" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker.PlatformExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.0.2\lib\Xamarin.iOS10\Snowplow.Tracker.PlatformExtensions.dll</HintPath>
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.1.0\lib\Xamarin.iOS10\Snowplow.Tracker.PlatformExtensions.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker.PlatformExtensions.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.0.2\lib\Xamarin.iOS10\Snowplow.Tracker.PlatformExtensions.Abstractions.dll</HintPath>
<HintPath>..\..\packages\Snowplow.Tracker.PlatformExtensions.1.1.0\lib\Xamarin.iOS10\Snowplow.Tracker.PlatformExtensions.Abstractions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IO.Compression" />
Expand Down
4 changes: 2 additions & 2 deletions Snowplow.Demo.App/Snowplow.Demo.App.iOS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker.PlatformExtensions" version="1.0.2" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker.PlatformExtensions" version="1.1.0" targetFramework="xamarinios10" />
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
Expand Down
2 changes: 1 addition & 1 deletion Snowplow.Demo.App/Snowplow.Demo.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Snowplow.Tracker.PlatformExtensions": "1.0.2",
"Snowplow.Tracker.PlatformExtensions": "1.1.0",
"Xamarin.Forms": "2.3.3.180"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion Snowplow.Demo.Console/Snowplow.Demo.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Snowplow.Tracker" Version="1.0.2" />
<PackageReference Include="Snowplow.Tracker" Version="1.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="net461" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="net461" />
<package id="System.AppContext" version="4.3.0" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Collections" version="4.3.0" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Snowplow.Tracker": "1.0.2"
"Snowplow.Tracker": "1.1.0"
},
"frameworks": {
"netstandard1.4": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="net461" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="net461" />
<package id="System.AppContext" version="4.3.0" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Collections" version="4.3.0" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid60" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid60" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="monoandroid60" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="monoandroid60" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid60" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid60" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Snowplow.Tracker, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.0.2\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
<Reference Include="Snowplow.Tracker, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Snowplow.Tracker.1.1.0\lib\netstandard1.4\Snowplow.Tracker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IO.Compression" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker" version="1.0.2" targetFramework="xamarinios10" />
<package id="Snowplow.Tracker" version="1.1.0" targetFramework="xamarinios10" />
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
Expand Down

0 comments on commit a57e803

Please sign in to comment.