Skip to content

Commit

Permalink
update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Jan 8, 2024
1 parent 50fbe31 commit d9122eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SPDX-License-Identifier: MIT
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
<Nullable>enable</Nullable>
Expand Down

0 comments on commit d9122eb

Please sign in to comment.