-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Vlingo.Actors to Vlingo.Xoom.Actors
- Loading branch information
Showing
251 changed files
with
2,542 additions
and
2,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,13 @@ jobs: | |
dotnet-version: 3.1.402 | ||
- name: Restore dependencies | ||
id: restore-deps | ||
run: dotnet restore ./src/Vlingo.Actors.sln | ||
run: dotnet restore ./src/Vlingo.Xoom.Actors.sln | ||
- name: Build | ||
id: build | ||
run: dotnet build ./src/Vlingo.Actors.sln --no-restore | ||
run: dotnet build ./src/Vlingo.Xoom.Actors.sln --no-restore | ||
- name: Test | ||
id: test | ||
run: dotnet test ./src/Vlingo.Actors.Tests/Vlingo.Actors.Tests.csproj --no-build --verbosity normal | ||
run: dotnet test ./src/Vlingo.Xoom.Actors.Tests/Vlingo.Xoom.Actors.Tests.csproj --no-build --verbosity normal | ||
- name: slack - GitHub Actions Slack integration | ||
uses: act10ns/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<VlingoVersion>1.6.3</VlingoVersion> | ||
<VlingoVersion>1.7.0</VlingoVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27428.2037 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vlingo.Actors", "Vlingo.Actors\Vlingo.Actors.csproj", "{854B3089-2737-4F96-930D-8812DE851903}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vlingo.Actors.Tests", "Vlingo.Actors.Tests\Vlingo.Actors.Tests.csproj", "{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{854B3089-2737-4F96-930D-8812DE851903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {47F8D8E5-00A9-4484-A985-1E0FF772B43D} | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27428.2037 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vlingo.Xoom.Actors", "Vlingo.Xoom.Actors\Vlingo.Xoom.Actors.csproj", "{854B3089-2737-4F96-930D-8812DE851903}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vlingo.Xoom.Actors.Tests", "Vlingo.Xoom.Actors.Tests\Vlingo.Xoom.Actors.Tests.csproj", "{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{854B3089-2737-4F96-930D-8812DE851903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{854B3089-2737-4F96-930D-8812DE851903}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1E906E6D-19E3-4943-B3D8-F4E024AE3A03}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {47F8D8E5-00A9-4484-A985-1E0FF772B43D} | ||
EndGlobalSection | ||
EndGlobal |
2 changes: 1 addition & 1 deletion
2
src/Vlingo.Actors.sln.licenseheader → src/Vlingo.Xoom.Actors.sln.licenseheader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.