Skip to content

Commit

Permalink
Merge pull request #102 from AILight/feature/version_0_9_9_14
Browse files Browse the repository at this point in the history
Version 0.9.9.14
  • Loading branch information
AILight authored May 6, 2022
2 parents d241c03 + c65c0a5 commit 9374a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AILZ80ASM/AILZ80ASM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.9.9</Version>
<AssemblyVersion>0.9.9.13</AssemblyVersion>
<FileVersion>0.9.9.13</FileVersion>
<AssemblyVersion>0.9.9.14</AssemblyVersion>
<FileVersion>0.9.9.14</FileVersion>
<Authors>Mitsuhito Ishino</Authors>
<Company>AILight</Company>
<Description>Z80 Assembler 'AILZ80ASM'</Description>
Expand Down
3 changes: 1 addition & 2 deletions AILZ80ASM/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"profiles": {
"AILZ80ASM": {
"commandName": "Project",
"commandLineArgs": "Test.z80 -bin -lst"
"commandName": "Project"
}
}
}

0 comments on commit 9374a57

Please sign in to comment.