Skip to content

Commit f25c07b

Browse files
Update Nuspec
1 parent 8966e2e commit f25c07b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.5">
44
<id>AsyncAwaitBestPractices.MVVM</id>
5-
<version>4.1.0-pre2</version>
5+
<version>4.1.0</version>
66
<title>Async Extensions for ICommand</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -24,7 +24,7 @@
2424
</summary>
2525
<tags>task, valuetask, fire and forget, threading, extensions, system.threading.tasks, async, await</tags>
2626
<dependencies>
27-
<dependency id="AsyncAwaitBestPractices" version="4.1.0-pre2" />
27+
<dependency id="AsyncAwaitBestPractices" version="4.1.0" />
2828
</dependencies>
2929
<releaseNotes>
3030
New In This Release:
@@ -34,7 +34,7 @@
3434
- Unseal AsyncValueCommand&lt;T&gt;
3535
- Include Assembly Signing
3636
</releaseNotes>
37-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.1.0" commit="fad5284ab4b72010ab0c07863bca99c3b7791ee7" />
37+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="8966e2ec7aa3e325256dd4c8acd01073646471de" />
3838
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
3939
</metadata>
4040
<files>

Src/AsyncAwaitBestPractices.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.5">
44
<id>AsyncAwaitBestPractices</id>
5-
<version>4.1.0-pre2</version>
5+
<version>4.1.0</version>
66
<title>Task Extensions for System.Threading.Tasks</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -59,7 +59,7 @@
5959
- Obsolete: SafeFireAndForget&lt;TException&gt;(bool continueOnCapturedContext, Action&lt;TException&gt; onException)
6060
- Include Assembly Signing
6161
</releaseNotes>
62-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.1.0" commit="fad5284ab4b72010ab0c07863bca99c3b7791ee7" />
62+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="8966e2ec7aa3e325256dd4c8acd01073646471de" />
6363
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
6464
</metadata>
6565
<files>

Src/HackerNews.Droid/HackerNews.Droid.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<LangVersion>latest</LangVersion>
2121
<Nullable>enable</Nullable>
2222
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
23-
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
2423
</PropertyGroup>
2524
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2625
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)