Skip to content

Commit

Permalink
Time for 8.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBock committed Apr 16, 2024
1 parent 4b5afba commit 1a06787
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.1.0] - Not Yet Released
## [8.1.0] - 2024-04-16

### Changed

- Open generics are now supported (e.g. `[RockCreate(typeof(IService<>))]`) (issue [#287](https://github.com/JasonBock/Rocks/issues/287))
- Changed how handlers were managed in a mock (issue [#302](https://github.com/JasonBock/Rocks/issues/302))
- Made minor updates to improve performance (issue [#298](https://github.com/JasonBock/Rocks/issues/298))
- Added support for `scoped` parameters (issue [#304](https://github.com/JasonBock/Rocks/issues/304))
- Removed the member descriptions in generated code, and replaced with run-time discovery (issue [#307](https://github.com/JasonBock/Rocks/issues/307))
- Open generics are now supported (e.g. `[RockCreate(typeof(IService<>))]`) (issue [#287](https://github.com/JasonBock/Rocks/issues/287))

## [8.0.0] - 2024-01-22

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>8.0.0</Version>
<Version>8.1.0</Version>
</PropertyGroup>
</Project>
16 changes: 9 additions & 7 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="AutoMapper" Version="13.0.1" />
<PackageVersion Include="Avalonia" Version="11.0.10" />
<PackageVersion Include="AWSSDK.Core" Version="3.7.303.12" />
<PackageVersion Include="AWSSDK.Core" Version="3.7.303.13" />
<PackageVersion Include="Azure.Core" Version="1.38.0" />
<PackageVersion Include="Azure.Core.Amqp" Version="1.3.0" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.17.5" />
Expand All @@ -23,7 +23,7 @@
<PackageVersion Include="ClangSharp" Version="17.0.1" />
<PackageVersion Include="Confluent.Kafka" Version="2.3.0" />
<PackageVersion Include="Coravel" Version="5.0.3" />
<PackageVersion Include="Csla" Version="8.0.0" />
<PackageVersion Include="Csla" Version="8.0.1" />
<PackageVersion Include="CsvHelper" Version="31.0.3" />
<PackageVersion Include="Cursively" Version="1.2.0" />
<PackageVersion Include="Dapper" Version="2.1.35" />
Expand Down Expand Up @@ -63,16 +63,18 @@
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Resilience" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="8.0.0-preview.1.23557.2" />
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.6.0" />
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.6.1" />
<PackageVersion Include="Microsoft.Kiota.Abstractions" Version="1.8.1" />
<PackageVersion Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageVersion Include="Microsoft.Orleans.Core" Version="8.0.0" />
<PackageVersion Include="Microsoft.Quantum.Standard" Version="0.28.302812" />
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.7.1" />
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.7.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Mono.Cecil" Version="0.11.5" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="Mscc.GenerativeAI" Version="1.1.0" />
<PackageVersion Include="Mscc.GenerativeAI" Version="1.1.1" />
<PackageVersion Include="NetArchTest.Rules" Version="1.3.2" />
<PackageVersion Include="NetFabric.Numerics.Tensors" Version="4.0.0" />
<PackageVersion Include="Ninject" Version="4.0.0-beta.1" />
Expand Down Expand Up @@ -103,10 +105,10 @@
<PackageVersion Include="Sigil" Version="5.0.0" />
<PackageVersion Include="Silk.NET" Version="2.20.0" />
<PackageVersion Include="SimpleInjector" Version="5.4.4" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageVersion Include="SkiaSharp" Version="2.88.7" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageVersion Include="SkiaSharp" Version="2.88.8" />
<PackageVersion Include="StackExchange.Redis" Version="2.7.33" />
<PackageVersion Include="Stripe.net" Version="43.23.0" />
<PackageVersion Include="Stripe.net" Version="44.0.0" />
<PackageVersion Include="Sylvan.Data.Csv" Version="1.3.7" />
<PackageVersion Include="System.Interactive.Async" Version="6.0.1" />
<PackageVersion Include="System.IO.Abstractions" Version="21.0.2" />
Expand Down

0 comments on commit 1a06787

Please sign in to comment.