From 714275102e92b646681cc041c2bac466badc0383 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 6 Feb 2016 17:53:18 +0100 Subject: [PATCH] works with UWP --- ReadSharp/Properties/AssemblyInfo.cs | 6 +++--- ReadSharp/ReadSharp.csproj | 11 ++++++----- ReadSharp/ReadSharp.nuspec | 2 +- ReadSharp/app.config | 19 ------------------- ReadSharp/packages.config | 2 +- 5 files changed, 11 insertions(+), 29 deletions(-) delete mode 100644 ReadSharp/app.config diff --git a/ReadSharp/Properties/AssemblyInfo.cs b/ReadSharp/Properties/AssemblyInfo.cs index c00f2b6..646dafd 100644 --- a/ReadSharp/Properties/AssemblyInfo.cs +++ b/ReadSharp/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("cee")] [assembly: AssemblyProduct("ReadSharp")] -[assembly: AssemblyCopyright("Copyright © cee 2014")] +[assembly: AssemblyCopyright("Copyright © cee 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -22,5 +22,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("6.2.2")] -[assembly: AssemblyFileVersion("6.2.2")] \ No newline at end of file +[assembly: AssemblyVersion("6.3.0")] +[assembly: AssemblyFileVersion("6.3.0")] \ No newline at end of file diff --git a/ReadSharp/ReadSharp.csproj b/ReadSharp/ReadSharp.csproj index eba7418..2493d26 100644 --- a/ReadSharp/ReadSharp.csproj +++ b/ReadSharp/ReadSharp.csproj @@ -58,7 +58,6 @@ - @@ -124,10 +123,12 @@ - - - - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + +