Skip to content

Commit

Permalink
update version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurekmartin committed Aug 21, 2024
1 parent 2abf238 commit 6ae38cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- none

### Changed
- none
- team scores calculation changed to average values instead of sum of all member scores

### Fix
- another attempt at fixing the centering of confirmation dialog for deleting teams
- add horizontal scrolling for team view
4 changes: 2 additions & 2 deletions TeamSorting/TeamSorting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>0.11.1</AssemblyVersion>
<FileVersion>0.11.1</FileVersion>
<AssemblyVersion>0.11.2</AssemblyVersion>
<FileVersion>0.11.2</FileVersion>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
Expand Down

0 comments on commit 6ae38cc

Please sign in to comment.