Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a3295f9
docs: Add GitFlow workflow documentation
marioarce Jul 10, 2026
9eb8a65
ecosystem: Rename projects and directories to Axlis.ORM.*
marioarce Jul 10, 2026
42ca4c4
Merge pull request #31 from marioarce/feature/ecosystem-phase-1-proje…
marioarce Jul 10, 2026
d2a55c9
ecosystem: Restructure documentation for ecosystem
marioarce Jul 10, 2026
b3a3658
Merge pull request #32 from marioarce/feature/ecosystem-phase-2-docum…
marioarce Jul 10, 2026
2bbed17
ecosystem: Create Axlis.ORM.sln and update Axlis.sln for ecosystem
marioarce Jul 10, 2026
9bc3db3
Merge pull request #33 from marioarce/feature/ecosystem-phase-3-solut…
marioarce Jul 10, 2026
806a90a
ecosystem: Update CI/CD workflows for Axlis.ORM.sln
marioarce Jul 10, 2026
4f5b230
Merge pull request #34 from marioarce/feature/ecosystem-phase-4-cicd-…
marioarce Jul 10, 2026
5f96065
ecosystem: Update namespaces and DI extension methods
marioarce Jul 10, 2026
95f02dc
Merge pull request #35 from marioarce/feature/ecosystem-phase-5-names…
marioarce Jul 10, 2026
6b06315
build: rename project files to include ORM prefix
marioarce Jul 10, 2026
d1c4162
build: rename project files to include ORM prefix
marioarce Jul 10, 2026
2c0a095
refactor: update namespaces to include ORM prefix
marioarce Jul 10, 2026
1c77bae
build: remove ORM projects from main solution file
marioarce Jul 10, 2026
61fce0f
docs: update banner image references to use GitHub raw URLs
marioarce Jul 10, 2026
f611e27
Merge pull request #36 from marioarce/feature/ecosystem-refactors
marioarce Jul 10, 2026
de127ca
ecosystem: Rename .csproj files to match package names (Issue #29)
marioarce Jul 11, 2026
36d2594
fix: remove unnecessary file
marioarce Jul 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore
run: dotnet restore
run: dotnet restore Axlis.ORM.sln

- name: Build
run: dotnet build --no-restore --configuration Release
run: dotnet build Axlis.ORM.sln --no-restore --configuration Release

- name: Test
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage
run: dotnet test Axlis.ORM.sln --no-build --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage

- name: Upload coverage artifacts
uses: actions/upload-artifact@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Restore
run: dotnet restore Axlis.sln
run: dotnet restore Axlis.ORM.sln

- name: Build
run: dotnet build Axlis.sln --no-restore --configuration Release
run: dotnet build Axlis.ORM.sln --no-restore --configuration Release

- name: Test
run: dotnet test Axlis.sln --no-build --configuration Release --verbosity normal
run: dotnet test Axlis.ORM.sln --no-build --configuration Release --verbosity normal

pack:
name: Pack NuGet Packages
Expand All @@ -49,13 +49,13 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Restore
run: dotnet restore Axlis.sln
run: dotnet restore Axlis.ORM.sln

- name: Build
run: dotnet build Axlis.sln --no-restore --configuration Release
run: dotnet build Axlis.ORM.sln --no-restore --configuration Release

- name: Pack
run: dotnet pack Axlis.sln --no-build --configuration Release --output ./packages
run: dotnet pack Axlis.ORM.sln --no-build --configuration Release --output ./packages

- name: Upload packages as artifacts
uses: actions/upload-artifact@v4
Expand Down
57 changes: 57 additions & 0 deletions .vs/Axlis.ORM/xs/UserPrefs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<Properties StartupConfiguration="{92ED4C38-1A9C-48B7-8721-E9CAA5173270}|Default">
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
<MonoDevelop.Ide.Workbench>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="Axlis.ORM" expanded="True">
<Node name="src" expanded="True" />
<Node name="tests" expanded="True">
<Node name="Axlis.ORM.Core.Tests" expanded="True">
<Node name="Dependencies" expanded="True">
<Node name="ProjectDependencies" expanded="True" />
</Node>
<Node name="FieldTypes" expanded="True" />
</Node>
<Node name="Axlis.ORM.GraphQL.Tests" expanded="True">
<Node name="Dependencies" expanded="True">
<Node name="ProjectDependencies" expanded="True" />
</Node>
</Node>
<Node name="Axlis.ORM.Tests" expanded="True">
<Node name="Dependencies" expanded="True">
<Node name="ProjectDependencies" expanded="True" />
</Node>
</Node>
</Node>
</Node>
</State>
</Pad>
<Pad Id="MonoDevelop.UnitTesting.TestPad">
<State name="__root__">
<Node name="Axlis.ORM" selected="True">
<Node name="tests">
<Node name="Axlis.ORM.GraphQL.Tests" expanded="True">
<Node name="Axlis.ORM.GraphQL.Tests" expanded="True" />
</Node>
<Node name="Axlis.ORM.Tests" expanded="True" />
</Node>
</Node>
</State>
</Pad>
<Pad Id="MonoDevelop.Debugger.WatchPad">
<State>
<Value>response</Value>
<Value>extendedResultInstance</Value>
<Value>(TResponse)extendedResultInstance</Value>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.ItemProperties.tests.Axlis.ORM.Core.Tests PreferredExecutionTarget="MonoDevelop.Default" />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MultiItemStartupConfigurations />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
</Properties>
1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis-Debug.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.Core-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.Core.Tests-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.GraphQL-Debug.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.ORM-Debug.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.ORM.Core-Debug.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.ORM.Tests-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis.ORM/xs/project-cache/Axlis.Tests-Debug.json

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions .vs/Axlis/xs/UserPrefs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Properties>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
<MonoDevelop.Ide.Workbench>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="Axlis" selected="True" />
</State>
</Pad>
<Pad Id="MonoDevelop.Debugger.WatchPad">
<State>
<Value>response</Value>
<Value>extendedResultInstance</Value>
<Value>(TResponse)extendedResultInstance</Value>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MultiItemStartupConfigurations />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
</Properties>
1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis-Debug.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis.Core-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis.Core.Tests-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis.GraphQL-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis.GraphQL.Tests-Debug.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/Axlis/xs/project-cache/Axlis.Tests-Debug.json

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions Axlis.ORM.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8BC16A2C-CB9A-4A50-A429-EC5170863742}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.Abstractions", "src\Axlis.ORM.Abstractions\Axlis.ORM.Abstractions.csproj", "{58B092E4-2919-4960-BA14-EE09410C1659}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.Core", "src\Axlis.ORM.Core\Axlis.ORM.Core.csproj", "{F4B81E16-823D-4B00-B132-1403CE669C5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.GraphQL", "src\Axlis.ORM.GraphQL\Axlis.ORM.GraphQL.csproj", "{702CE990-C625-4531-8CEC-482AD4B1C698}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM", "src\Axlis.ORM\Axlis.ORM.csproj", "{6CC16972-ED97-428B-9BCB-74B9753B7D74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6263F79D-D5A2-44A8-B433-902B35C759AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.Core.Tests", "tests\Axlis.ORM.Core.Tests\Axlis.ORM.Core.Tests.csproj", "{92ED4C38-1A9C-48B7-8721-E9CAA5173270}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.GraphQL.Tests", "tests\Axlis.ORM.GraphQL.Tests\Axlis.ORM.GraphQL.Tests.csproj", "{E08A0FEF-949F-41E8-A668-F2505B8B60FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.ORM.Tests", "tests\Axlis.ORM.Tests\Axlis.ORM.Tests.csproj", "{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58B092E4-2919-4960-BA14-EE09410C1659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Release|Any CPU.Build.0 = Release|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Release|Any CPU.Build.0 = Release|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Release|Any CPU.Build.0 = Release|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Release|Any CPU.Build.0 = Release|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58B092E4-2919-4960-BA14-EE09410C1659} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{F4B81E16-823D-4B00-B132-1403CE669C5A} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{702CE990-C625-4531-8CEC-482AD4B1C698} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{6CC16972-ED97-428B-9BCB-74B9753B7D74} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{92ED4C38-1A9C-48B7-8721-E9CAA5173270} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
{E08A0FEF-949F-41E8-A668-F2505B8B60FF} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
EndGlobalSection
EndGlobal
49 changes: 0 additions & 49 deletions Axlis.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,8 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8BC16A2C-CB9A-4A50-A429-EC5170863742}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.Abstractions", "src\Axlis.Abstractions\Axlis.Abstractions.csproj", "{58B092E4-2919-4960-BA14-EE09410C1659}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.Core", "src\Axlis.Core\Axlis.Core.csproj", "{F4B81E16-823D-4B00-B132-1403CE669C5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.GraphQL", "src\Axlis.GraphQL\Axlis.GraphQL.csproj", "{702CE990-C625-4531-8CEC-482AD4B1C698}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis", "src\Axlis\Axlis.csproj", "{6CC16972-ED97-428B-9BCB-74B9753B7D74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6263F79D-D5A2-44A8-B433-902B35C759AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.Core.Tests", "tests\Axlis.Core.Tests\Axlis.Core.Tests.csproj", "{92ED4C38-1A9C-48B7-8721-E9CAA5173270}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.GraphQL.Tests", "tests\Axlis.GraphQL.Tests\Axlis.GraphQL.Tests.csproj", "{E08A0FEF-949F-41E8-A668-F2505B8B60FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axlis.Tests", "tests\Axlis.Tests\Axlis.Tests.csproj", "{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -30,42 +16,7 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58B092E4-2919-4960-BA14-EE09410C1659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B092E4-2919-4960-BA14-EE09410C1659}.Release|Any CPU.Build.0 = Release|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B81E16-823D-4B00-B132-1403CE669C5A}.Release|Any CPU.Build.0 = Release|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{702CE990-C625-4531-8CEC-482AD4B1C698}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC16972-ED97-428B-9BCB-74B9753B7D74}.Release|Any CPU.Build.0 = Release|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92ED4C38-1A9C-48B7-8721-E9CAA5173270}.Release|Any CPU.Build.0 = Release|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E08A0FEF-949F-41E8-A668-F2505B8B60FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58B092E4-2919-4960-BA14-EE09410C1659} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{F4B81E16-823D-4B00-B132-1403CE669C5A} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{702CE990-C625-4531-8CEC-482AD4B1C698} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{6CC16972-ED97-428B-9BCB-74B9753B7D74} = {8BC16A2C-CB9A-4A50-A429-EC5170863742}
{92ED4C38-1A9C-48B7-8721-E9CAA5173270} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
{E08A0FEF-949F-41E8-A668-F2505B8B60FF} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
{E54BE6AC-F4F8-429F-97AD-D781C53A3BAA} = {6263F79D-D5A2-44A8-B433-902B35C759AB}
EndGlobalSection
EndGlobal
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project>
<PropertyGroup>
<!-- Centralized version management for Axlis packages -->
<!-- Centralized version management for Axlis ecosystem packages -->
<AxlisVersion>0.1.0</AxlisVersion>
<AxlisORMVersion>0.1.0</AxlisORMVersion>

<!-- Common package metadata -->
<Authors>Mario Arce</Authors>
Expand Down
Loading
Loading