Browse Source

-alpha3 package release

pull/863/head
Christoph Wille 8 years ago
parent
commit
2f586a561c
  1. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
  2. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -8,7 +8,7 @@
<Description>IL decompiler engine</Description> <Description>IL decompiler engine</Description>
<Company>ic#code</Company> <Company>ic#code</Company>
<Product>ILSpy</Product> <Product>ILSpy</Product>
<Copyright>Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop Team</Copyright> <Copyright>Copyright 2011-2017 AlphaSierraPapa for the SharpDevelop Team</Copyright>
<NeutralLanguage>en-US</NeutralLanguage> <NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyVersionAttribute>False</GenerateAssemblyVersionAttribute> <GenerateAssemblyVersionAttribute>False</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>False</GenerateAssemblyFileVersionAttribute> <GenerateAssemblyFileVersionAttribute>False</GenerateAssemblyFileVersionAttribute>

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata> <metadata>
<id>ICSharpCode.Decompiler</id> <id>ICSharpCode.Decompiler</id>
<version>3.0.0-alpha2</version> <version>3.0.0-alpha3</version>
<title>ILSpy Decompiler Engine</title> <title>ILSpy Decompiler Engine</title>
<authors>Daniel Grunwald, David Srbecky, Ed Harvey, Siegfried Pammer</authors> <authors>Daniel Grunwald, David Srbecky, Ed Harvey, Siegfried Pammer</authors>
<owners>Daniel Grunwald, SharpDevelop</owners> <owners>Daniel Grunwald, SharpDevelop</owners>

Loading…
Cancel
Save