Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurekmartin committed Aug 4, 2024
1 parent ecc284e commit b496f7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
### New
- UI for adding new member
- UI for removing member
- UI for adding new discipline
- UI for removing discipline
- UI for editing with/not with lists
- sorting resulting teams by disciplines/member names (defaults to member names)
- add warning before deleting teams when going back to input screen

### Changed
- redesigned screen for displaying teams
- team member cards details are now collapsable

### Fix
- none
- prevent starting sorting algorithm more than once
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.9.0</AssemblyVersion>
<FileVersion>0.9.0</FileVersion>
<AssemblyVersion>0.10.0</AssemblyVersion>
<FileVersion>0.10.0</FileVersion>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
Expand Down

0 comments on commit b496f7b

Please sign in to comment.