Skip to content

Commit

Permalink
Rename AndcultureCode.CSharp to RSM.HCD.CSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
myty committed May 10, 2024
1 parent 4d1854a commit e0722df
Show file tree
Hide file tree
Showing 18 changed files with 8,180 additions and 6,965 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}
],
"contributorsPerLine": 7,
"projectName": "AndcultureCode.CSharp",
"projectName": "RSM.HCD.CSharp",
"projectOwner": "AndcultureCode",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
16 changes: 8 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/test/AndcultureCode.CSharp.Core.Tests/bin/Debug/netcoreapp2.2/AndcultureCode.CSharp.Core.Tests.dll",
"program": "${workspaceFolder}/test/RSM.HCD.CSharp.Core.Tests/bin/Debug/netcoreapp2.2/RSM.HCD.CSharp.Core.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/test/AndcultureCode.CSharp.Core.Tests",
"cwd": "${workspaceFolder}/test/RSM.HCD.CSharp.Core.Tests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand All @@ -23,9 +23,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/test/AndcultureCode.CSharp.Extensions.Tests/bin/Debug/netcoreapp2.2/AndcultureCode.CSharp.Extensions.Tests.dll",
"program": "${workspaceFolder}/test/RSM.HCD.CSharp.Extensions.Tests/bin/Debug/netcoreapp2.2/RSM.HCD.CSharp.Extensions.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/test/AndcultureCode.CSharp.Extensions.Tests",
"cwd": "${workspaceFolder}/test/RSM.HCD.CSharp.Extensions.Tests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand All @@ -36,9 +36,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/test/AndcultureCode.CSharp.Testing.Tests/bin/Debug/netcoreapp2.2/AndcultureCode.CSharp.Testing.Tests.dll",
"program": "${workspaceFolder}/test/RSM.HCD.CSharp.Testing.Tests/bin/Debug/netcoreapp2.2/RSM.HCD.CSharp.Testing.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/test/AndcultureCode.CSharp.Testing.Tests",
"cwd": "${workspaceFolder}/test/RSM.HCD.CSharp.Testing.Tests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand All @@ -49,9 +49,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/test/AndcultureCode.CSharp.Conductors.Tests/bin/Debug/netcoreapp2.2/AndcultureCode.CSharp.Conductors.Tests.dll",
"program": "${workspaceFolder}/test/RSM.HCD.CSharp.Conductors.Tests/bin/Debug/netcoreapp2.2/RSM.HCD.CSharp.Conductors.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/test/AndcultureCode.CSharp.Conductors.Tests",
"cwd": "${workspaceFolder}/test/RSM.HCD.CSharp.Conductors.Tests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand Down
24 changes: 12 additions & 12 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/test/AndcultureCode.CSharp.Core.Tests/AndcultureCode.CSharp.Core.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Core.Tests/RSM.HCD.CSharp.Core.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/test/AndcultureCode.CSharp.Core.Tests/AndcultureCode.CSharp.Core.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Core.Tests/RSM.HCD.CSharp.Core.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -32,7 +32,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/test/AndcultureCode.CSharp.Core.Tests/AndcultureCode.CSharp.Core.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Core.Tests/RSM.HCD.CSharp.Core.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -44,7 +44,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/test/AndcultureCode.CSharp.Extensions.Tests/AndcultureCode.CSharp.Extensions.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Extensions.Tests/RSM.HCD.CSharp.Extensions.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -56,7 +56,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/test/AndcultureCode.CSharp.Extensions.Tests/AndcultureCode.CSharp.Extensions.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Extensions.Tests/RSM.HCD.CSharp.Extensions.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -69,7 +69,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/test/AndcultureCode.CSharp.Extensions.Tests/AndcultureCode.CSharp.Extensions.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Extensions.Tests/RSM.HCD.CSharp.Extensions.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -81,7 +81,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/test/AndcultureCode.CSharp.Testing.Tests/AndcultureCode.CSharp.Testing.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Testing.Tests/RSM.HCD.CSharp.Testing.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -93,7 +93,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/test/AndcultureCode.CSharp.Testing.Tests/AndcultureCode.CSharp.Testing.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Testing.Tests/RSM.HCD.CSharp.Testing.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -106,7 +106,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/test/AndcultureCode.CSharp.Testing.Tests/AndcultureCode.CSharp.Testing.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Testing.Tests/RSM.HCD.CSharp.Testing.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -118,7 +118,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/test/AndcultureCode.CSharp.Conductors.Tests/AndcultureCode.CSharp.Conductors.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Conductors.Tests/RSM.HCD.CSharp.Conductors.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -130,7 +130,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/test/AndcultureCode.CSharp.Conductors.Tests/AndcultureCode.CSharp.Conductors.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Conductors.Tests/RSM.HCD.CSharp.Conductors.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -143,7 +143,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/test/AndcultureCode.CSharp.Conductors.Tests/AndcultureCode.CSharp.Conductors.Tests.csproj",
"${workspaceFolder}/test/RSM.HCD.CSharp.Conductors.Tests/RSM.HCD.CSharp.Conductors.Tests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
How to Contribute
======
Information on contributing to this repo is in the [Contributing Guide](https://github.com/AndcultureCode/AndcultureCode/blob/master/CONTRIBUTING.md) in the Home repo.
# How to Contribute

Information on contributing to this repo is in the [Contributing Guide](https://github.com/rsm-hcd/AndcultureCode/blob/master/CONTRIBUTING.md) in the Home repo.
4 changes: 2 additions & 2 deletions Directoy.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<VersionPrefix>2.0.0-preview</VersionPrefix>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://github.com/AndcultureCode/AndcultureCode/blob/main/assets/andculture-glyph%402x.png</PackageIconUrl>
<PackageIconUrl>https://github.com/rsm-hcd/AndcultureCode/blob/main/assets/andculture-glyph%402x.png</PackageIconUrl>
<PackageIcon>andculture-glyph@2x.png</PackageIcon>
<Copyright>andculture</Copyright>
<Authors>andculture</Authors>
Expand Down Expand Up @@ -35,4 +35,4 @@
</PackageReference>
</ItemGroup>

</Project>
</Project>
Loading

0 comments on commit e0722df

Please sign in to comment.