Skip to content

Commit

Permalink
Update to build against the latest master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 28, 2024
1 parent 1cc7f41 commit 6ab69a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create Package
run: mautil pack BlockBrush/bin/Release/net8.0/BlockBrush.dll
- name: Upload Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: '*.mpack'
if-no-files-found: error
4 changes: 2 additions & 2 deletions BlockBrush/.addin.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<Addin id="BlockBrush" version="0.2.1" category="Brushes">
<Addin id="BlockBrush" version="0.2.2" category="Brushes">
<Header>
<Name>Block Brush</Name>
<Description>A rectangular block-shaped brush.</Description>
<Author>Pinta Project</Author>
<Url>https://github.com/PintaProject/BlockBrush</Url>
</Header>
<Dependencies>
<Addin id="Pinta" version="2.2" />
<Addin id="Pinta" version="3.0" />
</Dependencies>
</Addin>
2 changes: 1 addition & 1 deletion Pinta
Submodule Pinta updated 484 files

0 comments on commit 6ab69a8

Please sign in to comment.