diff --git a/appveyor.yml b/appveyor.yml
index 4dcaa7b45e..be1727e7d7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,5 @@ clone_depth: 1
version: '{branch}-{build}'
image: Previous Visual Studio 2017
test: off
-install:
- - cmd: git submodule update --init --recursive --depth=5
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1
diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml
new file mode 100644
index 0000000000..d36298175b
--- /dev/null
+++ b/appveyor_deploy.yml
@@ -0,0 +1,10 @@
+clone_depth: 1
+version: '{build}'
+image: Previous Visual Studio 2017
+test: off
+skip_non_tags: true
+build_script:
+ - cmd: PowerShell -Version 2.0 .\build.ps1
+deploy:
+ - provider: Environment
+ name: nuget
diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj
index 7d106f0484..f2a605e7a7 100644
--- a/osu.Game/osu.Game.csproj
+++ b/osu.Game/osu.Game.csproj
@@ -6,6 +6,17 @@
AnyCPU
true
+
+ osu!
+ ppy.osu.Game
+ ppy Pty Ltd
+ https://github.com/ppy/osu/blob/master/LICENCE.md
+ https://github.com/ppy/osu
+ https://github.com/ppy/osu
+ Automated release.
+ Copyright (c) 2019 ppy Pty Ltd
+ osu game
+