Skip to content

Commit

Permalink
increment version to 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
rcd committed Feb 20, 2014
1 parent 0e66b29 commit f1468ae
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
@@ -1,4 +1,4 @@
#### v1.0.37
#### v1.0.37 (2/19/2014)
* Add DICOM Compare tool to project
* Add support for disabling TCP Nagle algorithm
* Better handling of aborted connections
Expand Down
4 changes: 2 additions & 2 deletions DICOM/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.36.0")]
[assembly: AssemblyVersion("1.0.37.0")]

[assembly: AssemblyFileVersionAttribute("1.0.36.0")]
[assembly: AssemblyFileVersionAttribute("1.0.37.0")]
52 changes: 31 additions & 21 deletions fo-dicom.nuspec
@@ -1,23 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fo-dicom</id>
<version>1.0.36</version>
<title>Fellow Oak DICOM for .NET</title>
<authors>Colby Dillion</authors>
<description>A DICOM library for .NET</description>
<language>en-US</language>
<projectUrl>https://github.com/rcd/fo-dicom</projectUrl>
<licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
<dependencies>
<dependency id="NLog"/>
</dependencies>
</metadata>
<files>
<file src="DICOM\bin\Release\Dicom.dll" target="lib\net40" />
<file src="DICOM\bin\Release\Dicom.pdb" target="lib\net40" />
<file src="DICOM\bin\Release\Dicom.xml" target="lib\net40" />
<file src="DICOM [Native]\Release\Dicom.Native.dll" target="lib\net40" />
<file src="DICOM [Native]\Release\Dicom.Native64.dll" target="lib\net40" />
</files>
<metadata>
<id>fo-dicom</id>
<version>1.0.37</version>
<title>Fellow Oak DICOM for .NET</title>
<authors>Colby Dillion</authors>
<licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
<projectUrl>https://github.com/rcd/fo-dicom</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A DICOM library for .NET</description>
<language>en-US</language>
<dependencies>
<dependency id="NLog" />
</dependencies>
</metadata>
<files>
<file src="ChangeLog.md" target="content\ChangeLog.md" />
<file src="License.txt" target="content\License.txt" />
<file src="README.md" target="content\README.md" />
<file src="DICOM\bin\Release\Dicom.dll" target="lib\net40\Dicom.dll" />
<file src="DICOM [Native]\Release\Dicom.Native.dll" target="lib\net40\Dicom.Native.dll" />
<file src="DICOM [Native]\Release\Dicom.Native64.dll" target="lib\net40\Dicom.Native64.dll" />
<file src="DICOM\bin\Release\Dicom.pdb" target="lib\net40\Dicom.pdb" />
<file src="DICOM\bin\Release\Dicom.xml" target="lib\net40\Dicom.xml" />
<file src="Tools\DICOM Compare\bin\Release\Dicom.Compare.exe" target="tools\Dicom.Compare.exe" />
<file src="DICOM\bin\Release\Dicom.dll" target="tools\Dicom.dll" />
<file src="Tools\DICOM Dump\bin\Release\Dicom.Dump.exe" target="tools\Dicom.Dump.exe" />
<file src="DICOM [Native]\Release\Dicom.Native.dll" target="tools\Dicom.Native.dll" />
<file src="DICOM [Native]\Release\Dicom.Native64.dll" target="tools\Dicom.Native64.dll" />
<file src="DICOM\bin\Release\NLog.dll" target="tools\NLog.dll" />
</files>
</package>

0 comments on commit f1468ae

Please sign in to comment.