File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed
Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.8
4+
5+ ### changed
6+
7+ * msbuild version (security update)
8+
9+ ## 1.0.7
10+
11+ ### added
12+
13+ * better virtual project name, for better error messages
14+
315## 1.0.6
416
517### added
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Elsewhere
7575
7676Create a release
7777- Create the feature / fix on a new branch
78- - Update ` Version ` and ` PackageReleaseNotes ` in ` Runfs.fsproj `
78+ - Update ` Version ` and ` PackageReleaseNotes ` in ` Runfs.fsproj ` , and ` CHANGELOG.md `
7979- Create PR, wait for CI test, merge it
8080- Switch to main, ` git pull `
8181- ` git tag V.V.V && git push --tags ` , where ` V.V.V ` is the version
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <!-- General -->
44 <AssemblyName >Runfs</AssemblyName >
5- <Version >1.0.7 </Version >
5+ <Version >1.0.8 </Version >
66 <Description >"dotnet run app.cs" functionality for F#.</Description >
77 <Copyright >Copyright 2025 by Martin521</Copyright >
88 <Authors >Martin521 and contributors</Authors >
1515 <PackAsTool >True</PackAsTool >
1616 <ToolCommandName >runfs</ToolCommandName >
1717 <PackageReleaseNotes >
18- ## 1.0.7
18+ ## 1.0.8
1919
20- ### added
20+ ### changed
2121
22- * better virtual project name, for better error messages
23-
24- ## 1.0.6
25-
26- ### added
27-
28- * support for "source", "project" and "dll" reference directives
22+ * msbuild version (security update)
2923 </PackageReleaseNotes >
3024 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3125 <PackageIcon >
4741 </ItemGroup >
4842 <ItemGroup >
4943 <PackageReference Include =" FSharp.SystemTextJson" Version =" 1.4.36" />
50- <PackageReference Include =" FsToolkit.ErrorHandling" Version =" 5.0.1 " />
44+ <PackageReference Include =" FsToolkit.ErrorHandling" Version =" 5.1.0 " />
5145
52- <PackageReference Include =" Microsoft.Build" Version =" 17.14.8 " ExcludeAssets =" runtime" />
53- <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.9.1 " />
46+ <PackageReference Include =" Microsoft.Build" Version =" 17.14.28 " ExcludeAssets =" runtime" />
47+ <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.10.2 " />
5448 </ItemGroup >
5549</Project >
You can’t perform that action at this time.
0 commit comments