JamieMagee.MicrosoftSecurityUpdates.Schema 0.1.2

This package has a SemVer 2.0.0 package version: 0.1.2+build.35.
dotnet add package JamieMagee.MicrosoftSecurityUpdates.Schema --version 0.1.2
NuGet\Install-Package JamieMagee.MicrosoftSecurityUpdates.Schema -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JamieMagee.MicrosoftSecurityUpdates.Schema" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JamieMagee.MicrosoftSecurityUpdates.Schema --version 0.1.2
#r "nuget: JamieMagee.MicrosoftSecurityUpdates.Schema, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JamieMagee.MicrosoftSecurityUpdates.Schema as a Cake Addin
#addin nuget:?package=JamieMagee.MicrosoftSecurityUpdates.Schema&version=0.1.2

// Install JamieMagee.MicrosoftSecurityUpdates.Schema as a Cake Tool
#tool nuget:?package=JamieMagee.MicrosoftSecurityUpdates.Schema&version=0.1.2

Microsoft Security Updates Client

GitHub Workflow Status NuGet Package Version NuGet Package Downloads MIT License

An unofficial .NET API client for the MSRC CVRF API

Usage

  1. dotnet add package JamieMagee.MicrosoftSecurityUpdates.Client
  2. Create an instance of MicrosoftSecurityUpdatesClient:
using var client = new MicrosoftSecurityUpdatesClient();
  1. Use the client to get information about security updates:
// Get all updates
var updates = await client.GetUpdatesAsync();
// Get all updates by year or month
var updates2022 = await client.GetUpdatesAsync("2022");
var updates2022Dec = await client.GetUpdatesAsync("2022-Dec");
// Get CVRF by month
var cvrf2022Dec = await client.GetCvrfByIdAsync("2022-Dec");

License

All packages in this repository are licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JamieMagee.MicrosoftSecurityUpdates.Schema:

Package Downloads
JamieMagee.MicrosoftSecurityUpdates.Client

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 100 3/2/2023
0.0.0-alpha.0.10 63 2/16/2023
0.0.0-alpha.0.8 61 2/16/2023