Skip to content

Commit

Permalink
updated package to 1.1.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRickard committed Aug 22, 2018
1 parent 64990c4 commit 5028a36
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ProjectGuid>{7ED9AE4B-267C-47C0-A816-797FBD080188}</ProjectGuid>
<Description>Multiplatform library for recording device microphone input</Description>
<PackageId>Plugin.AudioRecorder</PackageId>
<PackageVersion>1.0.2-pre</PackageVersion>
<PackageVersion>1.1.0-pre</PackageVersion>
<Authors>Nate Rickard</Authors>
<DevelopmentDependency>false</DevelopmentDependency>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="25.4.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.7" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Forms/AudioRecord.Forms/AudioRecord.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder" Version="1.0.2" />
<PackageReference Include="Plugin.AudioRecorder" Version="1.1.0-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Native/AudioRecord.UWP/AudioRecord.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<Version>6.1.7</Version>
</PackageReference>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
2 changes: 1 addition & 1 deletion Samples/Native/AudioRecord.iOS/AudioRecord.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>1.0.2</Version>
<Version>1.1.0-pre</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down

0 comments on commit 5028a36

Please sign in to comment.