Skip to content

Commit

Permalink
Prepare for release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiTles55 committed Apr 3, 2022
1 parent 07d7ae2 commit 7355fe2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ENGREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### [Submit a bug report](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/issues/new/choose)

### [Version 2.0 for server SPT-AKI 2.2.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.0)
### [Version 2.1 for server SPT-AKI 2.2.0 - 2.3.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.1)

### Capabilities:
* Level, nickname, character voice
Expand All @@ -27,7 +27,8 @@
* Automatic backups every time you save your profile

### Requirements:
* .NET 5.0
* .NET 6.0
* .NET 5.0 (only for app version 2.0)

### Previous versions:
[Versions 1.0 - 1.9 for servers 0.12.7-R6 - SPT-AKI 2.0.0](https://github.com/SkiTles55/SP-EFT-ProfileEditor#readme)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### [Отправить баг репорт](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/issues/new/choose)

### [Версия 2.0 для сервера SPT-AKI 2.2.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.0)
### [Версия 2.1 для сервера SPT-AKI 2.2.0 - 2.3.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.1)

### Возможности:
* Уровень, никнейм, голос персонажа
Expand All @@ -32,7 +32,8 @@
* Автоматические бэкапы при каждом сохранении профиля

### Требования:
* .NET 5.0
* .NET 6.0
* .NET 5.0 (только для версии приложения 2.0)

### Предыдущие версии:
[Версии 1.0 - 1.9 для серверов 0.12.7-R6 - SPT-AKI 2.0.0](https://github.com/SkiTles55/SP-EFT-ProfileEditor#readme)
Expand Down
10 changes: 9 additions & 1 deletion SPT-AKI Profile Editor.Core/SPT-AKI Profile Editor.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>SPT_AKI_Profile_Editor.Core</RootNamespace>
<Version>2.1.0</Version>
<PackageId>SPT-AKI Profile Editor.Core</PackageId>
<Authors>SkiTles55</Authors>
<Company>SkiTles55</Company>
<Product>SPT-AKI Profile Editor.Core</Product>
<Description>Library for editing player profile on the SPT-AKI Server</Description>
<Copyright>SkiTles55</Copyright>
<PackageProjectUrl>https://github.com/SkiTles55/SPT-AKI-Profile-Editor</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>SPT_AKI_Profile_Editor.Tests</RootNamespace>
<UseAppHost>true</UseAppHost>

<IsPackable>false</IsPackable>

Expand Down
2 changes: 1 addition & 1 deletion SPT-AKI Profile Editor/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace SPT_AKI_Profile_Editor
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
/// publish cmd: dotnet publish -r win-x64 --self-contained=false /p:PublishSingleFile=true
/// publish cmd: dotnet publish -r win-x64 --self-contained=false /p:PublishSingleFile=true /p:PublishReadyToRun=true

public partial class App : Application
{
Expand Down
9 changes: 8 additions & 1 deletion SPT-AKI Profile Editor/SPT-AKI Profile Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<RootNamespace>SPT_AKI_Profile_Editor</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<ApplicationIcon>killa_ico_k3r_icon.ico</ApplicationIcon>
<PackageId>SPT-AKI Profile Editor</PackageId>
<Authors>SkiTles55r</Authors>
<Company>SkiTles55</Company>
<Product>SPT-AKI Profile Editor</Product>
<Description>Program for editing player profile on the SPT-AKI Server</Description>
<Copyright>SkiTles55</Copyright>
<PackageProjectUrl>https://github.com/SkiTles55/SPT-AKI-Profile-Editor</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SPT-AKI Profile Editor/build.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet publish -r win-x64 --self-contained=false /p:PublishSingleFile=true
dotnet publish -r win-x64 --self-contained=false /p:PublishSingleFile=true /p:PublishReadyToRun=true

0 comments on commit 7355fe2

Please sign in to comment.