Skip to content

Commit

Permalink
extensions made internal & verison incremented 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Feb 13, 2017
1 parent 995ad67 commit 721eea0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FluentAssemblyScanner/AppDomainExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace FluentAssemblyScanner
{
public static class AppDomainExtensions
internal static class AppDomainExtensions
{
[NotNull]
public static string GetActualDomainPath([NotNull] this AppDomain @this)
Expand Down
2 changes: 2 additions & 0 deletions src/FluentAssemblyScanner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -19,3 +20,4 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM

[assembly: Guid("0f21fef4-cffc-47f9-add5-d9bea0ec3cbb")]
[assembly:InternalsVisibleTo("FluentAssemblyScanner.Tests")]
2 changes: 1 addition & 1 deletion src/FluentAssemblyScanner/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.0.6-*",
"version" : "1.0.7-*",

"dependencies" : {},
"frameworks" : {
Expand Down
2 changes: 1 addition & 1 deletion test/FluentAssemblyScanner.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"FluentAssemblyScanner": "1.0.6-*",
"FluentAssemblyScanner": "1.0.7-*",
"FluentAssemblyScanner.Tests.AdditionalAssembly": "1.0.0-*",
"FluentAssertions": "4.19.0",
"xunit": "2.2.0-rc2-build3523"
Expand Down

0 comments on commit 721eea0

Please sign in to comment.