Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
shemanaev committed Feb 27, 2024
1 parent bfc87f8 commit 5838109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MediaCleaner/MediaCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>MediaCleaner</RootNamespace>
<AssemblyVersion>2.14.0.0</AssemblyVersion>
<FileVersion>2.14.0.0</FileVersion>
<AssemblyVersion>2.15.0.0</AssemblyVersion>
<FileVersion>2.15.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Media Cleaner"
guid: "607fee77-97eb-41fe-bf22-26844d99ffb0"
version: "2.14.0.0"
version: "2.15.0.0"
targetAbi: "10.8.11.0"
framework: "net6.0"
overview: "Delete played media after specified time"
Expand All @@ -13,5 +13,4 @@ owner: "shemanaev"
artifacts:
- "MediaCleaner.dll"
changelog: >
Use UTC time for comparison in expiry filters
Use local time in displayed dates
Fix delete not played behaviour

0 comments on commit 5838109

Please sign in to comment.