Skip to content

Commit

Permalink
Merge pull request #18 from snakefoot/master
Browse files Browse the repository at this point in the history
Updated to Microsoft.AppCenter ver. 3.4.3
  • Loading branch information
snakefoot authored Sep 28, 2020
2 parents 4306d1f + a7581cb commit d9b92bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0;netstandard1.3</TargetFrameworks>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<AssemblyVersion>2.0.0.0</AssemblyVersion> <!-- AssemblyVersion must be fixed on 2.0.0.0 -->
<AppVeyorBuildNumber>$(APPVEYOR_BUILD_NUMBER)</AppVeyorBuildNumber>
<AppVeyorBuildNumber Condition="'$(AppVeyorBuildNumber)' == ''">0</AppVeyorBuildNumber>
Expand All @@ -18,7 +18,7 @@
<PackageProjectUrl>https://github.com/NLog/NLog.AppCenter</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/NLog/NLog.AppCenter/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>
- Updated to Microsoft.AppCenter SDK ver. 3.4.2 (Bug fixes)
- Updated to Microsoft.AppCenter SDK ver. 3.4.3 (Fix Fix naming conflict with Apple iOS 14)
</PackageReleaseNotes>

<IsPackable>true</IsPackable>
Expand All @@ -28,8 +28,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.2" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.2" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.3" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.3" />
<PackageReference Include="NLog" Version="4.5.11" />
</ItemGroup>

Expand Down

0 comments on commit d9b92bb

Please sign in to comment.