Skip to content

Commit

Permalink
🔖 🚑 修复由于失误忘记添加的内容
Browse files Browse the repository at this point in the history
Signed-off-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
  • Loading branch information
frg2089 committed Apr 24, 2023
1 parent 6844686 commit ec0e1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builds/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ShimakazeSdkSlnFolder>$([MSBuild]::NormalizeDirectory('$(ShimakazeSdkRootFolder)', 'sln'))</ShimakazeSdkSlnFolder>
<MSBuildProjectNameWithoutTests>$(MSBuildProjectName.Replace('.Tests', ''))</MSBuildProjectNameWithoutTests>
<MSBuildProjectNameWithoutAbstractions>$(MSBuildProjectName.Replace('.Abstractions', ''))</MSBuildProjectNameWithoutAbstractions>
<Version>0.0.1-preview.1</Version>
<Version>0.0.1-preview.2</Version>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)SolutionGenerator.props" />
Expand Down
1 change: 1 addition & 0 deletions sdks/Shimakaze.Sdk.RA2/Shimakaze.Sdk.RA2.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ItemGroup>
<None Include="Sdk\**" Pack="True" PackagePath="Sdk" />
<None Include="lib\**" Pack="True" PackagePath="lib" />
<None Include="targets\**" Pack="True" PackagePath="targets" />
<None Include="ReadMe.md" Pack="True" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit ec0e1d7

Please sign in to comment.