Skip to content

Commit

Permalink
Version 0.9.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AILight committed May 6, 2022
1 parent e48ccf2 commit c65c0a5
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 c65c0a5

Please sign in to comment.