Skip to content

Commit 55805ac

Browse files
committed
Renamed project name
1 parent 6e0ef3d commit 55805ac

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

src/AsyncLock.Tests/AsyncLock.Tests.csproj renamed to src/AsyncKeyLock.Tests/AsyncKeyLock.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\AsyncLock\AsyncLock.csproj" />
19+
<ProjectReference Include="..\AsyncKeyLock\AsyncKeyLock.csproj" />
2020
</ItemGroup>
2121

2222
</Project>

src/AsyncLock.Tests/AsyncLockKeyTest.cs renamed to src/AsyncKeyLock.Tests/AsyncLockKeyTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using Xunit;
66

7-
namespace AsyncLock.Tests;
7+
namespace AsyncKeyLock.Tests;
88

99
public class AsyncLockKeyTest
1010
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Diagnostics;
66
using Xunit;
77

8-
namespace AsyncLock.Tests;
8+
namespace AsyncKeyLock.Tests;
99

1010
public class AsyncLockTest
1111
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.2.32630.192
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncLock", "AsyncLock\AsyncLock.csproj", "{6DF55B7F-4CBA-4B5B-A7B2-262CDEA74EF2}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncKeyLock", "AsyncKeyLock\AsyncKeyLock.csproj", "{6DF55B7F-4CBA-4B5B-A7B2-262CDEA74EF2}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncLock.Tests", "AsyncLock.Tests\AsyncLock.Tests.csproj", "{0F412253-BF96-430F-9825-9884F4D8C008}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncKeyLock.Tests", "AsyncKeyLock.Tests\AsyncKeyLock.Tests.csproj", "{0F412253-BF96-430F-9825-9884F4D8C008}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/usercode/AsyncLock
33
// MIT License
44

5-
namespace AsyncLock;
5+
namespace AsyncKeyLock;
66

77
/// <summary>
88
/// AsyncLock
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/usercode/AsyncLock
33
// MIT License
44

5-
namespace AsyncLock;
5+
namespace AsyncKeyLock;
66

77
/// <summary>
88
/// AsyncLockReleaser
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/usercode/AsyncLock
33
// MIT License
44

5-
namespace AsyncLock;
5+
namespace AsyncKeyLock;
66

77
/// <summary>
88
/// AsyncLockState
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/usercode/AsyncLock
33
// MIT License
44

5-
namespace AsyncLock;
5+
namespace AsyncKeyLock;
66

77
/// <summary>
88
/// AsyncLockType
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/usercode/AsyncLock
33
// MIT License
44

5-
namespace AsyncLock;
5+
namespace AsyncKeyLock;
66

77
/// <summary>
88
/// AsyncLock

0 commit comments

Comments
 (0)