Skip to content

Commit

Permalink
updated nuget package to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRickard committed Jun 25, 2018
1 parent 960da1d commit 33758a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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 33758a3

Please sign in to comment.