diff --git a/.gitignore b/.gitignore index 8170de7..04452b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vs appsettings.json bin -obj \ No newline at end of file +obj +*.user \ No newline at end of file diff --git a/CSharpBot/CSharpBot.csproj b/CSharpBot/CSharpBot.csproj index 75aa820..bdb44c2 100644 --- a/CSharpBot/CSharpBot.csproj +++ b/CSharpBot/CSharpBot.csproj @@ -7,15 +7,31 @@ false Release;Debug x64 + Relms + Relms + 0.0.1 + Advanced C# Discord Bot made in DSharpPlus and .NET 6 Preview + Copyright 2021 Relms + https://code.relms.dev/Relms/Sharpy + https://code.relms.dev/Relms/Sharpy + en-US + GPL-3.0-or-later + CSharpBot + CSharpBot + git + 0.0.1.0 + 0.0.1.0 true true + 5 true + 5 diff --git a/CSharpBot/Properties/PublishProfiles/publish-linux-x64-fd.pubxml b/CSharpBot/Properties/PublishProfiles/publish-linux-x64-fd.pubxml new file mode 100644 index 0000000..6e071a0 --- /dev/null +++ b/CSharpBot/Properties/PublishProfiles/publish-linux-x64-fd.pubxml @@ -0,0 +1,16 @@ + + + + + Release + x64 + bin\x64\Release\net6.0\publish\linux-x64\ + FileSystem + net6.0 + linux-x64 + false + True + + \ No newline at end of file diff --git a/CSharpBot/Properties/PublishProfiles/publish-linux-x64-sd.pubxml b/CSharpBot/Properties/PublishProfiles/publish-linux-x64-sd.pubxml new file mode 100644 index 0000000..678187d --- /dev/null +++ b/CSharpBot/Properties/PublishProfiles/publish-linux-x64-sd.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x64 + bin\x64\Release\net6.0\publish\linux-x64\ + FileSystem + net6.0 + linux-x64 + true + True + True + + \ No newline at end of file diff --git a/CSharpBot/Properties/PublishProfiles/publish-win-x64-fd.pubxml b/CSharpBot/Properties/PublishProfiles/publish-win-x64-fd.pubxml new file mode 100644 index 0000000..5fdf4c6 --- /dev/null +++ b/CSharpBot/Properties/PublishProfiles/publish-win-x64-fd.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x64 + bin\x64\Release\net6.0\publish\win-x64\ + FileSystem + net6.0 + win-x64 + false + True + False + + \ No newline at end of file diff --git a/CSharpBot/Properties/PublishProfiles/publish-win-x64-sd.pubxml b/CSharpBot/Properties/PublishProfiles/publish-win-x64-sd.pubxml new file mode 100644 index 0000000..b540fcf --- /dev/null +++ b/CSharpBot/Properties/PublishProfiles/publish-win-x64-sd.pubxml @@ -0,0 +1,18 @@ + + + + + Release + x64 + bin\x64\Release\net6.0\publish\win-x64\ + FileSystem + net6.0 + win-x64 + true + True + False + True + + \ No newline at end of file