Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jul 31, 2023
1 parent 12cfe8f commit ebf7b29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Remora.Sdk/Remora.Sdk.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<Title>Remora.Sdk</Title>
<Description>Provides default properties and targets for Remora-style projects.</Description>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionPrefix>2.1.2</VersionPrefix>
<PackageReleaseNotes>
Update nuget packages.
Ensure paths are clean on Linux.
Expand Down
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Remora.Tests.Sdk.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<Title>Remora.Tests.Sdk</Title>
<Description>Provides default properties and targets for Remora-style unit test projects.</Description>
<VersionPrefix>2.0.5</VersionPrefix>
<VersionPrefix>2.0.6</VersionPrefix>
<PackageReleaseNotes>
Update dependencies.
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Defaults for centrally managed package versions -->
<Import Project="Sdk.Packages.props" />

<Import Project="Sdk.props" Sdk="Remora.Sdk" Version="2.1.1" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.props" Sdk="Remora.Sdk" Version="2.1.2" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="../../Remora.Sdk/Sdk/Sdk.props" Condition="'$(_RemoraInSourceBuild)' == 'true'"/>

<!-- Override target frameworks -->
Expand Down
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
</Choose>

<!-- Import at last to respect set properties -->
<Import Project="Sdk.targets" Sdk="Remora.Sdk" Version="2.1.1" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.targets" Sdk="Remora.Sdk" Version="2.1.2" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="../../Remora.Sdk/Sdk/Sdk.targets" Condition="'$(_RemoraInSourceBuild)' == 'true'"/>
</Project>

0 comments on commit ebf7b29

Please sign in to comment.