Skip to content

Commit

Permalink
Updated nuspec for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbar27 committed Oct 14, 2022
1 parent be5720b commit 80c8f1e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions datraw/datraw.nuspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>datraw</id>
<version>1.0.5</version>
<title>datraw</title>
<authors>Christoph Müller</authors>
<owners>mueller</owners>
<licenseUrl>https://github.com/UniStuttgart-VISUS/datraw/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/UniStuttgart-VISUS/datraw</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library allows for reading volumetric data sets stored in the dat/raw format, which consists of a textual description of the data format in the dat file and the raw voxel data in one or more raw files.</description>
<summary>A C++ header-only library for dat/raw volume data sets.</summary>
<releaseNotes>Fix for unwanted console output produced by raw_reader.</releaseNotes>
<copyright>Copyright © 2018 - 2020 Visualisierungsinstitut der Universität Stuttgart</copyright>
<tags>native datraw dat raw volume volumetric</tags>
</metadata>
<files>
<file src="datraw.h" target="build\native\include" />
<file src="datraw\**" target="build\native\include\datraw" />
<file src="datraw.targets" target="build\native\datraw.targets" />
</files>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>datraw</id>
<version>1.0.6</version>
<title>datraw</title>
<authors>Christoph Müller</authors>
<owners>mueller</owners>
<licenseUrl>https://github.com/UniStuttgart-VISUS/datraw/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/UniStuttgart-VISUS/datraw</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library allows for reading volumetric data sets stored in the dat/raw format, which consists of a textual description of the data format in the dat file and the raw voxel data in one or more raw files.</description>
<summary>A C++ header-only library for dat/raw volume data sets.</summary>
<releaseNotes>Fix for parting of multi-file expressions.</releaseNotes>
<copyright>Copyright © 2018 - 2022 Visualisierungsinstitut der Universität Stuttgart</copyright>
<tags>native datraw dat raw volume volumetric</tags>
</metadata>
<files>
<file src="datraw.h" target="build\native\include" />
<file src="datraw\**" target="build\native\include\datraw" />
<file src="datraw.targets" target="build\native\datraw.targets" />
</files>
</package>

0 comments on commit 80c8f1e

Please sign in to comment.