From 07255d225a8719e7162606734bbe45520123cfad Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Tue, 12 Sep 2023 13:38:45 +0200
Subject: [PATCH 1/6] Support Sourcelink and Deterministic Build
---
src/NSubstitute/NSubstitute.csproj | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/NSubstitute/NSubstitute.csproj b/src/NSubstitute/NSubstitute.csproj
index 010541fc..52d3afac 100644
--- a/src/NSubstitute/NSubstitute.csproj
+++ b/src/NSubstitute/NSubstitute.csproj
@@ -53,4 +53,12 @@
$(DefineConstants);SYSTEM_DIAGNOSTICS_CODEANALYSIS_NULLABILITY
+
+
+ true
+ true
+
+
+
+
From 496e3eac778eb263d1ffe040478999022e721f05 Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Wed, 27 Sep 2023 20:09:37 +0200
Subject: [PATCH 2/6] Update NSubstitute.csproj
RepositoryUrl + RepositoryType
---
src/NSubstitute/NSubstitute.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/NSubstitute/NSubstitute.csproj b/src/NSubstitute/NSubstitute.csproj
index 52d3afac..3e004471 100644
--- a/src/NSubstitute/NSubstitute.csproj
+++ b/src/NSubstitute/NSubstitute.csproj
@@ -10,6 +10,8 @@
icon.png
https://nsubstitute.github.io/
BSD-3-Clause
+ https://github.com/nsubstitute/NSubstitute
+ git
From d073e9713ee8fca42259cd5d910cb21e9c75afa7 Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Wed, 27 Sep 2023 20:20:46 +0200
Subject: [PATCH 3/6] SymbolPackageFormat
---
src/NSubstitute/NSubstitute.csproj | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/NSubstitute/NSubstitute.csproj b/src/NSubstitute/NSubstitute.csproj
index 3e004471..cfc405fe 100644
--- a/src/NSubstitute/NSubstitute.csproj
+++ b/src/NSubstitute/NSubstitute.csproj
@@ -56,9 +56,10 @@
-
+
true
true
+ snupkg
From c99f583d0e8d415ef45038c38cd74cc1d6006348 Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Wed, 27 Sep 2023 20:22:38 +0200
Subject: [PATCH 4/6] snupkg
---
appveyor.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
index 01878e15..65ae2918 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,5 +18,8 @@ artifacts:
- path: bin\Release\NSubstitute\*.nupkg
name: NuGet
+- path: bin\Release\NSubstitute\*.snupkg
+ name: NuGet
+
- path: bin\Release\nsubstitute.github.com
name: website
From b0ac750f97c3cc11407ab5d87d02cd4d68dfae6c Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Wed, 27 Sep 2023 20:57:03 +0200
Subject: [PATCH 5/6] IncludeSymbols
---
src/NSubstitute/NSubstitute.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/NSubstitute/NSubstitute.csproj b/src/NSubstitute/NSubstitute.csproj
index cfc405fe..b1611cf7 100644
--- a/src/NSubstitute/NSubstitute.csproj
+++ b/src/NSubstitute/NSubstitute.csproj
@@ -59,6 +59,7 @@
true
true
+ true
snupkg
From b1f0dd6d57b9d72f2ee14912c34a8d37ee1f4d66 Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Wed, 27 Sep 2023 21:13:47 +0200
Subject: [PATCH 6/6] Update CHANGELOG.md
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbaef5a3..d30f2a59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### vNext
+
+* [NEW] Support for Sourcelink and Deterministic Build (#737)
+
### 5.1.0 (Sep 2023)
* [DOC] Add clickable headings. Thanks @jheinath! (#729)