Skip to content

Commit

Permalink
Version updated to v.0.5.160
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMorozov committed Nov 5, 2024
1 parent 835224c commit 323e0d9
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@latest
uses: microsoft/setup-msbuild@v1.2

- name: Setup Nuget Cache
uses: actions/cache@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_main_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@latest
uses: microsoft/setup-msbuild@v1.2

- name: Setup Nuget Cache
uses: actions/cache@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_preview_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@latest
uses: microsoft/setup-msbuild@v1.2

- name: Setup Nuget Cache
uses: actions/cache@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_preview_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@latest
uses: microsoft/setup-msbuild@v1.2

- name: Setup Nuget Cache
uses: actions/cache@latest
Expand Down
2 changes: 1 addition & 1 deletion Clients/TgDownloaderBlazor/TgDownloaderBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<UserSecretsId>acec7ca6-caa9-470e-96aa-3f14f080d6bd</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Clients/TgDownloaderConsole/TgDownloaderConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ApplicationIcon>applicationIcon.ico</ApplicationIcon>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>applicationIcon.ico</ApplicationIcon>
<Platforms>AnyCPU;x64;x86</Platforms>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion Clients/TgDownloaderWinUI/TgDownloaderWinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Core/TgDownloader/TgDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Core/TgLocalization/TgLocalization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion Core/TgStorage/TgStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
8 changes: 6 additions & 2 deletions Docs/CHANGELOG-RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
- Справочное меню
- Русская локализация

## [0.5.150] - 2024-04-28
## [0.5.160] - 2024-11-05
### Исправлено
- Созданы сущности EF Core
- Использование EF Core вместо DevExpress XPO
- Выполнение тестов
- GitHub workflows actions
## Изменено
- Использование EF Core вместо DevExpress XPO
## Добавлено
- Добавлен проект TgDownloaderWinUI

## [0.4.150] - 2024-03-27
### Добавлены приложения
Expand Down
4 changes: 2 additions & 2 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Help menu
- Russian localization

## [0.5.150] - 2024-11-05
## [0.5.160] - 2024-11-05
### Fixed
- Created EF Core entities
- Fixed test execution
- Fixed workflows actions
- GitHub workflows actions
## Changed
- Using EF Core instead of DevExpress XPO
## Added projects
Expand Down
2 changes: 1 addition & 1 deletion Tests/TgAssertCoreTests/TgAssertCoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Tests/TgDownloaderTest/TgDownloaderTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Tests/TgStorageTest/TgStorageTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.5.150.0</Version>
<Version>0.5.160.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 323e0d9

Please sign in to comment.