diff --git a/DisplaySettings.Cli/DisplaySettings.Cli.csproj b/DisplaySettings.Cli/DisplaySettings.Cli.csproj index 0a31e14..1926a25 100644 --- a/DisplaySettings.Cli/DisplaySettings.Cli.csproj +++ b/DisplaySettings.Cli/DisplaySettings.Cli.csproj @@ -7,13 +7,14 @@ biosmanager Change or retrieve display information and settings. - 0.5.0 + 1.0.0 https://github.com/biosmanager/DisplaySettingsChanger LICENSE.md - © 2020 biosmanager + Copyright © 2020 biosmanager https://github.com/biosmanager/DisplaySettingsChanger git + true @@ -29,4 +30,11 @@ + + + True + + + + diff --git a/DisplaySettings.Cli/Properties/PublishProfiles/Release-Windows-x64-Single.pubxml b/DisplaySettings.Cli/Properties/PublishProfiles/Release-netcoreapp3.1-win-x64-single.pubxml similarity index 69% rename from DisplaySettings.Cli/Properties/PublishProfiles/Release-Windows-x64-Single.pubxml rename to DisplaySettings.Cli/Properties/PublishProfiles/Release-netcoreapp3.1-win-x64-single.pubxml index 194f6c2..bac3ebc 100644 --- a/DisplaySettings.Cli/Properties/PublishProfiles/Release-Windows-x64-Single.pubxml +++ b/DisplaySettings.Cli/Properties/PublishProfiles/Release-netcoreapp3.1-win-x64-single.pubxml @@ -1,19 +1,17 @@  Release Any CPU - $(BaseOutputPath)\Publish\Windows-x64 + bin\Release\netcoreapp3.1\publish\ FileSystem netcoreapp3.1 win-x64 - False + false True False - None - False \ No newline at end of file diff --git a/DisplaySettings/DisplaySettings.csproj b/DisplaySettings/DisplaySettings.csproj index 9f5c4f4..9eecdd2 100644 --- a/DisplaySettings/DisplaySettings.csproj +++ b/DisplaySettings/DisplaySettings.csproj @@ -2,6 +2,23 @@ netstandard2.0 + biosmanager + 1.0.0 + Library to change or retrieve display information and settings. + Copyright © 2020 biosmanager + LICENSE.md + https://github.com/biosmanager/DisplaySettings + https://github.com/biosmanager/DisplaySettings + git + true + false + + + True + + + + diff --git a/DisplaySettings/Properties/PublishProfiles/Release-netstandard2.0-Portable.pubxml b/DisplaySettings/Properties/PublishProfiles/Release-netstandard2.0-Portable.pubxml new file mode 100644 index 0000000..46b44d5 --- /dev/null +++ b/DisplaySettings/Properties/PublishProfiles/Release-netstandard2.0-Portable.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + bin\Release\netstandard2.0\publish\ + FileSystem + netstandard2.0 + + \ No newline at end of file diff --git a/README.md b/README.md index 04e0b60..86d1a4d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The library targets **.NET Standard 2.0** and is therefore compatible with **.NE ## CLI -You can use the command line interface tool to change or retrieve display information/settings. +You can use the command line interface tool to change or retrieve display information/settings. This requires that you have the **.NET Core 3.1 x64 runtime** installed. ### Examples