Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lxxgd committed Apr 4, 2024
1 parent 382e279 commit 5e45243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CBTool/CBTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<AssemblyVersion>1.2.2</AssemblyVersion>
<FileVersion>1.2.2</FileVersion>
<AssemblyVersion>1.3</AssemblyVersion>
<FileVersion>1.3</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions CBTool/obj/Debug/net8.0-windows/CBTool.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

[assembly: System.Reflection.AssemblyCompanyAttribute("CBTool")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.2")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6dbc49852ca0c5b792399f798c3935bbc4d0cad0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+382e27994cb7549ee96ab152bd5fbfba7f16a76c")]
[assembly: System.Reflection.AssemblyProductAttribute("CBTool")]
[assembly: System.Reflection.AssemblyTitleAttribute("CBTool")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]

Expand Down

0 comments on commit 5e45243

Please sign in to comment.