Skip to content

Commit

Permalink
Update nuspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Oct 23, 2017
1 parent 79dec01 commit 22eb1a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ICSharpCode.Decompiler</id>
<version>3.0.0-alpha3</version>
<version>3.0.0-beta1</version>
<title>ILSpy Decompiler Engine</title>
<authors>Daniel Grunwald, David Srbecky, Ed Harvey, Siegfried Pammer</authors>
<owners>Daniel Grunwald, SharpDevelop</owners>
Expand All @@ -15,9 +15,10 @@
<copyright>Copyright 2011-2017 AlphaSierraPapa</copyright>
<tags>C# Decompiler ILSpy</tags>
<dependencies>
<dependency id="System.Collections.Immutable" version="1.3.0" />
<dependency id="System.ValueTuple" version="4.3.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Humanizer.Core" version="2.2.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="System.Collections.Immutable" version="1.4.0" />
<dependency id="System.ValueTuple" version="4.4.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 22eb1a1

Please sign in to comment.