Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 21b8ec7

Browse files
authored
Merge pull request #4 from xamarin/rename
Rename project
2 parents 88f8434 + ec185ac commit 21b8ec7

18 files changed

+119
-122
lines changed

F50.Tests/F50.Tests.csproj renamed to Caboodle.Tests/Caboodle.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\F50\F50.csproj" />
17+
<ProjectReference Include="..\Caboodle\Caboodle.csproj" />
1818
</ItemGroup>
1919

2020
</Project>

F50.Tests/UnitTest1.cs renamed to Caboodle.Tests/UnitTest1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using Xunit;
33

4-
namespace F50.Tests
4+
namespace Microsoft.Caboodle.Tests
55
{
66
public class UnitTest1
77
{

F50.sln renamed to Caboodle.sln

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2027
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "F50", "F50\F50.csproj", "{B5FE6C55-6B11-44AA-95A8-27E92F9F5A32}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{579F334C-FB7F-448A-A638-8FCB1CE53D93}"
9-
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
EndProjectSection
12-
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "F50.Tests", "F50.Tests\F50.Tests.csproj", "{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD}"
14-
EndProject
15-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A14D061F-382D-4609-A3B0-E1D0BF7AB6AC}"
16-
EndProject
17-
Global
18-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
19-
Debug|Any CPU = Debug|Any CPU
20-
Release|Any CPU = Release|Any CPU
21-
EndGlobalSection
22-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{B5FE6C55-6B11-44AA-95A8-27E92F9F5A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{B5FE6C55-6B11-44AA-95A8-27E92F9F5A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{B5FE6C55-6B11-44AA-95A8-27E92F9F5A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{B5FE6C55-6B11-44AA-95A8-27E92F9F5A32}.Release|Any CPU.Build.0 = Release|Any CPU
27-
{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28-
{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
29-
{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD}.Release|Any CPU.Build.0 = Release|Any CPU
31-
EndGlobalSection
32-
GlobalSection(SolutionProperties) = preSolution
33-
HideSolutionNode = FALSE
34-
EndGlobalSection
35-
GlobalSection(NestedProjects) = preSolution
36-
{445B6CA2-A1A3-4565-B7E8-D5AE6A5AF0CD} = {A14D061F-382D-4609-A3B0-E1D0BF7AB6AC}
37-
EndGlobalSection
38-
GlobalSection(ExtensibilityGlobals) = postSolution
39-
SolutionGuid = {105B0052-C7EA-44D0-8697-37A45E1392AF}
40-
EndGlobalSection
41-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27130.2036
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{579F334C-FB7F-448A-A638-8FCB1CE53D93}"
7+
ProjectSection(SolutionItems) = preProject
8+
.editorconfig = .editorconfig
9+
EndProjectSection
10+
EndProject
11+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A14D061F-382D-4609-A3B0-E1D0BF7AB6AC}"
12+
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Caboodle", "Caboodle\Caboodle.csproj", "{63A4F6A1-48BF-4D32-AED7-82F605EDB042}"
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caboodle.Tests", "Caboodle.Tests\Caboodle.Tests.csproj", "{77C2F93D-6EB7-49F7-A74A-C80499EC206A}"
16+
EndProject
17+
Global
18+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
19+
Debug|Any CPU = Debug|Any CPU
20+
Release|Any CPU = Release|Any CPU
21+
EndGlobalSection
22+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23+
{63A4F6A1-48BF-4D32-AED7-82F605EDB042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{63A4F6A1-48BF-4D32-AED7-82F605EDB042}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{63A4F6A1-48BF-4D32-AED7-82F605EDB042}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{63A4F6A1-48BF-4D32-AED7-82F605EDB042}.Release|Any CPU.Build.0 = Release|Any CPU
27+
{77C2F93D-6EB7-49F7-A74A-C80499EC206A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28+
{77C2F93D-6EB7-49F7-A74A-C80499EC206A}.Debug|Any CPU.Build.0 = Debug|Any CPU
29+
{77C2F93D-6EB7-49F7-A74A-C80499EC206A}.Release|Any CPU.ActiveCfg = Release|Any CPU
30+
{77C2F93D-6EB7-49F7-A74A-C80499EC206A}.Release|Any CPU.Build.0 = Release|Any CPU
31+
EndGlobalSection
32+
GlobalSection(SolutionProperties) = preSolution
33+
HideSolutionNode = FALSE
34+
EndGlobalSection
35+
GlobalSection(NestedProjects) = preSolution
36+
{77C2F93D-6EB7-49F7-A74A-C80499EC206A} = {A14D061F-382D-4609-A3B0-E1D0BF7AB6AC}
37+
EndGlobalSection
38+
GlobalSection(ExtensibilityGlobals) = postSolution
39+
SolutionGuid = {105B0052-C7EA-44D0-8697-37A45E1392AF}
40+
EndGlobalSection
41+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,60 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid80;uap10.0.16299</TargetFrameworks>
5-
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid80</TargetFrameworks>
6-
<AssemblyName>Xamarin.F50</AssemblyName>
7-
<RootNamespace>Xamarin.F50</RootNamespace>
8-
<PackageId>Xamarin.F50</PackageId>
9-
<PackageIconUrl>http://xamarin.com/content/images/nuget/xamarin.png</PackageIconUrl>
10-
<Summary>F50</Summary>
11-
<PackageTags>xamarin, windows, ios, android, xamarin.forms, toolkit, f50</PackageTags>
12-
<Title>F50</Title>
13-
<Description>F50</Description>
14-
<Product>$(AssemblyName) ($(TargetFramework))</Product>
15-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
16-
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion>
17-
<Version>1.0.0.0</Version>
18-
<PackageVersion>1.0.0.0</PackageVersion>
19-
<Authors>Xamarin Inc.</Authors>
20-
<PackOnBuild>true</PackOnBuild>
21-
<Owners>microsoft,Xamarin,XamarinNuGet</Owners>
22-
<NeutralLanguage>en</NeutralLanguage>
23-
<Copyright>Copyright 2018</Copyright>
24-
<RepositoryUrl>https://github.com/xamarin/f50</RepositoryUrl>
25-
<PackageReleaseNotes>See: https://github.com/xamarin/f50 </PackageReleaseNotes>
26-
<LangVersion>7.1</LangVersion>
27-
<DefineConstants>$(DefineConstants);</DefineConstants>
28-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
29-
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
30-
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
31-
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
32-
<PackageLicenseUrl>https://raw.githubusercontent.com/xamarin/f50/master/LICENSE</PackageLicenseUrl>
33-
<PackageProjectUrl>https://github.com/xamarin/f50</PackageProjectUrl>
34-
</PropertyGroup>
35-
36-
<ItemGroup>
37-
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.0" PrivateAssets="All" />
38-
<Compile Include="**\*.shared.cs" />
39-
</ItemGroup>
40-
41-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
42-
<Compile Include="**\*.netstandard.cs" />
43-
</ItemGroup>
44-
45-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
46-
<Compile Include="**\*.netstandard.cs" />
47-
</ItemGroup>
48-
49-
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0.16299' ">
50-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.6" />
51-
<Compile Include="**\*.uwp.cs" />
52-
</ItemGroup>
53-
54-
<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid80' ">
55-
<Compile Include="**\*.android.cs" />
56-
</ItemGroup>
57-
58-
<ItemGroup Condition=" '$(TargetFramework)' == 'Xamarin.iOS10' ">
59-
<Compile Include="**\*.ios.cs" />
60-
</ItemGroup>
61-
62-
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
63-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2+
<PropertyGroup>
3+
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid80;uap10.0.16299</TargetFrameworks>
4+
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid80</TargetFrameworks>
5+
<AssemblyName>Microsoft.Caboodle</AssemblyName>
6+
<RootNamespace>Microsoft.Caboodle</RootNamespace>
7+
<PackageId>Microsoft.Caboodle</PackageId>
8+
<PackageIconUrl>http://xamarin.com/content/images/nuget/xamarin.png</PackageIconUrl>
9+
<Summary>Microsoft Caboodle: a kit of essential API's for your apps</Summary>
10+
<PackageTags>xamarin, windows, ios, android, xamarin.forms, toolkit, caboodle, kit</PackageTags>
11+
<Title>Microsoft Caboodle</Title>
12+
<Description>Microsoft Caboodle: a kit of essential API's for your apps</Description>
13+
<Product>$(AssemblyName) ($(TargetFramework))</Product>
14+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
15+
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion>
16+
<Version>1.0.0.0</Version>
17+
<PackageVersion>1.0.0.0</PackageVersion>
18+
<Authors>Xamarin Inc.</Authors>
19+
<PackOnBuild>true</PackOnBuild>
20+
<Owners>microsoft,Xamarin,XamarinNuGet</Owners>
21+
<NeutralLanguage>en</NeutralLanguage>
22+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
23+
<RepositoryUrl>https://github.com/xamarin/caboodle</RepositoryUrl>
24+
<PackageReleaseNotes>See: https://github.com/xamarin/caboodle</PackageReleaseNotes>
25+
<LangVersion>7.1</LangVersion>
26+
<DefineConstants>$(DefineConstants);</DefineConstants>
27+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28+
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
29+
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
30+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
31+
<PackageLicenseUrl>https://raw.githubusercontent.com/xamarin/caboodle/master/LICENSE</PackageLicenseUrl>
32+
<PackageProjectUrl>https://github.com/xamarin/caboodle</PackageProjectUrl>
33+
<FileUpgradeFlags>
34+
</FileUpgradeFlags>
35+
<UpgradeBackupLocation>
36+
</UpgradeBackupLocation>
37+
<OldToolsVersion>2.0</OldToolsVersion>
38+
</PropertyGroup>
39+
<ItemGroup>
40+
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.0" PrivateAssets="All" />
41+
<Compile Include="**\*.shared.cs" />
42+
</ItemGroup>
43+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
44+
<Compile Include="**\*.netstandard.cs" />
45+
</ItemGroup>
46+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
47+
<Compile Include="**\*.netstandard.cs" />
48+
</ItemGroup>
49+
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0.16299' ">
50+
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.6" />
51+
<Compile Include="**\*.uwp.cs" />
52+
</ItemGroup>
53+
<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid80' ">
54+
<Compile Include="**\*.android.cs" />
55+
</ItemGroup>
56+
<ItemGroup Condition=" '$(TargetFramework)' == 'Xamarin.iOS10' ">
57+
<Compile Include="**\*.ios.cs" />
58+
</ItemGroup>
59+
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
60+
</Project>

F50/Platform/Platform.android.cs renamed to Caboodle/Platform/Platform.android.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Android.OS;
44
using System;
55

6-
namespace Xamarin.F50
6+
namespace Microsoft.Caboodle
77
{
88
public partial class Platform
99
{

F50/Platform/Platform.ios.cs renamed to Caboodle/Platform/Platform.ios.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
public partial class Platform
44
{

F50/Platform/Platform.netstandard.cs renamed to Caboodle/Platform/Platform.netstandard.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
public partial class Platform
44
{

F50/Platform/Platform.shared.cs renamed to Caboodle/Platform/Platform.shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
public partial class Platform
44
{

F50/Platform/Platform.uwp.cs renamed to Caboodle/Platform/Platform.uwp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
public partial class Platform
44
{

F50/Preferences/Preferences.android.cs renamed to Caboodle/Preferences/Preferences.android.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Android.Content;
55
using Android.Preferences;
66

7-
namespace Xamarin.F50
7+
namespace Microsoft.Caboodle
88
{
99
public partial class Preferences
1010
{

F50/Preferences/Preferences.ios.cs renamed to Caboodle/Preferences/Preferences.ios.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System;
33
using System.Globalization;
44

5-
namespace Xamarin.F50
5+
namespace Microsoft.Caboodle
66
{
77
public partial class Preferences
88
{

F50/Preferences/Preferences.netstandard.cs renamed to Caboodle/Preferences/Preferences.netstandard.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Text;
44

5-
namespace Xamarin.F50
5+
namespace Microsoft.Caboodle
66
{
77
public partial class Preferences
88
{

F50/Preferences/Preferences.shared.cs renamed to Caboodle/Preferences/Preferences.shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
/// <summary>
44
/// Shared code between preferences

F50/Preferences/Preferences.uwp.cs renamed to Caboodle/Preferences/Preferences.uwp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Windows.Storage;
22

3-
namespace Xamarin.F50
3+
namespace Microsoft.Caboodle
44
{
55
public partial class Preferences
66
{

F50/Preferences/PreferencesExtensions.shared.cs renamed to Caboodle/Preferences/PreferencesExtensions.shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Xamarin.F50
1+
namespace Microsoft.Caboodle
22
{
33
public static class PreferencesExtensions
44
{

F50/Shared/F50Exceptions.shared.cs renamed to Caboodle/Shared/Exceptions.shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Text;
44

5-
namespace Xamarin.F50
5+
namespace Microsoft.Caboodle
66
{
77
public class NotImplentedInReferenceAssembly : NotImplementedException
88
{

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Xamarin F50
1+
Microsoft Caboodle
22

33
The MIT License (MIT)
44

5-
Copyright (c) Microsoft Corporation
5+
Copyright (c) .NET Foundation Contributors
66

77
All rights reserved.
88

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Xamarin F50
1+
# Microsoft Caboodle
22

3-
A cross platform 'batteries included' library for consuming commonly used platform features and API's in shared code.
3+
A kit of essential cross platform API's
44

55
## Supported Platforms
66
- iOS (10+)

0 commit comments

Comments
 (0)