Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 0fb4085

Browse files
author
N. Taylor Mullen
committed
Merge branch 'release' into dev
2 parents e46c8b4 + fa9dc21 commit 0fb4085

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyMetadata("Serviceable", "True")]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4+
using System.Reflection;
45
using System.Runtime.CompilerServices;
56

6-
[assembly: InternalsVisibleTo("Microsoft.Framework.ConfigurationModel.Json.Test")]
7+
[assembly: InternalsVisibleTo("Microsoft.Framework.ConfigurationModel.Json.Test")]
8+
[assembly: AssemblyMetadata("Serviceable", "True")]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4+
using System.Reflection;
45
using System.Runtime.CompilerServices;
56

6-
[assembly: InternalsVisibleTo("Microsoft.Framework.ConfigurationModel.Xml.Test")]
7+
[assembly: InternalsVisibleTo("Microsoft.Framework.ConfigurationModel.Xml.Test")]
8+
[assembly: AssemblyMetadata("Serviceable", "True")]

src/Microsoft.Framework.ConfigurationModel/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
[assembly: AssemblyFileVersion("1.0.0.0")]
4141
[assembly: InternalsVisibleTo("Microsoft.Framework.ConfigurationModel.Test")]
4242
[assembly: NeutralResourcesLanguage("en-US")]
43+
[assembly: AssemblyMetadata("Serviceable", "True")]

0 commit comments

Comments
 (0)