Skip to content

Commit

Permalink
Changed version to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Apr 29, 2023
1 parent 39ceb67 commit 8d6845f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PixiBot.Bot/PixiBot.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>PixiEditor.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyVersion>1.0</AssemblyVersion>
<AssemblyVersion>2.0</AssemblyVersion>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PixiBot.CLI/PixiBot.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>PixiEditor.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyVersion>1.0</AssemblyVersion>
<AssemblyVersion>2.0</AssemblyVersion>
<DebugType>embedded</DebugType>
<AssemblyName>PixiBot</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit 8d6845f

Please sign in to comment.