Skip to content

Commit

Permalink
Removed beta suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Dec 20, 2022
1 parent e7c87b7 commit 9589a3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PnP/DeviceClassIds.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using System;
using System.Diagnostics.CodeAnalysis;

namespace Nefarius.Utilities.DeviceManagement.PnP;

/// <summary>
/// Provides common device class <see cref="Guid" />s.
/// </summary>
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public static class DeviceClassIds
{
/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions PnP/DeviceInterfaceIds.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;

namespace Nefarius.Utilities.DeviceManagement.PnP;

/// <summary>
/// Provides common device interface <see cref="Guid" />s.
/// </summary>
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public static class DeviceInterfaceIds
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.4.{build}-pre
version: 3.4.{build}
image: Visual Studio 2022
configuration:
- Release
Expand Down

0 comments on commit 9589a3f

Please sign in to comment.