Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MrPio/MuseoOmeroApp2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPio committed Aug 8, 2023
2 parents 8f8b601 + 43418bc commit 0f875e8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 4 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,25 @@
## Mobile (Android + iOS)

<div align="left">
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/224454429-edc9b17d-78c9-4b3f-ab53-ac5237db4a48.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/224454432-e02233fe-b79b-4240-b744-fd8952ed9955.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/224454434-d8c622f3-8b79-40f9-a133-5b99aad3ef39.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/224454435-151dafb4-d2b1-494f-a439-4c8f8b80e7cb.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598086-c32e6fd2-d17f-4c78-85b3-f81d110d14fa.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598095-ed68a459-4551-45c7-a6a8-36ea656aa7e4.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598101-01b8103d-4449-433b-ba65-fb8955868592.png"/>

<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598102-6814c097-9aad-4a1c-95cc-d0d0b5801c43.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598105-fd277962-842d-4776-b4a2-f99c16d442c2.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598106-19cfc37b-c63a-499f-8899-75ae9f18a993.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598108-f10e8cf0-3768-4a2c-b596-3d86f7e8b321.png"/>

<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598111-98b9e39d-1f34-44e0-8b9b-933e0487ebb8.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598113-3d6cb931-d1f7-4198-8c87-f8fc65f255d7.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598116-84007d85-2836-48a1-86ca-0e8da56a1a2a.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598120-2deb634d-a68d-4978-a063-19ce9e467852.png"/>

<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598122-c2819938-26af-4d50-abca-7c6707d7c3ea.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598125-274daef6-ced3-4063-a892-74bd41a87ffb.png"/>
<img alt="API" height="480" src="https://user-images.githubusercontent.com/22773005/225598128-681ed68d-20dd-4436-986c-c1532a91f777.png"/>



---

Expand Down

0 comments on commit 0f875e8

Please sign in to comment.