Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smdn/cab0a1c81f2d14c41fa5b1ebeb07de1c to your computer and use it in GitHub Desktop.
Save smdn/cab0a1c81f2d14c41fa5b1ebeb07de1c to your computer and use it in GitHub Desktop.
Smdn.MSBuild.DefineConstants.NETSdkApi 1.1.0.1 Release Notes

main/Smdn.MSBuild.DefineConstants.NETSdkApi-1.1.0.1

diff --git a/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Directory.Build.targets b/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Directory.Build.targets
index a7ac7a8b..e7351ed4 100644
--- a/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Directory.Build.targets
+++ b/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Directory.Build.targets
@@ -7,12 +7,12 @@ SPDX-License-Identifier: MIT
<Import Project="build\$(AssemblyName).targets" />
<PropertyGroup>
- <NupkgReadmeFileName>README.md</NupkgReadmeFileName>
- <NupkgReadmeFileOutputPath>$(OutputPath)$(NupkgReadmeFileName)</NupkgReadmeFileOutputPath>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <NupkgReadmeFileOutputPath>$(OutputPath)$(PackageReadmeFile)</NupkgReadmeFileOutputPath>
</PropertyGroup>
<ItemGroup>
- <None Include="$(NupkgReadmeFileOutputPath)" Pack="true" PackagePath="$(NupkgReadmeFileName)" />
+ <None Include="$(NupkgReadmeFileOutputPath)" Pack="true" PackagePath="$(PackageReadmeFile)" />
</ItemGroup>
<!-- overrides the target GenerateNupkgReadmeFile from Smdn.MSBuild.ProjectAssets.Library -->
diff --git a/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj b/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj
index c12c8dfe..3cff3fbe 100644
--- a/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj
+++ b/src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6</TargetFrameworks>
- <VersionPrefix>1.1.0</VersionPrefix>
+ <VersionPrefix>1.1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<NoBuild>true</NoBuild>
<IncludeBuildOutput>false</IncludeBuildOutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment