Skip to content

Commit 4a8596b

Browse files
committed
Some progress on the auto updater
1 parent c247e9a commit 4a8596b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Server/AutoUpdater/Update.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace Server.AutoUpdater;
2+
3+
public static class Update
4+
{
5+
6+
}

Server/Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net35</TargetFramework>
44
<AssemblyName>ServerEmulator</AssemblyName>

0 commit comments

Comments
 (0)