Skip to content

Commit fb53ac2

Browse files
committed
refactor assembly attributes and package properties
1 parent fd7dac5 commit fb53ac2

File tree

45 files changed

+135
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+135
-133
lines changed

src/Smdn.Fundamental.Buffer/Smdn.Fundamental.Buffer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.ByteString/Smdn.Fundamental.ByteString.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ SPDX-License-Identifier: MIT
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
</PropertyGroup>
1313

14-
<PropertyGroup Label="metadata">
14+
<PropertyGroup Label="assembly attributes">
1515
<CopyrightYear>2021</CopyrightYear>
16+
</PropertyGroup>
1617

17-
<!-- NuGet -->
18-
<!--<PackageTags></PackageTags>-->
18+
<PropertyGroup Label="package properties">
1919
</PropertyGroup>
2020

2121
<ItemGroup>

src/Smdn.Fundamental.Collection/Smdn.Fundamental.Collection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.ControlPicture/Smdn.Fundamental.ControlPicture.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.CryptoTransform/Smdn.Fundamental.CryptoTransform.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.Csv/Smdn.Fundamental.Csv.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ SPDX-License-Identifier: MIT
1111
<AllowUnsafeBlocks Condition="$(TargetFramework.StartsWith('net4')) or $(TargetFramework.StartsWith('netstandard1')) or $(TargetFramework.StartsWith('netstandard2.0'))">true</AllowUnsafeBlocks>
1212
</PropertyGroup>
1313

14-
<PropertyGroup Label="metadata">
14+
<PropertyGroup Label="assembly attributes">
1515
<CopyrightYear>2021</CopyrightYear>
16+
</PropertyGroup>
1617

17-
<!-- NuGet -->
18-
<!--<PackageTags></PackageTags>-->
18+
<PropertyGroup Label="package properties">
1919
</PropertyGroup>
2020

2121
<ItemGroup>

src/Smdn.Fundamental.Encoding.Buffer/Smdn.Fundamental.Encoding.Buffer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.Encoding.OctetEncoding/Smdn.Fundamental.Encoding.OctetEncoding.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.Encoding/Smdn.Fundamental.Encoding.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Smdn.Fundamental.Exception/Smdn.Fundamental.Exception.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Label="metadata">
13+
<PropertyGroup Label="assembly attributes">
1414
<CopyrightYear>2021</CopyrightYear>
15+
</PropertyGroup>
1516

16-
<!-- NuGet -->
17-
<!--<PackageTags></PackageTags>-->
17+
<PropertyGroup Label="package properties">
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)