Skip to content

Commit

Permalink
xraylib version 2.14.0
Browse files Browse the repository at this point in the history
Added updated .NET bindings

Thanks go out to Matthew Wormington for this
  • Loading branch information
tschoonj committed Feb 28, 2011
1 parent 577d0f8 commit 50b9cf6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Copyright (c) 2009, 2010 Tom Schoonjans
#Copyright (c) 2009, 2010, 2011 Tom Schoonjans
#All rights reserved.

#Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions nsis/dotNet/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyConfigurationAttribute("")];
[assembly:AssemblyCompanyAttribute("")];
[assembly:AssemblyProductAttribute("XrayLibNET")];
[assembly:AssemblyCopyrightAttribute("Copyright (c) 2010")];
[assembly:AssemblyCopyrightAttribute("Copyright (c) 2010-2011 Matthew Wormington")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];

Expand All @@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly:AssemblyVersionAttribute("1.0.*")];
[assembly:AssemblyVersionAttribute("2.14.1.0")];

[assembly:ComVisible(false)];

Expand Down
Binary file modified nsis/dotNet/XrayLib.NET.dll
Binary file not shown.
1 change: 1 addition & 0 deletions nsis/dotNet/XrayLib.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Global
{771B6567-0D55-46E6-BC5B-A4EF540E7FF2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{771B6567-0D55-46E6-BC5B-A4EF540E7FF2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{771B6567-0D55-46E6-BC5B-A4EF540E7FF2}.Release|Win32.ActiveCfg = Release|Any CPU
{771B6567-0D55-46E6-BC5B-A4EF540E7FF2}.Release|Win32.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified nsis/dotNet/XrayLib.NET.suo
Binary file not shown.

0 comments on commit 50b9cf6

Please sign in to comment.