diff --git a/.gitattributes b/.gitattributes index 95bef4a51..23f015945 100644 --- a/.gitattributes +++ b/.gitattributes @@ -31,3 +31,6 @@ publish.cmd text eol=lf /.github export-ignore .gitignore export-ignore .gitattributes export-ignore + +# Collapse in Github +**/Migrations/*.v*.json linguist-generated=true diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 9a3b0c6f6..bcd331935 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,9 +24,11 @@ jobs: - name: Setup .NET 7 uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.100 + dotnet-version: 7.0.101 - name: Build run: ./publish.cmd Release + - name: Migration Changes + run: git diff --exit-code ./**/Migrations/*.v*.json - name: Test run: dotnet test --no-restore @@ -44,6 +46,9 @@ jobs: - container: debian:bullseye name: Debian 11 packageManager: apt + - container: fedora:37 + name: Fedora 37 + packageManager: dnf - container: fedora:36 name: Fedora 36 packageManager: dnf @@ -70,7 +75,7 @@ jobs: - name: Setup .NET 7 uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.100 + dotnet-version: 7.0.101 - name: Build run: ./publish.sh Release - name: Test diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6707bca3c..518d6aa97 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,8 +16,8 @@ jobs: token: ${{ secrets.WORKFLOW_TOKEN }} - name: Setup .NET 7 uses: actions/setup-dotnet@v3 - with: - dotnet-version: 7.0.100 + with + dotnet-version: 7.0.101 - name: Install NGBV uses: dotnet/nbgv@master id: nbgv diff --git a/Projects/Server.Tests/Server.Tests.csproj b/Projects/Server.Tests/Server.Tests.csproj index 89358a3d3..44fcfbfd8 100644 --- a/Projects/Server.Tests/Server.Tests.csproj +++ b/Projects/Server.Tests/Server.Tests.csproj @@ -3,8 +3,8 @@ false - - + + diff --git a/Projects/UOContent.Tests/UOContent.Tests.csproj b/Projects/UOContent.Tests/UOContent.Tests.csproj index d28fea63d..8934554d3 100644 --- a/Projects/UOContent.Tests/UOContent.Tests.csproj +++ b/Projects/UOContent.Tests/UOContent.Tests.csproj @@ -3,8 +3,8 @@ false - - + + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index c24f8732b..30b0b3fcf 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -30,7 +30,7 @@ false - + diff --git a/README.md b/README.md index f0c037e85..aecaa29f1 100644 --- a/README.md +++ b/README.md @@ -16,30 +16,30 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc ## Requirements #### Supported Operating Systems [![Windows 10/11/2016/2019/2022](https://img.shields.io/badge/-server%202022-0078D6?logo=windows&logoColor=0078D6&labelColor=222222)](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022) -![MacOS 10.15/11/12/13](https://img.shields.io/badge/-ventura-222222?logo=apple&logoColor=white&labelColor=222222) -[![Debian 10/11](https://img.shields.io/badge/-bullseye-A81D33?logo=debian&logoColor=A81D33&labelColor=222222)](https://www.debian.org/distrib/) -[![Ubuntu 16/18/20/22 LTS](https://img.shields.io/badge/-22LTS-E95420?logo=ubuntu&logoColor=E95420&labelColor=222222)](https://ubuntu.com/download/server) +![MacOS 10.15+](https://img.shields.io/badge/-ventura-222222?logo=apple&logoColor=white&labelColor=222222) +[![Debian 10+](https://img.shields.io/badge/-bullseye-A81D33?logo=debian&logoColor=A81D33&labelColor=222222)](https://www.debian.org/distrib/) +[![Ubuntu 16+ LTS](https://img.shields.io/badge/-22LTS-E95420?logo=ubuntu&logoColor=E95420&labelColor=222222)](https://ubuntu.com/download/server)
-[![Alpine 3.15+](https://img.shields.io/badge/-3.16-0D597F?logo=alpinelinux&logoColor=0D597F&labelColor=222222)](https://alpinelinux.org/downloads/) -[![Fedora 33/34/35/36](https://img.shields.io/badge/-36-51a2da?logo=fedora&logoColor=51a2da&labelColor=222222)](https://getfedora.org/en/server/download/) +[![Alpine 3.15+](https://img.shields.io/badge/-3.17-0D597F?logo=alpinelinux&logoColor=0D597F&labelColor=222222)](https://alpinelinux.org/downloads/) +[![Fedora 33+](https://img.shields.io/badge/-37-51a2da?logo=fedora&logoColor=51a2da&labelColor=222222)](https://getfedora.org/en/server/download/) [![RedHat 7/8](https://img.shields.io/badge/-8-BE0000?logo=redhat&logoColor=BE0000&labelColor=222222)](https://access.redhat.com/downloads) [![CentOS 7/8/9](https://img.shields.io/badge/-9-262577?logo=centos&logoColor=white&labelColor=222222)](https://www.centos.org/download/) [![openSUSE 15+](https://img.shields.io/badge/-15-73BA25?logo=openSUSE&logoColor=73BA25&labelColor=222222)](https://get.opensuse.org/) [![SUSE Enterprise 12 SP2+](https://img.shields.io/badge/-12%20SP2-0C322C?logo=suse&logoColor=30BA78&labelColor=222222)](https://www.suse.com/download/sles/) -[![Linux Mint 17/18/19/20](https://img.shields.io/badge/-20-87CF3E?logo=linux%20mint&logoColor=87CF3E&labelColor=222222)](https://linuxmint.com/download.php) +[![Linux Mint 17+](https://img.shields.io/badge/-20-87CF3E?logo=linux%20mint&logoColor=87CF3E&labelColor=222222)](https://linuxmint.com/download.php) [![Arch](https://img.shields.io/badge/-Arch-1793D1?logo=archlinux&logoColor=1793D1&labelColor=222222)](https://archlinux.org/download/) #### Running the server -[![.NET](https://img.shields.io/badge/-7.0.0-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) +[![.NET](https://img.shields.io/badge/-7.0.1-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) #### Development [![git](https://img.shields.io/badge/-git-F05032?logo=git&logoColor=F05032&labelColor=222222)](https://git-scm.com/downloads) -[![.NET](https://img.shields.io/badge/-%207.0.100%20SDK-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) +[![.NET](https://img.shields.io/badge/-%207.0.101%20SDK-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) #### Supported IDEs -

Jetbrains Rider 2022.2.3+Jetbrains Rider 2022.3.1+spaceVSCode
-

Development Tools & Plugins provided with ♥ by
JetBrains +

Development Tools & Plugins provided with ♥ by
JetBrains Material Theme

diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f4ad8f55..c362da5d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,11 @@ jobs: displayName: 'Install .NET 7' inputs: packageType: sdk - version: 7.0.100 + version: 7.0.101 - task: NuGetAuthenticate@1 - script: ./publish.cmd Release displayName: 'Build' + - script: git diff --exit-code ./**/Migrations/*.v*.json + displayName: Migration Changes - script: dotnet test --no-restore displayName: 'Test'