We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c89c26 commit 10ae3cdCopy full SHA for 10ae3cd
src/Runfs/Runfs.fsproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<!-- General -->
4
<AssemblyName>Runfs</AssemblyName>
5
- <Version>1.0.3</Version>
+ <Version>1.0.4</Version>
6
<Description>"dotnet run app.cs" functionality for F#.</Description>
7
<Copyright>Copyright 2025 by Martin521</Copyright>
8
<Authors>Martin521 and contributors</Authors>
@@ -14,7 +14,7 @@
14
<PackageTags>F#</PackageTags>
15
<PackAsTool>True</PackAsTool>
16
<ToolCommandName>runfs</ToolCommandName>
17
- <PackageReleaseNotes>https://github.com/Martin521/Runfs/CHANGELOG.md</PackageReleaseNotes>
+ <PackageReleaseNotes>https://github.com/Martin521/Runfs/blob/main/CHANGELOG.md</PackageReleaseNotes>
18
<PublishRepositoryUrl>true</PublishRepositoryUrl>
19
<PackageIcon>
20
</PackageIcon>
0 commit comments