Skip to content

Commit

Permalink
Updates nuget package to v1.1.1, readme.txt and md file, changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iAJTin committed Oct 20, 2019
1 parent 8a979ec commit 77713fa
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.1.1] - 2019-10-20

### Added

- Adds support for System Management BIOS (SMBIOS) v3.3.0, includes:

* System Slots (Type 9):
- SMBIOSCR00184: add PCI Express Gen 4 values
- SMBIOSCR00185: clarify bus number usage for PCI Express
* Memory Device (Type 17):
- SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die)
- SMBIOSCR00179: update the string for Intel persistent memory
* Various:
- SMBIOSCR00181: add support for RISC-V processors, add structure type 44 (processor-additional information)
- SMBIOSCR00183: add support for CXL Flexbus

### Changed

- Library versions for this version

|Library|Version|Description|
|:------|:------|:----------|
|iTin.Core| 1.0.0 | Common calls |
|iTin.Core.Interop| 1.0.0 | Interop calls |
|iTin.Core.Hardware| 1.0.0 | Hardware Interop Calls |
|iTin.Core.Hardware.Specification.Dmi|3.3.0.0| DMI Specification Implementation |
|iTin.Core.Hardware.Specification.Smbios|3.3.0.0| SMBIOS Specification Implementation |
|iTin.Core.Hardware.Specification.Tpm|1.0.0| TPM Specification Implementation |

## [1.1.0] - 2019-09-02

### Added
Expand Down Expand Up @@ -186,6 +215,7 @@ for more information, please see how to use it in the example project. On the ot
### Added
- Create project and first commit

[1.1.1]: https://github.com/iAJTin/iSMBIOS/releases/tag/v1.1.1
[1.1.0]: https://github.com/iAJTin/iSMBIOS/releases/tag/v1.1.0
[1.0.9]: https://github.com/iAJTin/iSMBIOS/releases/tag/v1.0.9
[1.0.8]: https://github.com/iAJTin/iSMBIOS/releases/tag/v1.0.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# What is iSMBIOS?
iSMBIOS is a lightweight implementation that allows us to obtain the SMBIOS information

This library fully implements DMTF Specification 3.2.0 and olders versions
This library fully implements DMTF Specification 3.3.0 and olders versions

For more information, please see [https://www.dmtf.org/standards/smbios](https://www.dmtf.org/standards/smbios)

Expand Down
23 changes: 22 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,31 @@ What is iSMBIOS?

iSMBIOS is a lightweight implementation that allows us to obtain the SMBIOS information

This library fully implements DMTF Specification 3.2.0 and olders versions
This library fully implements DMTF Specification 3.3.0 and olders versions

For more information, please see https://www.dmtf.org/standards/smbios

Library versions
================

Library versions for current iSMBIOS version (1.1.1)

•———————————————————————————————————————————————————————————————————————————————————————————•
| Library Version Description |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core 1.0.0 Common calls |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core.Interop 1.0.0 Interop calls |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core.Hardware 1.0.0 Hardware Interop Calls |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core.Hardware.Specification.Dmi 3.3.0.0 DMI Specification Implementation |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core.Hardware.Specification.Smbios 3.3.0.0 SMBIOS Specification Implementation |
•———————————————————————————————————————————————————————————————————————————————————————————•
|iTin.Core.Hardware.Specification.Tpm 1.0.0 TPM Specification Implementation |
•———————————————————————————————————————————————————————————————————————————————————————————•

Install via NuGet
=================

Expand Down
2 changes: 1 addition & 1 deletion nuget/BuildNuGet.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
CLS

..\src\.nuget\nuget Pack iSMBIOS.1.1.0.nuspec -NoDefaultExcludes -NoPackageAnalysis -OutputDirectory ..\deployment\nuget
..\src\.nuget\nuget Pack iSMBIOS.1.1.1.nuspec -NoDefaultExcludes -NoPackageAnalysis -OutputDirectory ..\deployment\nuget

pause

2 changes: 1 addition & 1 deletion nuget/iSMBIOS.1.1.0.nuspec → nuget/iSMBIOS.1.1.1.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>iSMBIOS</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>iSMBIOS</title>
<authors>iAJTin</authors>
<owners>iAJTin</owners>
Expand Down

0 comments on commit 77713fa

Please sign in to comment.