Skip to content

Smdn.MSBuild.ProjectAssets.Library version 1.4.8

Compare
Choose a tag to compare
@smdn smdn released this 15 Apr 23:46
· 518 commits to main since this release
2de9753

Released package

Release notes

The full release notes are available at gist.

Change log

Change log in this release:

Full changes

Full changes in this release:
diff --git a/src/Smdn.MSBuild.ProjectAssets.Library/Smdn.MSBuild.ProjectAssets.Library.csproj b/src/Smdn.MSBuild.ProjectAssets.Library/Smdn.MSBuild.ProjectAssets.Library.csproj
index f679a4fe..de46c915 100644
--- a/src/Smdn.MSBuild.ProjectAssets.Library/Smdn.MSBuild.ProjectAssets.Library.csproj
+++ b/src/Smdn.MSBuild.ProjectAssets.Library/Smdn.MSBuild.ProjectAssets.Library.csproj
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
   <Import Project="$(MSBuildThisFileDirectory)..\..\eng\ProjectSettings.NoAssembliesNoBuild.props" />
 
   <PropertyGroup>
-    <VersionPrefix>1.4.7</VersionPrefix>
+    <VersionPrefix>1.4.8</VersionPrefix>
     <VersionSuffix></VersionSuffix>
     <DevelopmentDependency>true</DevelopmentDependency>
   </PropertyGroup>
diff --git a/src/Smdn.MSBuild.ProjectAssets.Library/project/StyleCop.Analyzers.ruleset b/src/Smdn.MSBuild.ProjectAssets.Library/project/StyleCop.Analyzers.ruleset
index ee7354f4..6f4132c5 100644
--- a/src/Smdn.MSBuild.ProjectAssets.Library/project/StyleCop.Analyzers.ruleset
+++ b/src/Smdn.MSBuild.ProjectAssets.Library/project/StyleCop.Analyzers.ruleset
@@ -85,7 +85,7 @@
     <Rule Id="SA1200"  Action="None" />             <!-- Using directives should be placed correctly -->
     <Rule Id="SA1201"  Action="None" />             <!-- Elements should appear in the correct order -->
     <Rule Id="SA1202"  Action="None" />             <!-- Elements should be ordered by access -->
-    <Rule Id="SA1203"  Action="Warning" />          <!-- Constants should appear before fields -->
+    <Rule Id="SA1203"  Action="Info" />             <!-- Constants should appear before fields -->
     <Rule Id="SA1204"  Action="None" />             <!-- Static elements should appear before instance elements -->
     <Rule Id="SA1205"  Action="None" />             <!-- Partial elements should declare access -->
     <Rule Id="SA1206"  Action="Warning" />          <!-- Declaration keywords should follow order -->

Notes

Full Changelog: releases/Smdn.MSBuild.ProjectAssets.Library-1.4.7...releases/Smdn.MSBuild.ProjectAssets.Library-1.4.8