~brad-fie/fiecac/pythonnet

« back to all changes in this revision

Viewing changes to pythonnet/src/runtime/assemblyinfo.cs

  • Committer: barton_c
  • Date: 2013-01-28 08:27:36 UTC
  • Revision ID: svn-v4:5f86b1fb-b072-4151-8f7b-27942c6ad9ab:trunk:153
# Visual Studio 2010 .NET 4.0 (with a little ReSharper thrown in) #
# The new C# clrmodule depends on RGiesecke.DllExport in new pythonnet/packages directory which was import via NuGet #
# The signing key finally landed in the correct directory #
# Not sure why the console/Console.csproj referenced Python.Test #
# Python.Runtime Assembly version bumped to 4.0.0.1 #
# Tool and Framework versions all bumped for .NET 4.0 #
# [Obsolete?] buildclrmodule.bat got a tiny note after cli research on clrmodule.il #

# EmbeddingTest remains in flux while issues with nUnit (version bump) get ironed out #

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
using System;
11
11
using System.Reflection;
12
 
using System.Security.Permissions;
13
12
using System.Runtime.InteropServices;
14
13
using System.Resources;
15
14
 
16
 
[assembly: System.Reflection.AssemblyProduct("Python for .NET")]
17
 
[assembly: System.Reflection.AssemblyVersion("2.0.0.2")]
 
15
[assembly: AssemblyProduct("Python for .NET")]
 
16
[assembly: AssemblyVersion("4.0.0.1")]
18
17
[assembly: AssemblyDefaultAliasAttribute("Python.Runtime.dll")]
19
18
[assembly: CLSCompliant(true)]
20
19
[assembly: ComVisible(false)]
21
20
 
22
 
 
23
 
[assembly:PermissionSetAttribute(SecurityAction.RequestMinimum, 
24
 
                                 Name = "FullTrust")]
25
21
[assembly: AssemblyCopyrightAttribute("Zope Public License, Version 2.0 (ZPL)")]
26
22
[assembly: AssemblyFileVersionAttribute("2.0.0.2")]
27
23
[assembly: NeutralResourcesLanguageAttribute("en")]