Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jan 27, 2025
2 parents cf1da78 + 19cc69e commit d5bcc59
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ

## 履歴

* 3.11.0:
* GitReaderを1.9.0に上げました。
* 3.10.0:
* 環境によって.NET 9.0 SDK以上でビルド出来ない場合があるのを修正。
* 3.9.0:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ When you are using a nuspec file to generate a NuGet package, there are addition

## History

* 3.11.0:
* Updated GitReader to 1.9.0.
* 3.10.0:
* Fixed a bug that prevented building on .NET 9.0 SDK or upper, depending on the environment.
* 3.9.0:
Expand Down
4 changes: 2 additions & 2 deletions RelaxVersioner.Core/RelaxVersioner.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitReader" Version="1.8.0" />
<PackageReference Include="GitReader" Version="1.9.0" />
<PackageReference Include="NamingFormatter" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.9.0" PrivateAssets="all" />
Include="RelaxVersioner" Version="3.10.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RelaxVersioner.Tasks/RelaxVersioner.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.9.0" PrivateAssets="all" />
Include="RelaxVersioner" Version="3.10.0" PrivateAssets="all" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion RelaxVersioner/RelaxVersioner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.9.0" PrivateAssets="all" />
Include="RelaxVersioner" Version="3.10.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d5bcc59

Please sign in to comment.