Browse Source

Reset accidentally modified assembly info version numbers.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@984 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
191510b4bc
  1. 2
      src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs
  2. 2
      src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs
  3. 2
      src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs
  4. 2
      src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs
  5. 2
      src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs
  6. 2
      src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs
  7. 2
      src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs
  8. 2
      src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs
  9. 2
      src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs
  10. 2
      src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs
  11. 2
      src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs
  12. 2
      src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs
  13. 2
      src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs
  14. 2
      src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs
  15. 2
      src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs
  16. 2
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs
  17. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs
  18. 2
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs
  19. 2
      src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs
  20. 2
      src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs
  21. 2
      src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs
  22. 2
      src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs
  23. 2
      src/AddIns/Misc/MonoAddIn/Project/Configuration/AssemblyInfo.cs
  24. 2
      src/AddIns/Misc/MonoReflectionLoader/Project/Configuration/AssemblyInfo.cs
  25. 2
      src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs
  26. 2
      src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs
  27. 2
      src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs
  28. 2
      src/AddIns/Misc/PInvokeAddIn/Project/Configuration/AssemblyInfo.cs
  29. 2
      src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs
  30. 2
      src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs
  31. 2
      src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs
  32. 2
      src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs
  33. 2
      src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs
  34. 2
      src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs
  35. 2
      src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs
  36. 2
      src/Libraries/NRefactory/NRefactoryASTGenerator/AssemblyInfo.cs
  37. 2
      src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs
  38. 2
      src/Libraries/NRefactory/Test/AssemblyInfo.cs
  39. 2
      src/Main/Base/Project/Configuration/AssemblyInfo.cs
  40. 2
      src/Main/Base/Project/Src/Services/ParserService/ProjectContentRegistry.cs
  41. 2
      src/Main/Base/Test/AssemblyInfo.cs
  42. 2
      src/Main/Core/Project/Configuration/AssemblyInfo.cs
  43. 2
      src/Main/Core/Test/AssemblyInfo.cs
  44. 8
      src/Main/StartUp/Project/SharpDevelop.exe.config

2
src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs

@ -29,4 +29,4 @@ using System.Runtime.CompilerServices; @@ -29,4 +29,4 @@ using System.Runtime.CompilerServices;
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs

@ -22,7 +22,7 @@ using System.Runtime.CompilerServices; @@ -22,7 +22,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]

2
src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs

@ -33,7 +33,7 @@ using System.Runtime.CompilerServices; @@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs

@ -33,7 +33,7 @@ using System.Runtime.CompilerServices; @@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

2
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs

@ -31,7 +31,7 @@ using System.Runtime.CompilerServices; @@ -31,7 +31,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/AddIns/Misc/MonoAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/MonoReflectionLoader/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/PInvokeAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs

@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("ICSharpCode.TextEditor.key")]

2
src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/NRefactory/NRefactoryASTGenerator/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]

2
src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/NRefactory/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Main/Base/Project/Configuration/AssemblyInfo.cs

@ -19,6 +19,6 @@ using System.Runtime.CompilerServices; @@ -19,6 +19,6 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyDelaySign(false)]

2
src/Main/Base/Project/Src/Services/ParserService/ProjectContentRegistry.cs

@ -155,7 +155,7 @@ namespace ICSharpCode.Core @@ -155,7 +155,7 @@ namespace ICSharpCode.Core
static ReflectionProjectContent LoadProjectContent(string filename, string include)
{
ReflectionProjectContent pc = DomPersistence.LoadProjectContentByAssemblyName(filename);
ReflectionProjectContent pc = DomPersistence.LoadProjectContentByAssemblyName(Path.GetFullPath(filename));
if (pc != null) {
return pc;
}

2
src/Main/Base/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Main/Core/Project/Configuration/AssemblyInfo.cs

@ -20,6 +20,6 @@ using System.Runtime.CompilerServices; @@ -20,6 +20,6 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyDelaySign(false)]

2
src/Main/Core/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.982")]
[assembly: AssemblyVersion("2.0.0.1")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

8
src/Main/StartUp/Project/SharpDevelop.exe.config

@ -6,19 +6,19 @@ @@ -6,19 +6,19 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.982"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.982"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.982"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.982"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save