Skip to content

Commit 2dc2950

Browse files
committed
Bump version to v.0.8.0-beta
1 parent bcdbda9 commit 2dc2950

File tree

17 files changed

+23
-23
lines changed

17 files changed

+23
-23
lines changed

Docs/Packaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ brew install create-dmg
4444

4545
```bash
4646
# Build and copy the macOS installer (for convenience, not meant for production)
47-
cd ~/Desktop/Files/Projects/Koware && ./Scripts/build-installer-app.sh && cp ./publish/Koware-Installer-0.7.0-beta-osx-arm64.dmg ~/Desktop/
47+
cd ~/Desktop/Files/Projects/Koware && ./Scripts/build-installer-app.sh && cp ./publish/Koware-Installer-0.8.0-beta-osx-arm64.dmg ~/Desktop/
4848
```
4949
---
5050

Koware.Application/Koware.Application.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Author: Ilgaz Mehmetoğlu
1+
<!-- Author: Ilgaz Mehmetoglu
22
Project file for application-layer services and orchestrator logic. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44

@@ -10,7 +10,7 @@ Project file for application-layer services and orchestrator logic. -->
1010
<TargetFramework>net8.0</TargetFramework>
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
<Nullable>enable</Nullable>
13-
<Version>0.7.0-beta</Version>
13+
<Version>0.8.0-beta</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

Koware.Browser/Koware.Browser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
1111
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
12-
<Version>0.7.0-beta</Version>
12+
<Version>0.8.0-beta</Version>
1313
<ApplicationIcon>../Assets/Logo/logo.ico</ApplicationIcon>
1414
</PropertyGroup>
1515

Koware.Browser/MainWindow.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
Foreground="#8892b0"
642642
FontSize="13"
643643
TextWrapping="Wrap" />
644-
<TextBlock Text="Version 0.7.0-beta"
644+
<TextBlock Text="Version 0.8.0-beta"
645645
Foreground="#4a5568"
646646
FontSize="12"
647647
Margin="0,8,0,0" />

Koware.Cli/Koware.Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Author: Ilgaz Mehmetoğlu | Summary: Project file for the Koware command-line interface. -->
1+
<!-- Author: Ilgaz Mehmetoglu | Summary: Project file for the Koware command-line interface. -->
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<ItemGroup>
@@ -12,7 +12,7 @@
1212
<TargetFramework>net8.0</TargetFramework>
1313
<ImplicitUsings>enable</ImplicitUsings>
1414
<Nullable>enable</Nullable>
15-
<Version>0.7.0-beta</Version>
15+
<Version>0.8.0-beta</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

Koware.Domain/Koware.Domain.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- Author: Ilgaz Mehmetoğlu | Summary: Project file for shared domain models used across Koware layers. -->
1+
<!-- Author: Ilgaz Mehmetoglu | Summary: Project file for shared domain models used across Koware layers. -->
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>0.7.0-beta</Version>
8+
<Version>0.8.0-beta</Version>
99
</PropertyGroup>
1010

1111
</Project>

Koware.Infrastructure/Koware.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Author: Ilgaz Mehmetoğlu
1+
<!-- Author: Ilgaz Mehmetoglu
22
Project file for infrastructure implementations including AllAnime integration. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44

@@ -11,7 +11,7 @@ Project file for infrastructure implementations including AllAnime integration.
1111
<TargetFramework>net8.0</TargetFramework>
1212
<ImplicitUsings>enable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
14-
<Version>0.7.0-beta</Version>
14+
<Version>0.8.0-beta</Version>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

Koware.Installer.Win/Koware.Installer.Win.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Author: Ilgaz Mehmetoğlu
1+
<!-- Author: Ilgaz Mehmetoglu
22
Summary: WPF GUI installer for Koware CLI and player. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44

@@ -10,7 +10,7 @@
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<UseWindowsForms>true</UseWindowsForms>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13-
<Version>0.7.0-beta</Version>
13+
<Version>0.8.0-beta</Version>
1414
<ApplicationIcon>Assets\Logo\logo.ico</ApplicationIcon>
1515
</PropertyGroup>
1616

Koware.Installer.Win/Services/InstallerEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ private static void RegisterUninstall(string installDir, IProgress<string>? prog
410410

411411
try
412412
{
413-
var version = "0.7.0";
413+
var version = "0.8.0";
414414
var versionFile = Path.Combine(installDir, "version.txt");
415415
if (File.Exists(versionFile))
416416
{

Koware.Installer.Win/UI/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Window x:Class="Koware.Installer.Win.UI.MainWindow"
44
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
55
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6-
Title="Koware Installer v0.7.0-beta"
6+
Title="Koware Installer v0.8.0-beta"
77
Height="480"
88
Width="720"
99
MinHeight="440"

0 commit comments

Comments
 (0)