Skip to content

Commit

Permalink
Version 4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Jul 13, 2023
1 parent 68c91b6 commit a06de09
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 137 deletions.
6 changes: 3 additions & 3 deletions src/FlawBOT.Test/FlawBOT.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<Version>3.1.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Version>4.0.0</Version>
<Authors>Igor Nikitin</Authors>
<Company>CriticalFlaw</Company>
<Product>FlawBOT</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/FlawBOT/FlawBOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<ApplicationIcon>Resources/favicon.ico</ApplicationIcon>
<StartupObject>FlawBOT.Program</StartupObject>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.1.0</Version>
<Version>4.0</Version>
<Win32Resource />
<LangVersion>9.0</LangVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyName>FlawBOT</AssemblyName>
<RootNamespace>FlawBOT</RootNamespace>
<PackageTags />
Expand Down
Loading

0 comments on commit a06de09

Please sign in to comment.