summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2022-04-20 19:54:39 -0400
committerGitHub <noreply@github.com>2022-04-21 01:54:39 +0200
commit272876edaee628787b4dd5b3715e7a5e076a8176 (patch)
treec1de22a7924764b4f9311ac08e1016e802845f59 /nixos
parenta67f6e2f478cdcb979e634c7c1145a9e99f638b3 (diff)
downloadnixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar.gz
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar.bz2
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar.lz
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar.xz
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.tar.zst
nixpkgs-272876edaee628787b4dd5b3715e7a5e076a8176.zip
ionide.ionide-fsharp: 5.11.0 -> 6.0.1 (#168874)
* ionide.ionide-fsharp: 5.11.0 -> 6.0.0

* doc/release-notes: document .NET 6 requirement for Ionide

* ionide: 6.0.0 -> 6.0.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index c8a942f2abb..c2cc42b708f 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -2152,6 +2152,12 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>vscode-extensions.ionide.ionide-fsharp</literal>
+          package has been updated to 6.0.0 and now requires .NET 6.0.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>zrepl</literal> package has been updated from
           0.4.0 to 0.5:
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 809f6f9068e..530a7394139 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -774,6 +774,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `security.pam.ussh` has been added, which allows authorizing PAM sessions based on SSH _certificates_ held within an SSH agent, using [pam-ussh](https://github.com/uber/pam-ussh).
 
+- The `vscode-extensions.ionide.ionide-fsharp` package has been updated to 6.0.0 and now requires .NET 6.0.
+
 - The `zrepl` package has been updated from 0.4.0 to 0.5:
 
   - The RPC protocol version was bumped; all zrepl daemons in a setup must be updated and restarted before replication can resume.