From cc27961589ee504e5ca3d1e4c3881e4822f55727 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 14 Mar 2021 23:13:12 +0000 Subject: [PATCH] Publishing updated binaries --- YololAssembler/Properties/PublishProfiles/Linux-x64.pubxml | 2 +- YololAssembler/Properties/PublishProfiles/Win-x86.pubxml | 4 ++-- YololAssembler/Properties/launchSettings.json | 2 +- YololAssembler/YololAssembler.csproj | 1 + .../Properties/PublishProfiles/FolderProfile (Linux).pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile (Win).pubxml | 2 +- YololEmulator/YololEmulator.csproj | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/YololAssembler/Properties/PublishProfiles/Linux-x64.pubxml b/YololAssembler/Properties/PublishProfiles/Linux-x64.pubxml index 40a1d4a..5525386 100644 --- a/YololAssembler/Properties/PublishProfiles/Linux-x64.pubxml +++ b/YololAssembler/Properties/PublishProfiles/Linux-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU C:\Users\Martin\Desktop\yasm-Linux-x64 FileSystem - netcoreapp3.1 + net5.0 linux-x64 true True diff --git a/YololAssembler/Properties/PublishProfiles/Win-x86.pubxml b/YololAssembler/Properties/PublishProfiles/Win-x86.pubxml index 98af04b..63b6dd3 100644 --- a/YololAssembler/Properties/PublishProfiles/Win-x86.pubxml +++ b/YololAssembler/Properties/PublishProfiles/Win-x86.pubxml @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU - C:\Users\Martin\Desktop\yasm-win-x86 + C:\Users\Martin\Desktop FileSystem - netcoreapp3.1 + net5.0 true win-x86 True diff --git a/YololAssembler/Properties/launchSettings.json b/YololAssembler/Properties/launchSettings.json index 57dc179..abeb720 100644 --- a/YololAssembler/Properties/launchSettings.json +++ b/YololAssembler/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "YololAssembler": { "commandName": "Project", - "commandLineArgs": "-i noughtsandcrosses.yasm -o noughtsandcrosses.yolol --watch", + "commandLineArgs": "-i InteractiveDocking.yasm -o InteractiveDocking.yolol --watch", "workingDirectory": "C:\\Users\\Martin\\Documents\\dotnet\\YololEmulator\\YololAssembler\\Scripts" } } diff --git a/YololAssembler/YololAssembler.csproj b/YololAssembler/YololAssembler.csproj index 5c1be35..14a01c4 100644 --- a/YololAssembler/YololAssembler.csproj +++ b/YololAssembler/YololAssembler.csproj @@ -7,6 +7,7 @@ YololAssembler.Program Martin Evans Cylon + 2.0.0 diff --git a/YololEmulator/Properties/PublishProfiles/FolderProfile (Linux).pubxml b/YololEmulator/Properties/PublishProfiles/FolderProfile (Linux).pubxml index d329319..93efa5d 100644 --- a/YololEmulator/Properties/PublishProfiles/FolderProfile (Linux).pubxml +++ b/YololEmulator/Properties/PublishProfiles/FolderProfile (Linux).pubxml @@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp3.1 + net5.0 C:\Users\Martin\Desktop\Yolol.Emulator (Linux) linux-x64 true diff --git a/YololEmulator/Properties/PublishProfiles/FolderProfile (Win).pubxml b/YololEmulator/Properties/PublishProfiles/FolderProfile (Win).pubxml index f9f07bf..89acaf3 100644 --- a/YololEmulator/Properties/PublishProfiles/FolderProfile (Win).pubxml +++ b/YololEmulator/Properties/PublishProfiles/FolderProfile (Win).pubxml @@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp3.1 + net5.0 C:\Users\Martin\Desktop\Yolol.Emulator (Win) win-x86 true diff --git a/YololEmulator/YololEmulator.csproj b/YololEmulator/YololEmulator.csproj index 8051f3f..6f5d7a0 100644 --- a/YololEmulator/YololEmulator.csproj +++ b/YololEmulator/YololEmulator.csproj @@ -7,7 +7,7 @@ 8.0 enable AnyCPU;x64 - 7.0.0 + 9.0.0