Skip to content

Commit

Permalink
redefine package version
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Jun 3, 2023
1 parent b67bd65 commit 56e03c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP.csproj
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>net6.0;netstandard2.1</TargetFrameworks>
<VersionPrefix>0.1</VersionPrefix>
<VersionSuffix>template</VersionSuffix>
<VersionPrefix>1.0.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 -->
</PropertyGroup>
Expand Down

0 comments on commit 56e03c4

Please sign in to comment.