We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6571c5e commit 2710bb4Copy full SHA for 2710bb4
1 file changed
src/Runfs/Runfs.fsproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<!-- General -->
4
<AssemblyName>Runfs</AssemblyName>
5
- <Version>1.0.6</Version>
+ <Version>1.0.7</Version>
6
<Description>"dotnet run app.cs" functionality for F#.</Description>
7
<Copyright>Copyright 2025 by Martin521</Copyright>
8
<Authors>Martin521 and contributors</Authors>
@@ -15,6 +15,12 @@
15
<PackAsTool>True</PackAsTool>
16
<ToolCommandName>runfs</ToolCommandName>
17
<PackageReleaseNotes>
18
+## 1.0.7
19
+
20
+### added
21
22
+* better virtual project name, for better error messages
23
24
## 1.0.6
25
26
### added
0 commit comments