Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Nov 14, 2024
1 parent 9afd8c8 commit a50aab6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion WinWeelay.Configuration/WinWeelay.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Version>2.3.0.0</Version>
<Version>2.3.1.0</Version>
<Product>WinWeelay</Product>
<Company />
<Copyright>Copyright © 2019-2022</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion WinWeelay.Core/WinWeelay.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Version>2.3.0.0</Version>
<Version>2.3.1.0</Version>
<Product>WinWeelay</Product>
<Company />
<Copyright>Copyright © 2019-2022</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion WinWeelay.CustomControls/WinWeelay.CustomControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Version>2.3.0.0</Version>
<Version>2.3.1.0</Version>
<Product>WinWeelay</Product>
<Company />
<Copyright>Copyright © 2019-2022</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion WinWeelay.Utils/WinWeelay.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Version>2.3.0.0</Version>
<Version>2.3.1.0</Version>
<Product>WinWeelay</Product>
<Company />
<Copyright>Copyright © 2019-2022</Copyright>
Expand Down
6 changes: 3 additions & 3 deletions WinWeelay/WinWeelay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<UseWPF>true</UseWPF>
<StartupObject>WinWeelay.App</StartupObject>
<ApplicationIcon>Resources\weechat_qYQ_icon.ico</ApplicationIcon>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>A WeeChat relay for Windows.</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Heufneutje/WinWeelay</PackageProjectUrl>
<Version>2.3.0.0</Version>
<Version>2.3.1.0</Version>
<Authors>Stefan "Heufneutje" Frijters</Authors>
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define APP_NAME "WinWeelay"
!define COMP_NAME "Stefan 'Heufneutje' Frijters"
!define WEB_SITE "https://github.com/Heufneutje/WinWeelay"
!define VERSION "2.3.0.0"
!define VERSION "2.3.1.0"
!define DESCRIPTION "WinWeelay"
!define LICENSE_TXT "LICENSE.txt"
!define FILESDIR "Release\net9.0-windows10.0.17763.0\"
Expand Down

0 comments on commit a50aab6

Please sign in to comment.