Skip to content

Commit

Permalink
Version 1.0.2.0
Browse files Browse the repository at this point in the history
- 7.0 support
  • Loading branch information
grittyfrog committed Jul 3, 2024
1 parent d1c3ac5 commit 88e6ac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/prepare-alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cp -r ${BUILD_LOCATION} ${ALPHA_LOCATION}
mv ${ALPHA_LOCATION}/MacroMate.deps.json ${ALPHA_LOCATION}/MacroMateAlpha.deps.json
mv ${ALPHA_LOCATION}/MacroMate.dll ${ALPHA_LOCATION}/MacroMateAlpha.dll
mv ${ALPHA_LOCATION}/MacroMate.json ${ALPHA_LOCATION}/MacroMateAlpha.json
mv ${ALPHA_LOCATION}/MacroMate.pdb ${ALPHA_LOCATION}/MacroMateAlpha.pdb

# Reconstruct the release zip
rm -rf "${ALPHA_LOCATION}/MacroMate"
Expand Down
2 changes: 1 addition & 1 deletion MacroMate/MacroMate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>1.0.11.1</Version>
<Version>1.0.2.0</Version>
<Description>Organise your macros with Macro Mate</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/GrittyFrog/MacroMate</PackageProjectUrl>
Expand Down

0 comments on commit 88e6ac9

Please sign in to comment.