diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index f6d8ac5..1e1a73b 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
[assembly: AssemblyTitle("XmlAbstraction")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("AraHaan")]
[assembly: AssemblyProduct("XmlAbstraction")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
@@ -38,3 +38,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyInformationalVersion("1.0.0.0")]
diff --git a/XmlAbstraction.csproj b/XmlAbstraction.csproj
index 08c4317..6e6dbe6 100644
--- a/XmlAbstraction.csproj
+++ b/XmlAbstraction.csproj
@@ -49,6 +49,11 @@
+
+ 4.7.1
+ runtime; build; native; contentfiles; analyzers
+ all
+
1.1.0-beta009
runtime; build; native; contentfiles; analyzers
diff --git a/XmlAbstraction.nuspec b/XmlAbstraction.nuspec
new file mode 100644
index 0000000..e2e5ec0
--- /dev/null
+++ b/XmlAbstraction.nuspec
@@ -0,0 +1,17 @@
+
+
+
+ $id$
+ $version$
+ XmlAbstraction
+ AraHaan
+ AraHaan
+ https://github.com/AraHaan/XmlAbstraction/blob/master/LICENSE
+ https://github.com/AraHaan/XmlAbstraction/
+ false
+ A library that contains a System.Xml and System.Xml.Linq abstraction class.
+ Initial release.
+ Copyright 2018
+ XML
+
+
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..1d9a04d
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,22 @@
+version: 1.0.0.0-alpha{build}
+branches:
+ only:
+ - master
+max_jobs: 15
+image: Visual Studio 2017
+configuration: Release
+platform: Any CPU
+build:
+ project: XmlAbstraction.sln
+ publish_nuget: true
+ publish_nuget_symbols: true
+ include_nuget_references: true
+ parallel: true
+ verbosity: minimal
+test: off
+deploy:
+- provider: NuGet
+ api_key:
+ secure: w8jKLcMWVbTVBRRjl6k2eoRvajr5DpIB4XBhlEddCvx/9dSnDYbK5J0qXZXazE/E
+ on:
+ APPVEYOR_REPO_TAG: true
\ No newline at end of file