Skip to content

Commit 387751c

Browse files
committed
update assembly version
1 parent ef7f10c commit 387751c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
55
<Project>
66
<PropertyGroup>
77
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi.Core</RootNamespace>
8-
<VersionPrefix>1.6.1</VersionPrefix>
8+
<VersionPrefix>1.6.2</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks</RootNamespace>
9-
<VersionPrefix>1.8.1</VersionPrefix>
9+
<VersionPrefix>1.8.2</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1212

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
88
<PackAsTool>true</PackAsTool>
99
<TargetFrameworks>net10.0;net8.0<!-- ;net472 --></TargetFrameworks>
1010
<ToolCommandName>list-api</ToolCommandName>
11-
<VersionPrefix>1.6.1</VersionPrefix>
11+
<VersionPrefix>1.6.2</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<IsAotCompatible>false</IsAotCompatible>
1414
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->

0 commit comments

Comments
 (0)