Skip to content

Commit 3e79e37

Browse files
committed
Push update
1 parent 4fcb9db commit 3e79e37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/Baseflow/XF-Material-Library</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<Product>$(AssemblyName) ($(TargetFramework))</Product>
21-
<Version>1.6.6</Version>
21+
<Version>1.7.0</Version>
2222
<Platform>AnyCPU</Platform>
2323

2424
<!--<Nullable>enable</Nullable>-->

Samples/MaterialMvvmSample.Uwp/MaterialMvvmSample.Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<Version>2.0.0.4</Version>
159159
</PackageReference>
160160
<PackageReference Include="Xamarin.Forms">
161-
<Version>4.5.0.530</Version>
161+
<Version>4.5.0.617</Version>
162162
</PackageReference>
163163
</ItemGroup>
164164
<ItemGroup>

XF.Material/XF.Material.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<None Remove="Platforms\Wpf\**\*.cs" />
4343
<Compile Include="Platforms\Net\**\*.cs" />
4444
<Compile Include="Platforms\Wpf\**\*.cs" />
45-
<PackageReference Include="Xamarin.Forms.Platform.WPF" Version="4.5.0.530" />
45+
<PackageReference Include="Xamarin.Forms.Platform.WPF" Version="4.5.0.617" />
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
@@ -129,7 +129,7 @@
129129
<ItemGroup>
130130
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.4" />
131131
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
132-
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
132+
<PackageReference Include="Xamarin.Forms" Version="4.5.0.617" />
133133
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="3.1.3" />
134134
</ItemGroup>
135135

0 commit comments

Comments
 (0)