diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
new file mode 100644
index 0000000..67f8ea0
--- /dev/null
+++ b/.nuget/NuGet.Config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe
new file mode 100644
index 0000000..8f61340
Binary files /dev/null and b/.nuget/NuGet.exe differ
diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
new file mode 100644
index 0000000..83fe906
--- /dev/null
+++ b/.nuget/NuGet.targets
@@ -0,0 +1,136 @@
+
+
+
+ $(MSBuildProjectDirectory)\..\
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
+ $([System.IO.Path]::Combine($(ProjectDir), "packages.config"))
+
+
+
+
+ $(SolutionDir).nuget
+ packages.config
+
+
+
+
+ $(NuGetToolsPath)\NuGet.exe
+ @(PackageSource)
+
+ "$(NuGetExePath)"
+ mono --runtime=v4.0.30319 $(NuGetExePath)
+
+ $(TargetDir.Trim('\\'))
+
+ -RequireConsent
+ -NonInteractive
+
+ "$(SolutionDir) "
+ "$(SolutionDir)"
+
+
+ $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir)
+ $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
+
+
+
+ RestorePackages;
+ $(BuildDependsOn);
+
+
+
+
+ $(BuildDependsOn);
+ BuildPackage;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ReadSharp.Tests/ReadSharp.Tests.csproj b/ReadSharp.Tests/ReadSharp.Tests.csproj
index 1f5279a..c5eb44a 100644
--- a/ReadSharp.Tests/ReadSharp.Tests.csproj
+++ b/ReadSharp.Tests/ReadSharp.Tests.csproj
@@ -16,6 +16,8 @@
$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages
False
UnitTest
+ ..\
+ true
true
@@ -73,6 +75,7 @@
+
@@ -106,6 +109,7 @@
+
-
-
-
-
-
\ No newline at end of file
diff --git a/ReadSharp/FodyWeavers.xml b/ReadSharp/FodyWeavers.xml
deleted file mode 100644
index bb0f322..0000000
--- a/ReadSharp/FodyWeavers.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ReadSharp/Models/Article.cs b/ReadSharp/Models/Article.cs
index 15a6148..5a7ba7e 100644
--- a/ReadSharp/Models/Article.cs
+++ b/ReadSharp/Models/Article.cs
@@ -1,5 +1,4 @@
-using PropertyChanged;
-using System;
+using System;
using System.Collections.Generic;
namespace ReadSharp
@@ -7,7 +6,6 @@ namespace ReadSharp
///
/// Readable article
///
- [ImplementPropertyChanged]
public class Article
{
///
diff --git a/ReadSharp/Models/ArticleImage.cs b/ReadSharp/Models/ArticleImage.cs
index 69f2cca..d8377cd 100644
--- a/ReadSharp/Models/ArticleImage.cs
+++ b/ReadSharp/Models/ArticleImage.cs
@@ -1,12 +1,10 @@
-using PropertyChanged;
-using System;
+using System;
namespace ReadSharp
{
///
/// Article image
///
- [ImplementPropertyChanged]
public class ArticleImage
{
///
diff --git a/ReadSharp/ReadSharp.csproj b/ReadSharp/ReadSharp.csproj
index 03e1412..7f5e40f 100644
--- a/ReadSharp/ReadSharp.csproj
+++ b/ReadSharp/ReadSharp.csproj
@@ -14,7 +14,8 @@
Profile96
512
{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- ..\packages\Fody.1.19.1.0
+ ..\
+ true
true
@@ -35,7 +36,6 @@
-
@@ -52,10 +52,6 @@
..\packages\Microsoft.Bcl.Async.1.0.165\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll
-
- ..\packages\PropertyChanged.Fody.1.43.1.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll
- False
-
..\packages\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.IO.dll
@@ -75,9 +71,6 @@
..\packages\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll
-
-
-
{14c3ee6a-54a4-4a37-8b56-d52a3802f1c2}
@@ -90,7 +83,7 @@
-
+