Skip to content

Commit

Permalink
Fixup nuget for tvos/watchos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 21, 2017
1 parent b1a3a9d commit 2299af2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion MvvmHelpers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<group targetFramework="wpa">
</group>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="MonoAndroid10">
</group>
Expand All @@ -39,6 +39,10 @@
</group>
<group targetFramework="dotnet">
</group>
<group targetFramework="xamarintvos">
</group>
<group targetFramework="xamarinwatchos">
</group>
</dependencies>
<releaseNotes>
Read changelog at: https://github.com/jamesmontemagno/mvvm-helpers/blob/master/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.1.{build}-beta
version: 1.3.1
image: Visual Studio 2017
assembly_info:
patch: true
Expand Down

0 comments on commit 2299af2

Please sign in to comment.