Skip to content

Commit

Permalink
Update to the latest Pinta 2.2 development build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 24, 2023
1 parent e66404a commit d355211
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Compile
run: dotnet build -c Release
- name: Install mautil
run: dotnet tool install --global Mono.Addins.UtilTool
- name: Create Package
run: mautil pack PintaDemoExtension/bin/Release/net7.0/PintaDemoExtension.dll
run: mautil pack PintaDemoExtension/bin/Release/net8.0/PintaDemoExtension.dll
- name: Upload Package
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Pinta
Submodule Pinta updated 527 files
2 changes: 1 addition & 1 deletion PintaDemoExtension/.addin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Addin id="PintaDemoExtension" version="2.2.2" category="Utilities">
<Addin id="PintaDemoExtension" version="2.2.3" category="Utilities">
<!-- Information shown in the add-in manager. -->
<Header>
<Name>Demo Add-in</Name>
Expand Down
6 changes: 3 additions & 3 deletions PintaDemoExtension/PintaDemoExtension.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>

<Version>2.2.1.0</Version>
<Version>2.2.3.0</Version>
<Authors>PintaProject</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="Mono.Addins" Version="1.4.2-alpha.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pinta\Pinta.Core\Pinta.Core.csproj" />
Expand Down

0 comments on commit d355211

Please sign in to comment.