Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRickard committed Jun 26, 2018
2 parents 50dddb6 + 33758a3 commit 2977d59
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageTags>xamarin, pcl, xam.pcl, plugin, plugin for xamarin, android, UWP, universal windows, xamarin.forms, ios, microphone, audio, record</PackageTags>
<ReferenceAssemblyFrameworks>.NETPortable,Version=v4.5,Profile=Profile111</ReferenceAssemblyFrameworks>
<IntersectionAssemblyReferencePath>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v8.1\</IntersectionAssemblyReferencePath>
<PackageIconUrl>https://raw.githubusercontent.com/NateRickard/Plugin.AudioRecorder/9c4b2606/logo/icon-nuget.png</PackageIconUrl>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
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>0.8.3</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" />
<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>0.8.3</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>0.8.3</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" />
</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="0.8.3" />
<PackageReference Include="Plugin.AudioRecorder" Version="1.0.0" />
<PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" />
</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>0.8.3</Version>
<Version>1.0.0</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.5</Version>
</PackageReference>
<PackageReference Include="Plugin.AudioRecorder">
<Version>0.8.3</Version>
<Version>1.0.0</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 @@ -133,7 +133,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.AudioRecorder">
<Version>0.8.3</Version>
<Version>1.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down

0 comments on commit 2977d59

Please sign in to comment.