From 1afd3612a41620692473b4027438d7196d871646 Mon Sep 17 00:00:00 2001 From: "m.samson" Date: Fri, 5 Dec 2025 00:04:44 +0200 Subject: [PATCH 1/2] Updated Deploy --- .github/workflows/deploy.yml | 14 +++++++++----- src/CoreMap/CoreMap.sln | 6 ++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c354b7e..5c1b56b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,12 +13,16 @@ concurrency: jobs: deploy-abstraction: runs-on: ubuntu-latest - if: | + if: > github.event_name == 'workflow_dispatch' || - (github.event_name == 'workflow_run' && - github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.event == 'push' && - startsWith(github.event.workflow_run.head_branch, 'refs/tags/v')) + ( + github.event_name == 'workflow_run' && + github.event.workflow_run.conclusion == 'success' && + github.event.workflow_run.event == 'push' && + startsWith(github.event.workflow_run.head_branch, 'v') + ) + + steps: - uses: actions/checkout@v4 diff --git a/src/CoreMap/CoreMap.sln b/src/CoreMap/CoreMap.sln index d217b74..b9fb015 100644 --- a/src/CoreMap/CoreMap.sln +++ b/src/CoreMap/CoreMap.sln @@ -1,12 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.13.35931.197 +# Visual Studio Version 18 +VisualStudioVersion = 18.0.11222.15 d18.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreMap", "CoreMap.csproj", "{8BC914B8-CAE4-4209-A1D7-17496A11AE4E}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" ProjectSection(SolutionItems) = preProject + ..\..\.github\workflows\ci.yml = ..\..\.github\workflows\ci.yml + ..\..\.github\workflows\deploy.yml = ..\..\.github\workflows\deploy.yml ..\..\README.md = ..\..\README.md ..\..\RELEASES.md = ..\..\RELEASES.md EndProjectSection From 73885dbf2119060cc59bb1da6a6519c2799e0633 Mon Sep 17 00:00:00 2001 From: "m.samson" Date: Fri, 5 Dec 2025 00:16:45 +0200 Subject: [PATCH 2/2] - fixed icon --- src/CoreMap/CoreMap.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CoreMap/CoreMap.csproj b/src/CoreMap/CoreMap.csproj index 8ad42c7..1e7ca41 100644 --- a/src/CoreMap/CoreMap.csproj +++ b/src/CoreMap/CoreMap.csproj @@ -13,14 +13,14 @@ CoreMap is a lightweight, di friendly object mapping library designed for Clean Architecture in modern .NET applications. It promotes manual mapping via handler classes, encouraging full control, maintainability, and testability. Maksim Shimshon © 2025 - https://github.com/mshimshon/CoreMap/tree/main + https://github.com/mshimshon/CoreMap/ RELEASES.md - https://github.com/mshimshon/CoreMap/tree/main + https://github.com/mshimshon/CoreMap/ mapping, object-mapper, dependency-injection, clean-architecture, dotnet, csharp, async, manual-mapping, design-patterns, software-architecture, lightweight - 1.1.0 + 1.1.1 LICENSE True - icon.png + ..\..\icon.png