Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZHYBFHHJ committed Sep 5, 2023
1 parent 0d18305 commit d1a6c68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions KA3DConvert.CLI/KA3DConvert.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Nullable>enable</Nullable>

<PublishAot>true</PublishAot>

<Version>1.1.0</Version>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions KA3DConvert.Library/KA3DConvert.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<Nullable>disable</Nullable>
<RootNamespace>KA3DConvert</RootNamespace>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit d1a6c68

Please sign in to comment.