Skip to content

Commit

Permalink
Decided to push XamJam.Screen out of pre-release as 1.0.6. No other s…
Browse files Browse the repository at this point in the history
…ubstantive changes.
  • Loading branch information
jasonCodesAway committed Dec 19, 2016
1 parent 2ef751b commit 36312ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
8 changes: 4 additions & 4 deletions XamJam.Demo/XamJam.Demo.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
"MR.Gestures": "1.3.5",
"Softlion.XamSvg": "2.3.2.4",
"Vapolia.XamSvg.Forms": "2.3.2.4",
"MR.Gestures": "1.4.1",
"Softlion.XamSvg": "2.3.3",
"Vapolia.XamSvg.Forms": "2.3.3.1",
"Xamarin.FFImageLoading": "2.2.5",
"Xamarin.FFImageLoading.Forms": "2.2.5",
"Xamarin.Forms": "2.3.2.127"
"Xamarin.Forms": "2.3.3.175"
},
"frameworks": {
"uap10.0": {}
Expand Down
16 changes: 7 additions & 9 deletions XamJam.PicSelector/XamJam.PicSelector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@
<HintPath>..\packages\Xam.Plugin.Media.2.6.1\lib\portable-net45+wp80+win8+wpa81\Plugin.Media.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Plugin.XamJam.BugHound, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Xam.Plugins.XamJam.BugHound.0.0.1-alpha\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.XamJam.BugHound.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Plugin.XamJam.BugHound.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Xam.Plugins.XamJam.BugHound.0.0.1-alpha\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.XamJam.BugHound.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PropertyChanged, Version=1.52.1.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
<HintPath>..\packages\PropertyChanged.Fody.1.52.1\Lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<Private>False</Private>
Expand All @@ -98,7 +90,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Plugin.XamJam.PicSelector.nuspec" />
<None Include="README.md" />
</ItemGroup>
Expand All @@ -118,6 +112,10 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XamJam.BugHound\Plugin.XamJam.BugHound\Plugin.XamJam.BugHound.csproj">
<Project>{54997076-792f-4aaf-82c0-ede69adf38dd}</Project>
<Name>Plugin.XamJam.BugHound</Name>
</ProjectReference>
<ProjectReference Include="..\XamJam.Pic\XamJam.Pic.csproj">
<Project>{2a96b4c9-3f9d-4eca-9c80-54184b93027a}</Project>
<Name>XamJam.Pic</Name>
Expand Down
1 change: 0 additions & 1 deletion XamJam.PicSelector/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<package id="MR.Gestures" version="1.4.1" targetFramework="portable45-net45+win8+wpa81" />
<package id="PropertyChanged.Fody" version="1.52.1" targetFramework="portable45-net45+win8+wpa81" developmentDependency="true" />
<package id="Xam.Plugin.Media" version="2.6.1" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xam.Plugins.XamJam.BugHound" version="0.0.1-alpha" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.FFImageLoading" version="2.2.5" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.FFImageLoading.Forms" version="2.2.5" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.Forms" version="2.3.3.175" targetFramework="portable45-net45+win8+wpa81" />
Expand Down
4 changes: 3 additions & 1 deletion XamJam.Screen/Plugin.XamJam.Screen.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xam.Plugins.XamJam.Screen</id>
<version>1.0.5-beta</version>
<version>1.0.6</version>
<title>Screen Size Plugin for Android, iOS, UWP, WP8, WP81, Windows Store 81</title>
<authors>Jason C. HandUber</authors>
<owners>Jason C. HandUber</owners>
Expand Down Expand Up @@ -30,6 +30,8 @@
- Don't ask about 1.0.3-beta, it's not the beta you're looking for.
[1.0.5-beta]
- Fixed Android, width and height were switched. Thanks 'alaskanrogue' for the report.
[1.0.6]
- No changes, just decided to finally get this thing out of beta. I might do more with it in the future, but for now it has proven generally useful as is.
</releaseNotes>
</metadata>
<files>
Expand Down

0 comments on commit 36312ca

Please sign in to comment.