Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
3.0.0 was an older, broken version that is unlisted.
  • Loading branch information
Nihlus committed Nov 20, 2023
1 parent 5f8de5d commit a17eae2
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>3.0.0</VersionPrefix>
<VersionPrefix>3.0.1</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>3.0.0</VersionPrefix>
<VersionPrefix>3.0.1</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="3.0.0" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.props" Sdk="Remora.Sdk" Version="3.0.1" 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="3.0.0" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.targets" Sdk="Remora.Sdk" Version="3.0.1" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="../../Remora.Sdk/Sdk/Sdk.targets" Condition="'$(_RemoraInSourceBuild)' == 'true'"/>
</Project>

0 comments on commit a17eae2

Please sign in to comment.