Skip to content

Commit 6dc7af1

Browse files
committed
Rename projects from dnup to dotnetup
1 parent c1c82cf commit 6dc7af1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8
-8
lines changed

dnup.slnf renamed to dotnetup.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"solution": {
33
"path": "sdk.slnx",
44
"projects": [
5-
"src\\Installer\\dnup\\dnup.csproj",
5+
"src\\Installer\\dotnetup\\dotnetup.csproj",
66
"src\\Installer\\Microsoft.Dotnet.Installation\\Microsoft.Dotnet.Installation.csproj",
7-
"test\\dnup.Tests\\dnup.Tests.csproj",
7+
"test\\dotnetup.Tests\\dotnetup.Tests.csproj",
88
"src\\Resolvers\\Microsoft.DotNet.NativeWrapper\\Microsoft.DotNet.NativeWrapper.csproj"
99
]
1010
}

sdk.slnx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<Project Path="src/Containers/packaging/package.csproj" />
8989
</Folder>
9090
<Folder Name="/src/Installer/">
91-
<Project Path="src/Installer/dnup/dnup.csproj" />
91+
<Project Path="src/Installer/dotnetup/dotnetup.csproj" />
9292
<Project Path="src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj" />
9393
</Folder>
9494
<Folder Name="/src/Layout/">
@@ -312,12 +312,12 @@
312312
<Project Path="test/ArgumentForwarding.Tests/ArgumentForwarding.Tests.csproj" />
313313
<Project Path="test/ArgumentsReflector/ArgumentsReflector.csproj" />
314314
<Project Path="test/containerize.UnitTests/containerize.UnitTests.csproj" />
315-
<Project Path="test/dnup.Tests/dnup.Tests.csproj" />
316315
<Project Path="test/dotnet-format.UnitTests/dotnet-format.UnitTests.csproj" />
317316
<Project Path="test/dotnet-MsiInstallation.Tests/dotnet-MsiInstallation.Tests.csproj" />
318317
<Project Path="test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj" />
319318
<Project Path="test/dotnet-watch.Tests/dotnet-watch.Tests.csproj" />
320319
<Project Path="test/dotnet.Tests/dotnet.Tests.csproj" />
320+
<Project Path="test/dotnetup.Tests/dotnetup.Tests.csproj" />
321321
<Project Path="test/EndToEnd.Tests/EndToEnd.Tests.csproj" />
322322
<Project Path="test/HelixTasks/HelixTasks.csproj" />
323323
<Project Path="test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests.csproj" />

src/Installer/Microsoft.Dotnet.Installation/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
using System.Runtime.CompilerServices;
77
using System.Text;
88

9-
[assembly: InternalsVisibleTo("dnup, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
10-
[assembly: InternalsVisibleTo("dnup.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
9+
[assembly: InternalsVisibleTo("dotnetup, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
10+
[assembly: InternalsVisibleTo("dotnetup.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)