diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index e2396c1..ebf8bc3 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -74,9 +74,9 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj --configuration Release --no-restore - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj --no-restore --verbosity normal # Upload the artifact: https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload Linux CommandLine build artifacts diff --git a/.github/workflows/Mac.yml b/.github/workflows/Mac.yml index e235392..1313827 100644 --- a/.github/workflows/Mac.yml +++ b/.github/workflows/Mac.yml @@ -74,9 +74,9 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj --configuration Release --no-restore - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj --no-restore --verbosity normal # Upload the artifact: https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload MacOS CommandLine build artifacts diff --git a/README.md b/README.md index 1526f74..82fffd2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If you find any bug or you need support, please write in the [relevant topic in Alternatively, feel free to contact me on Discord by DMs (SkyLink98#5946 - **only for bug reports**) or in my [server](https://discord.gg/F9nMfvw9sS). ## Building -* All the Switch Gift Data Manager projects require .NET 6.0. +* All the Switch Gift Data Manager projects require .NET 7.0. * .WinForm is a Windows Form application and can only be built in Windows Operating Systems. * .Core and .CommandLine can be built in any platform OS. * Use the Debug build configuration when editing or developing code related to the .WinForm project. Build as Release only once the code is finished. diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml new file mode 100644 index 0000000..bb8719f --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml @@ -0,0 +1,16 @@ + + + + + Release + Any CPU + bin\Release\net7.0\linux-x64\publish\linux-x64\ + FileSystem + <_TargetId>Folder + net7.0 + linux-x64 + false + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/FolderProfile.pubxml.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml.user similarity index 71% rename from SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/FolderProfile.pubxml.user rename to SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml.user index 94564fb..447abfe 100644 --- a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2023-01-23T19:03:47.7790063Z; + True|2023-01-28T15:02:21.7075281Z; \ No newline at end of file diff --git a/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/FolderProfile.pubxml.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.user similarity index 54% rename from SwitchGiftDataManager.WinForm/Properties/PublishProfiles/FolderProfile.pubxml.user rename to SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.user index 7ae32c6..f9e8836 100644 --- a/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/linux_x64.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2023-01-23T19:01:57.3824432Z;False|2023-01-23T20:00:42.5423966+01:00;True|2023-01-23T19:57:25.6949583+01:00; + True|2023-01-28T14:55:36.8109882Z;True|2023-01-28T15:48:22.9284343+01:00; \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml new file mode 100644 index 0000000..cef0e32 --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml @@ -0,0 +1,16 @@ + + + + + Release + Any CPU + bin\Release\net7.0\osx-x64\publish\ + FileSystem + <_TargetId>Folder + net7.0 + osx-x64 + false + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml.user new file mode 100644 index 0000000..8634c6e --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T15:02:13.7381611Z; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.user new file mode 100644 index 0000000..2eae4b1 --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/osx_x64.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T14:58:16.5887032Z;True|2023-01-28T15:57:34.0451151+01:00; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/FolderProfile.pubxml b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.pubxml similarity index 100% rename from SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/FolderProfile.pubxml rename to SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.pubxml diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.pubxml.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.pubxml.user new file mode 100644 index 0000000..1e22445 --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T15:02:06.8383516Z; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.user b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.user new file mode 100644 index 0000000..6f6b327 --- /dev/null +++ b/SwitchGiftDataManager.CommandLine/Properties/PublishProfiles/windows_x64.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T14:45:49.3435089Z;True|2023-01-23T20:03:47.7790063+01:00; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj.user b/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj.user index e5144d3..61927cb 100644 --- a/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj.user +++ b/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj.user @@ -5,6 +5,6 @@ SwitchGiftDataManager.CommandLine - <_LastSelectedProfileId>D:\Projects\SwitchGiftDataManager\SwitchGiftDataManager.CommandLine\Properties\PublishProfiles\FolderProfile.pubxml + <_LastSelectedProfileId>D:\Projects\SwitchGiftDataManager\SwitchGiftDataManager.CommandLine\Properties\PublishProfiles\windows_x64.pubxml \ No newline at end of file diff --git a/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/FolderProfile.pubxml b/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.pubxml similarity index 100% rename from SwitchGiftDataManager.WinForm/Properties/PublishProfiles/FolderProfile.pubxml rename to SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.pubxml diff --git a/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.pubxml.user b/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.pubxml.user new file mode 100644 index 0000000..8b5bf89 --- /dev/null +++ b/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T15:01:40.5830936Z; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.user b/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.user new file mode 100644 index 0000000..a1f917b --- /dev/null +++ b/SwitchGiftDataManager.WinForm/Properties/PublishProfiles/windows.user @@ -0,0 +1,10 @@ + + + + + True|2023-01-28T14:44:59.9510590Z;True|2023-01-23T20:01:57.3824432+01:00;False|2023-01-23T20:00:42.5423966+01:00;True|2023-01-23T19:57:25.6949583+01:00; + + + \ No newline at end of file diff --git a/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj.user b/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj.user index 48fecc7..6d13b16 100644 --- a/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj.user +++ b/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj.user @@ -1,6 +1,14 @@  - <_LastSelectedProfileId>D:\Projects\SwitchGiftDataManager\SwitchGiftDataManager.WinForm\Properties\PublishProfiles\FolderProfile.pubxml + <_LastSelectedProfileId>D:\Projects\SwitchGiftDataManager\SwitchGiftDataManager.WinForm\Properties\PublishProfiles\windows.pubxml + + + Form + + + Form + + \ No newline at end of file