🤦 remember to update the assembly version number when releasing
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
Cucumberrbob 2025-04-12 15:21:13 +01:00
parent 80da992d5d
commit 8117d61566
No known key found for this signature in database
GPG key ID: 2B935C47401C3614
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v2.0.104]
### Fixed
- Update the version number
## [v2.0.103]
### Added
- Button to select all options when deleting a torrent, thanks @EugeneKallis

View file

@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<OutputType>Exe</OutputType>
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
<Version>2.0.102</Version>
<Version>2.0.104</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>