Skip to content

Commit 93117ca

Browse files
committed
Update version
1 parent a1a483d commit 93117ca

File tree

13 files changed

+22
-19
lines changed

13 files changed

+22
-19
lines changed

Directory.build.props renamed to Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--<PackageIcon>icon.png</PackageIcon>
88
<PackageIconFullPath>$(MSBuildThisFileDirectory)icon.png</PackageIconFullPath>-->
99
<Authors>Kirill Lyubimov</Authors>
10-
<Owners>Kirill Lyubimov, rotorgames</Owners>
10+
<Owners>Kirill Lyubimov, rotorgames, martijn00</Owners>
1111
<PackageTags>Xamarin.Forms, xamarin, forms, popup, page, modal</PackageTags>
1212
<PackageReleaseNotes>https://github.com/rotorgames/Rg.Plugins.Popup/releases</PackageReleaseNotes>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/rotorgames/Rg.Plugins.Popup</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<Product>$(AssemblyName) ($(TargetFramework))</Product>
21-
<Version>2.0.0.4</Version>
21+
<Version>2.0.0.5</Version>
2222

2323
<!--<Nullable>enable</Nullable>-->
2424
<LangVersion>8.0</LangVersion>
File renamed without changes.

Rg.Plugins.Popup.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{0FE9671B-BD9A-4077-8124-70824E440ED8}"
77
ProjectSection(SolutionItems) = preProject
88
appveyor.yml = appveyor.yml
9-
Directory.build.props = Directory.build.props
10-
Directory.build.targets = Directory.build.targets
9+
Directory.Build.props = Directory.Build.props
10+
Directory.Build.targets = Directory.Build.targets
1111
global.json = global.json
1212
README.md = README.md
1313
EndProjectSection
@@ -16,8 +16,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rg.Plugins.Popup", "Rg.Plug
1616
EndProject
1717
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{04D48DA4-E0DD-4E8A-A124-B656FE163F41}"
1818
ProjectSection(SolutionItems) = preProject
19-
Samples\Directory.build.props = Samples\Directory.build.props
20-
Samples\Directory.build.targets = Samples\Directory.build.targets
19+
Samples\Directory.Build.props = Samples\Directory.Build.props
20+
Samples\Directory.Build.targets = Samples\Directory.Build.targets
2121
EndProjectSection
2222
EndProject
2323
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Samples\Demo\Demo.csproj", "{9C32B21E-00A0-4539-A691-A8317F55B532}"

Rg.Plugins.Popup/Rg.Plugins.Popup.csproj

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

4949
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
@@ -112,7 +112,7 @@
112112
</ItemGroup>
113113

114114
<ItemGroup>
115-
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
115+
<PackageReference Include="Xamarin.Forms" Version="4.5.0.617" />
116116
</ItemGroup>
117117

118118
<!-- There is something not working correctly w.r.t. multi-targetting so adding

Samples/Demo.Droid/Demo.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</ItemGroup>
9797
<ItemGroup>
9898
<PackageReference Include="Xamarin.Forms">
99-
<Version>4.5.0.530</Version>
99+
<Version>4.5.0.617</Version>
100100
</PackageReference>
101101
</ItemGroup>
102102
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

Samples/Demo.Mac/Demo.Mac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</ItemGroup>
111111
<ItemGroup>
112112
<PackageReference Include="Xamarin.Forms">
113-
<Version>4.5.0.530</Version>
113+
<Version>4.5.0.617</Version>
114114
</PackageReference>
115115
</ItemGroup>
116116
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />

Samples/Demo.Tizen/Demo.Tizen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
9+
<PackageReference Include="Xamarin.Forms" Version="4.5.0.617" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

Samples/Demo.UWP/Demo.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<Version>6.2.10</Version>
156156
</PackageReference>
157157
<PackageReference Include="Xamarin.Forms">
158-
<Version>4.7.0.1239</Version>
158+
<Version>4.5.0.617</Version>
159159
</PackageReference>
160160
</ItemGroup>
161161
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

Samples/Demo.WPF/Demo.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</ItemGroup>
9797
<ItemGroup>
9898
<PackageReference Include="Xamarin.Forms.Platform.WPF">
99-
<Version>4.5.0.530</Version>
99+
<Version>4.5.0.617</Version>
100100
</PackageReference>
101101
</ItemGroup>
102102
<ItemGroup>

Samples/Demo.iOS/Demo.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</ItemGroup>
158158
<ItemGroup>
159159
<PackageReference Include="Xamarin.Forms">
160-
<Version>4.5.0.530</Version>
160+
<Version>4.5.0.617</Version>
161161
</PackageReference>
162162
</ItemGroup>
163163
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />

0 commit comments

Comments
 (0)