Skip to content

Commit ef185af

Browse files
committed
update assembly version
1 parent 462a2c8 commit ef185af

2 files changed

Lines changed: 2 additions & 90 deletions

File tree

src/Smdn.Devices.BP35XX/CompatibilitySuppressions.xml

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/Smdn.Devices.BP35XX/Smdn.Devices.BP35XX.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<TargetFrameworks>net8.0;net6.0;netstandard2.1</TargetFrameworks>
8-
<VersionPrefix>1.0.0</VersionPrefix>
8+
<VersionPrefix>2.0.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
10-
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
10+
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
1111
<Nullable>enable</Nullable>
1212
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
1313
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->

0 commit comments

Comments
 (0)