Skip to content

Commit bec3bd3

Browse files
committed
Prepare patch release.
1 parent 7fb0476 commit bec3bd3

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Funcky.Analyzers/Funcky.Analyzers.Package/Funcky.Analyzers.Package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313
<PropertyGroup Label="NuGet Metadata">
1414
<PackageId>Funcky.Analyzers</PackageId>
15-
<PackageVersion>1.4.0</PackageVersion>
15+
<PackageVersion>1.4.1</PackageVersion>
1616
<Description>Analyzers to guide to the correct usage of Funcky.</Description>
1717
<PackageTags>funcky, analyzers, roslyn</PackageTags>
1818
<DevelopmentDependency>true</DevelopmentDependency>

Funcky.Async/Funcky.Async.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<Description>Extends Funcky with support for IAsyncEnumerable and Tasks.</Description>
77
<PackageTags>Functional Async Monad Linq</PackageTags>
8-
<Version>1.4.0</Version>
8+
<Version>1.4.1</Version>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
</PropertyGroup>

Funcky.Xunit/Funcky.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<Description>Package to use Funcky with xUnit</Description>
77
<PackageTags>Functional Monad xUnit</PackageTags>
8-
<Version>2.1.0</Version>
8+
<Version>2.1.1</Version>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
<RootNamespace>Funcky</RootNamespace>

Funcky/Funcky.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Product>Funcky</Product>
77
<Description>Funcky is a functional C# library</Description>
88
<PackageTags>Functional Monad Linq</PackageTags>
9-
<VersionPrefix>3.5.0</VersionPrefix>
9+
<VersionPrefix>3.5.1</VersionPrefix>
1010
<IncludeSymbols>true</IncludeSymbols>
1111
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
Funcky adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Funcky 3.5.1 | Funcky.Async 1.4.1 | Funcky.Xunit 2.1.1 | Funcky.Analyzers 1.4.1
6+
7+
This is a patch release which fixes vulnerability warnings of (direct and transitive) dependencies.
8+
59
## Funcky 3.5.0 | Funcky.Async 1.4.0 | Funcky.Xunit 2.1.0 | Funcky.Analyzers 1.4.0
610
This update is mainly to update to .NET 9 but also has several smaller improvements.
711

0 commit comments

Comments
 (0)