Skip to content

Commit

Permalink
Bump to Xamarin.Forms 4.7.0.968 (#59)
Browse files Browse the repository at this point in the history
Fixes: #58

We can also drop the `-pre` suffix on this package.
  • Loading branch information
jonathanpeppers authored Jul 7, 2020
1 parent 6079f72 commit 5fbd08f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TestAssembly/TestAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.773-pre1" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.968" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Xamarin.Forms.Mocks.Tests/Xamarin.Forms.Mocks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.773-pre1" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.968" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Xamarin.Forms.Mocks.Xaml/Xamarin.Forms.Mocks.Xaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<AssemblyName>Xamarin.Forms.Xaml.UnitTests</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.773-pre1" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.968" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Xamarin.Forms.Mocks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<releaseNotes>Upgraded to netstandard2.0</releaseNotes>
<tags>Xamarin, Xamarin.Forms, Mocks, Unit Testing</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="4.7.0.773-pre1" />
<dependency id="Xamarin.Forms" version="4.7.0.968" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion Xamarin.Forms.Mocks/Xamarin.Forms.Mocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>Xamarin.Forms.Core.UnitTests</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.773-pre1" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.968" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Xamarin.Forms.Mocks.Xaml\Xamarin.Forms.Mocks.Xaml.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var dirs = new[]
};
string sln = "./Xamarin.Forms.Mocks.sln";
string version = "4.7.0.1";
string suffix = "-pre";
string suffix = "";

MSBuildSettings MSBuildSettings()
{
Expand Down

0 comments on commit 5fbd08f

Please sign in to comment.