Skip to content

Commit 41ff114

Browse files
committed
update assembly version
1 parent afe0e01 commit 41ff114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Smdn.Net.MuninNode.Hosting/Smdn.Net.MuninNode.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
8-
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionPrefix>3.1.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->

src/Smdn.Net.MuninNode/Smdn.Net.MuninNode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
8-
<VersionPrefix>2.4.0</VersionPrefix>
8+
<VersionPrefix>2.5.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
1111
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->

0 commit comments

Comments
 (0)