Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Jun 5, 2023
1 parent 75fcce0 commit 00a8d43
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Robert Schneckenhaus</Authors>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon ADF Extract File Legacy Amiga Disk</PackageTags>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to edit map or NPC events.</Description>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon</PackageProjectUrl>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to convert Ambermoon graphics.</Description>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to edit, create or delete items.</Description>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Robert Schneckenhaus</Authors>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Robert Schneckenhaus</Authors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to show and edit monster values of legacy Ambermoon game data.</Description>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion AmbermoonTools/AmbermoonPack/AmbermoonPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Packer File Legacy Amiga Compression Encryption</PackageTags>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to export and import texts from/into legacy Ambermoon game data.</Description>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Robert Schneckenhaus</Authors>
<Description>Command line tool to export and import all texts from/into legacy Ambermoon game data.</Description>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Configurations>Debug;Release;ReleaseLinux</Configurations>
</PropertyGroup>

Expand Down
4 changes: 4 additions & 0 deletions AmbermoonTools/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if ($isWindows) {
dotnet publish -c $env:CONFIGURATION "./AmbermoonTools/Ambermoon3DMapViewer/Ambermoon3DMapViewer.csproj" -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c $env:CONFIGURATION "./AmbermoonTools/AmbermoonImageConverter/AmbermoonImageConverter.csproj" -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r win-x86 --no-restore --no-self-contained --nologo
dotnet publish -c $env:CONFIGURATION "./AmbermoonTools/AmbermoonImageConverter/AmbermoonImageConverter.csproj" -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c $env:CONFIGURATION "./AmbermoonTools/AmbermoonMapEditor2D/AmbermoonMapEditor2D.csproj" -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r win-x86 --no-restore --no-self-contained --nologo
dotnet publish -c $env:CONFIGURATION "./AmbermoonTools/AmbermoonMapEditor2D/AmbermoonMapEditor2D.csproj" -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r win-x64 --no-restore --no-self-contained --nologo
Write-Host Pack zip for Windows
mkdir dist
copy "AmbermoonTools\AmbermoonPack\bin\Any CPU\Release\net7.0\win-x64\publish\AmbermoonPack.exe" "dist\"
Expand All @@ -34,6 +36,7 @@ if ($isWindows) {
copy "AmbermoonTools\AmbermoonItemEditor\bin\Any CPU\Release\net7.0\win-x64\publish\AmbermoonItemEditor.exe" "dist\"
copy "AmbermoonTools\Ambermoon3DMapViewer\bin\Any CPU\Release\net7.0\win-x64\publish\Ambermoon3DMapViewer.exe" "dist\"
copy "AmbermoonTools\AmbermoonImageConverter\bin\Any CPU\Release\net7.0\win-x64\publish\AmbermoonImageConverter.exe" "dist\"
copy "AmbermoonTools\AmbermoonMapEditor2D\bin\Any CPU\Release\net7.0-windows\win-x64\publish\AmbermoonMapEditor2D.exe" "dist\"
copy "AmbermoonTools\x64\api-ms-win-core-winrt-l1-1-0.dll" "dist\"
cd dist
7z a ..\AmbermoonTools-Windows.zip *.*
Expand All @@ -49,6 +52,7 @@ if ($isWindows) {
copy "AmbermoonTools\AmbermoonItemEditor\bin\Any CPU\Release\net7.0\win-x86\publish\AmbermoonItemEditor.exe" "dist\"
copy "AmbermoonTools\Ambermoon3DMapViewer\bin\Any CPU\Release\net7.0\win-x86\publish\Ambermoon3DMapViewer.exe" "dist\"
copy "AmbermoonTools\AmbermoonImageConverter\bin\Any CPU\Release\net7.0\win-x86\publish\AmbermoonImageConverter.exe" "dist\"
copy "AmbermoonTools\AmbermoonMapEditor2D\bin\Any CPU\Release\net7.0-windows\win-x86\publish\AmbermoonMapEditor2D.exe" "dist\"
copy "AmbermoonTools\x86\api-ms-win-core-winrt-l1-1-0.dll" "dist\"
cd dist
7z a ..\AmbermoonTools-Windows32Bit.zip *.*
Expand Down

0 comments on commit 00a8d43

Please sign in to comment.