diff --git a/src/SilentNotes.Android/Properties/AndroidManifest.xml b/src/SilentNotes.Android/Properties/AndroidManifest.xml index 17ac9f4e..afab26a0 100644 --- a/src/SilentNotes.Android/Properties/AndroidManifest.xml +++ b/src/SilentNotes.Android/Properties/AndroidManifest.xml @@ -1,6 +1,6 @@  - - + + diff --git a/src/SilentNotes.UWP/Package.appxmanifest b/src/SilentNotes.UWP/Package.appxmanifest index 53e2230f..8746f691 100644 --- a/src/SilentNotes.UWP/Package.appxmanifest +++ b/src/SilentNotes.UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + SilentNotes diff --git a/src/SilentNotes.UWP/Properties/AssemblyInfo.cs b/src/SilentNotes.UWP/Properties/AssemblyInfo.cs index cd1db55c..90b43542 100644 --- a/src/SilentNotes.UWP/Properties/AssemblyInfo.cs +++ b/src/SilentNotes.UWP/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // 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("4.0.2.0")] -[assembly: AssemblyFileVersion("4.0.2.0")] +[assembly: AssemblyVersion("4.1.0.0")] +[assembly: AssemblyFileVersion("4.1.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/src/SilentNotes.UWP/SilentNotes.UWP.csproj b/src/SilentNotes.UWP/SilentNotes.UWP.csproj index 5fa5c757..a1229885 100644 --- a/src/SilentNotes.UWP/SilentNotes.UWP.csproj +++ b/src/SilentNotes.UWP/SilentNotes.UWP.csproj @@ -3,7 +3,7 @@ $(TEMP)\SilentNotesUWP\obj\ 0EA7D6B20DEA1091C653B9B1B0E8432535ADEB7E - True + False False Always x86|x64 diff --git a/src/Tests/VanillaCloudStorageClientTest/CloudStorageProviders/OnedriveCloudStorageClientTest.cs b/src/Tests/VanillaCloudStorageClientTest/CloudStorageProviders/OnedriveCloudStorageClientTest.cs index c1c65099..29dcc8de 100644 --- a/src/Tests/VanillaCloudStorageClientTest/CloudStorageProviders/OnedriveCloudStorageClientTest.cs +++ b/src/Tests/VanillaCloudStorageClientTest/CloudStorageProviders/OnedriveCloudStorageClientTest.cs @@ -116,6 +116,7 @@ public void FileLifecycleWorks() // 1) Test upload if (!DoRealWebRequests) { + _httpTest.RespondWith("{ 'id': 'fakeid' }"); _httpTest.RespondWith(GetOneDriveUploadSession()); } Assert.DoesNotThrowAsync(() => UploadFileWorksAsync(fileName, fileContent));