Skip to content

Commit

Permalink
Use version ranges for package references
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Nov 11, 2022
1 parent 1cdbec0 commit 6034e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [Sherlog.Appenders/1.0.3] - 2022-11-11
### Changed
- Use version ranges for package references

## [Sherlog.Appenders/1.0.2] - 2022-11-11
### Changed
- Revert using version ranges for package references
Expand Down
4 changes: 2 additions & 2 deletions src/Sherlog.Appenders/Sherlog.Appenders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Sherlog/Sherlog.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="TCPeasy" Version="1.0.0" />
<PackageReference Include="TCPeasy" Version="1.*" />
</ItemGroup>

</Project>

0 comments on commit 6034e32

Please sign in to comment.