Skip to content

Commit

Permalink
Upgrade to .NET 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortens4444 committed Aug 8, 2020
1 parent 4445711 commit 1311259
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
**/obj/
packages/
*.suo
**/Binaries/
**/*.nupkg
2 changes: 1 addition & 1 deletion CommandExecutor/CommandExecutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommandExecutor</RootNamespace>
<AssemblyName>CommandExecutor</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down
2 changes: 1 addition & 1 deletion CommandExecutor/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
2 changes: 1 addition & 1 deletion CommandSender/CommandSender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommandSender</RootNamespace>
<AssemblyName>CommandSender</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down
2 changes: 1 addition & 1 deletion CommandSender/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
3 changes: 2 additions & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Common</RootNamespace>
<AssemblyName>Common</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
24 changes: 24 additions & 0 deletions NuGet Package/CommandExecutor.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Mtf.CommandExecutor</id>
<version>1.0.0</version>
<title>Command Executor &amp; Command Sender</title>
<authors>Mortens</authors>
<owners>Mortens</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>http://w3.hdsnet.hu/mortens/</projectUrl>
<repository type="git" url="https://github.com/Mortens4444/CommandExecutor.git" branch="master" commit="44457111805c9f5faadb8bf29fc5c12712d24e8d" />
<description>A minimal VNC server and client application.</description>
<releaseNotes>Initial version of the application.</releaseNotes>
<copyright>Copyright © 2020</copyright>
<tags>VNC client server command executor sender</tags>
<dependencies>
<group targetFramework=".NETFramework4.8" />
</dependencies>
</metadata>
<files>
<file src="D:\Work\CommandExecuter\NuGet Package\Binaries\**" target="lib\net48" />
</files>
</package>
10 changes: 10 additions & 0 deletions NuGet Package/Documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**Usage**

[GitHub URL](https://github.com/Mortens4444/CommandExecutor)
[Developer's URL](http://w3.hdsnet.hu/mortens/)
[Facebook Page](https://www.facebook.com/developersdream)

The CommandExecutor is the server application, which must run on the machine, which we want to control.
This has no visible interface it runs in the background.

The CommandSender is the client, which is able to send commands to the CommandExecutor.
2 changes: 2 additions & 0 deletions NuGet Package/NuGetPackageCreator.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nuget pack CommandExecutor.nuspec
pause
3 changes: 2 additions & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tests</RootNamespace>
<AssemblyName>Tests</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
Expand All @@ -21,6 +21,7 @@
<TestProjectType>UnitTest</TestProjectType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1311259

Please sign in to comment.