Skip to content

Commit 18e00c4

Browse files
committed
chore: Bump version to 4.4.0
1 parent 7384588 commit 18e00c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/NuGet.targets

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Authors>Pact Foundation</Authors>
44
<Company>Pact Foundation</Company>
5-
<Copyright>Copyright 2021 (c) Pact Foundation. All rights reserved.</Copyright>
5+
<Copyright>Copyright 2023 (c) Pact Foundation. All rights reserved.</Copyright>
66
<PackageProjectUrl>https://github.com/pact-foundation/pact-net</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/pact-foundation/pact-net</RepositoryUrl>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -14,9 +14,10 @@
1414
<DebugSymbols>true</DebugSymbols>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17-
<VersionPrefix>4.3.0</VersionPrefix>
17+
<VersionPrefix>4.4.0</VersionPrefix>
1818
<PackageReleaseNotes>
19-
v4.3.0
19+
v4.4.0
20+
- Upgrade to FFI v0.4.0
2021
</PackageReleaseNotes>
2122
</PropertyGroup>
2223
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)