Skip to content

Commit

Permalink
Merge pull request #45 from mika-f/releases/v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f authored Jul 17, 2023
2 parents 0d4f2ff + 4baee35 commit 2358e60
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body:
- 2.4.0
- 2.5.0
- 2.6.0
- 2.7.0
validations:
required: true
- type: dropdown
Expand All @@ -55,6 +56,7 @@ body:
- 3.4.1
- 3.5.0
- 3.5.1
- 3.6.0
- edge
- type: textarea
id: logs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ body:
- 3.4.1
- 3.5.0
- 3.5.1
- 3.6.0
- edge
4 changes: 2 additions & 2 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Collect Artifacts
shell: powershell
run: |
$Archive = ".\bin\x64\DragAndDropSupport-v${{ needs.setup.outputs.version }}"
$Archive = ".\bin\x64\DragAndDropSupport-${{ needs.setup.outputs.version }}"
$Dest = "$Archive\drag-and-drop-support"
New-Item $Dest -Type Directory
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Packaging Artifacts
shell: powershell
run: |
$Dest = "bin/x64/DragAndDropSupport-v${{ needs.setup.outputs.version }}"
$Dest = "bin/x64/DragAndDropSupport-${{ needs.setup.outputs.version }}"
Compress-Archive "$Dest" "$Dest.zip"
Remove-Item -Recure $Dest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ v2.0.0 supports the following versions of Blender:
- Blender 3.4.1 (x64 - Windows)
- Blender 3.5.0 (x64 - Windows)
- Blender 3.5.1 (x64 - Windows)
- Blender 3.6.0 (x64 - Windows)

## Installation

Expand Down
Binary file added assets/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/blender-extension/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Natsuneko",
"description": "Blender add-on for import some files from drag-and-drop",
"blender": (3, 1, 0),
"version": (2, 6, 0),
"version": (2, 7, 0),
"location": "Drag and Drop Support",
"warning": "",
"category": "Import-Export"
Expand Down

0 comments on commit 2358e60

Please sign in to comment.