Skip to content

Commit

Permalink
Update all version numbers and references for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andijakl committed Aug 28, 2017
1 parent 10ab0de commit 4463f98
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Library/NuGetPush.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuget push .\nupkg\UniversalBeaconLibrary.3.1.0.nupkg -source https://www.nuget.org/api/v2/package
nuget push .\nupkg\UniversalBeaconLibrary.3.2.0.nupkg -source https://www.nuget.org/api/v2/package
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.3</TargetFramework>
<NeutralLanguage>en</NeutralLanguage>
<PackageId>UniversalBeaconLibrary</PackageId>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<Authors>Andreas Jakl, Chris Tacke</Authors>
<Company>Andreas Jakl, Chris Tacke</Company>
<Product>Universal Beacon Library</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="1" android:versionName="3.0.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="2" android:versionName="3.2.0">
<uses-sdk android:minSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="UniversalBeaconLibrary">
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="6e8f6c3f-bd35-4fd6-88f2-4b227a2e7e2a" Publisher="CN=Andreas Jakl" Version="3.0.0.0" />
<Identity Name="6e8f6c3f-bd35-4fd6-88f2-4b227a2e7e2a" Publisher="CN=Andreas Jakl" Version="3.2.0.0" />
<mp:PhoneIdentity PhoneProductId="6e8f6c3f-bd35-4fd6-88f2-4b227a2e7e2a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Universal Beacon Library - Xamarin UWP Sample</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<Version>5.4.0</Version>
</PackageReference>
<PackageReference Include="UniversalBeaconLibrary">
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="opennetcf-ioc-standard" Version="1.0.17213" />
<PackageReference Include="UniversalBeaconLibrary" Version="3.1.0" />
<PackageReference Include="UniversalBeaconLibrary" Version="3.2.0" />
<PackageReference Include="Xamarin.Forms" Version="2.3.4.267" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Samples/WindowsBeacons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: ComVisible(false)]
13 changes: 3 additions & 10 deletions Samples/WindowsBeacons/WindowsBeacons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,15 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.4.0</Version>
</PackageReference>
<PackageReference Include="UniversalBeaconLibrary">
<Version>3.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsMobile, Version=10.0.15063.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Library\UniversalBeacon.Library.Core\UniversalBeacon.Library.Core.csproj">
<Project>{83be2e56-2400-40a2-8d88-b5dae98213e1}</Project>
<Name>UniversalBeacon.Library.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\Library\UniversalBeacon.Library.UWP\UniversalBeacon.Library.UWP.csproj">
<Project>{806d344b-4ffa-47bc-9417-2f7b26f20821}</Project>
<Name>UniversalBeacon.Library.UWP</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down

0 comments on commit 4463f98

Please sign in to comment.