Skip to content

Commit b0788d9

Browse files
committed
refactor projects
1 parent 0aafd4b commit b0788d9

File tree

114 files changed

+6
-18
lines changed

Some content is hidden

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

114 files changed

+6
-18
lines changed

DataStructures/DataStructures.csproj

-13
This file was deleted.

AlgorithmsUnitTest/AlgorithmsUnitTest.csproj renamed to cs-algorithms-unit-tests/cs-algorithms-unit-tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<ProjectReference Include="..\Algorithms\Algorithms.csproj">
17+
<ProjectReference Include="..\cs-algorithms\cs-algorithms.csproj">
1818
<Project>{238151a2-dcda-4bef-8052-73e7b2e95ce4}</Project>
19-
<Name>Algorithms</Name>
19+
<Name>cs-algorithms</Name>
2020
</ProjectReference>
2121
</ItemGroup>
2222
</Project>

cs-algorithms.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26124.0
55
MinimumVisualStudioVersion = 15.0.26124.0
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithms", "Algorithms\Algorithms.csproj", "{238151A2-DCDA-4BEF-8052-73E7B2E95CE4}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cs-algorithms", "cs-algorithms\cs-algorithms.csproj", "{238151A2-DCDA-4BEF-8052-73E7B2E95CE4}"
77
EndProject
8-
Project("{2AD4B6A7-11A8-4CB6-B83D-91F491E938AE}") = "AlgorithmsUnitTest", "AlgorithmsUnitTest\AlgorithmsUnitTest.csproj", "{B48EB8B6-1C8F-4822-A00F-591394C1E9C8}"
8+
Project("{2AD4B6A7-11A8-4CB6-B83D-91F491E938AE}") = "cs-algorithms-unit-tests", "cs-algorithms-unit-tests\cs-algorithms-unit-tests.csproj", "{B48EB8B6-1C8F-4822-A00F-591394C1E9C8}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
dotnet pack Algorithms/Algorithms.csproj /p:PackageVersion=1.0.1 --configuration release --include-source --output ../build
1+
dotnet pack cs-algorithms/cs-algorithms.csproj /p:PackageVersion=1.0.1 --configuration release --include-source --output ../build
2+
nuget push build/cs-algorithms.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package

0 commit comments

Comments
 (0)