Skip to content

Commit

Permalink
Merge pull request #5 from poveden/poveden/release-1.1.0
Browse files Browse the repository at this point in the history
Poveden/release 1.1.0
  • Loading branch information
poveden authored Nov 13, 2022
2 parents 2b9d0db + 9c698b4 commit cbfdc2a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.1.9",
"version": "5.1.11",
"commands": [
"reportgenerator"
]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/poveden/ChromaWrapper/compare/v1.0.0...HEAD)
## [1.1.0](https://github.com/poveden/ChromaWrapper/compare/v1.0.0...v1.1.0) — 2022-11-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.43.0.51858">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.48.0.56517">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/ChromaWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/poveden/ChromaWrapper</RepositoryUrl>
<Description>A .NET wrapper for the Razer Chroma SDK.</Description>
<PackageId>ChromaWrapper</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<RepositoryType>git</RepositoryType>
<Authors>Jorge Poveda Coma</Authors>
<PackageTags>Razer; Chroma; SDK</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions test/ChromaWrapper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<Import Project="$(MSBuildThisFileDirectory)..\Common.props" />

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit cbfdc2a

Please sign in to comment.