Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Published GraphicsMagick.NET 1.3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 7, 2015
1 parent 012c2a5 commit 3547941
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions GraphicsMagick.NET.AnyCPU/GraphicsMagick.NET.AnyCPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@
<Compile Include="Generated\EightBimValue.cs" />
<Compile Include="Generated\Enums\ExceptionTypes.cs" />
<Compile Include="Generated\Enums\ExifParts.cs" />
<Compile Include="Generated\Enums\IptcTag.cs" />
<Compile Include="Generated\Enums\QuantumOperator.cs" />
<Compile Include="Generated\GraphicsMagickNET.cs" />
<Compile Include="Generated\IptcProfile.cs" />
<Compile Include="Generated\IptcValue.cs" />
<Compile Include="Generated\PointD.cs" />
<Compile Include="Generated\SparseColorArg.cs" />
<Compile Include="Generated\XmpProfile.cs" />
<Compile Include="GraphicsMagickAnyCPU.cs" />
<Compile Include="AssemblyHelper.cs" />
<Compile Include="EnumeratorWrapper.cs" />
Expand Down
2 changes: 1 addition & 1 deletion GraphicsMagick.NET.AnyCPU/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.3.20.2")]
[assembly: AssemblyFileVersion("1.3.21.1")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
//=================================================================================================
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
<Compile Include="MagickImageInfoTests.cs" />
<Compile Include="MagickImageTests.cs" />
<Compile Include="Profiles\ImageProfileTests.cs" />
<Compile Include="Profiles\Iptc\IptcProfileTests.cs" />
<Compile Include="Profiles\Iptc\IptcValueTests.cs" />
<Compile Include="Profiles\Xmp\XmpProfileTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Files.cs" />
<Compile Include="Script\MagickScriptTests.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
<Compile Include="MagickImageInfoTests.cs" />
<Compile Include="MagickImageTests.cs" />
<Compile Include="Profiles\ImageProfileTests.cs" />
<Compile Include="Profiles\Iptc\IptcProfileTests.cs" />
<Compile Include="Profiles\Iptc\IptcValueTests.cs" />
<Compile Include="Profiles\Xmp\XmpProfileTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Files.cs" />
<Compile Include="Script\MagickScriptTests.cs" />
Expand Down
2 changes: 1 addition & 1 deletion GraphicsMagick.NET.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("1.3.20.2")]
[assembly: AssemblyFileVersion("1.3.21.1")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
//=================================================================================================
7 changes: 7 additions & 0 deletions GraphicsMagick.NET.net20/GraphicsMagick.NET.net20.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Exif\ExifParts.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Exif\ExifWriter.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\ImageProfile.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Iptc\IptcProfile.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Iptc\IptcTag.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Iptc\IptcValue.h" />
<ClInclude Include="..\GraphicsMagick.NET\Profiles\Xmp\XmpProfile.h" />
<ClInclude Include="..\GraphicsMagick.NET\Quantum.h" />
<ClInclude Include="..\GraphicsMagick.NET\Script\MagickScript.h" />
<ClInclude Include="..\GraphicsMagick.NET\Script\ScriptReadEventArgs.h" />
Expand Down Expand Up @@ -444,6 +448,9 @@
<ClCompile Include="..\GraphicsMagick.NET\Helpers\XmlHelper.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Profiles\Exif\ExifWriter.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Profiles\ImageProfile.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Profiles\Iptc\IptcProfile.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Profiles\Iptc\IptcValue.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Profiles\Xmp\XmpProfile.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Quantum.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Script\Generated\Execute.cpp" />
<ClCompile Include="..\GraphicsMagick.NET\Script\MagickScript.cpp" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion GraphicsMagick.NET/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ using namespace System::Security::Permissions;
[assembly: AssemblyConfiguration("Release")];
[assembly: AssemblyCulture("")];
[assembly: AssemblyVersion("1.0.0.0")];
[assembly: AssemblyFileVersion("1.3.20.2")]
[assembly: AssemblyFileVersion("1.3.21.1")]
[assembly: ComVisible(false)];
[assembly: CLSCompliant(true)];
[assembly: SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified GraphicsMagick.NET/Resources/ReleaseQ8/x64/GraphicsMagick.NET.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion Publish/Publish.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
call "%vs110comntools%vsvars32.bat"
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "1.3.20" "1.3.20.2"
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "1.3.21" "1.3.21.1"
pause

0 comments on commit 3547941

Please sign in to comment.