Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fawdlstty committed Nov 27, 2021
1 parent eee477a commit d4b2b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fa/fac/fac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<Version>0.0.1</Version>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.2.0</FileVersion>
<Version>0.0.2</Version>
<Copyright>Copyright © 2021</Copyright>
<Authors>fawdlstty</Authors>
<Company>falangorg</Company>
<Description>fa语言编译器(C#后端版)</Description>
<Description>fa语言编译器(C#后端)</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit d4b2b24

Please sign in to comment.