Skip to content

Commit ee3e4e3

Browse files
authored
Merge pull request #92 from JohnTheGr8/master
fix for values left unset in the fsproj file
2 parents 865a30d + 358e284 commit ee3e4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Content/src/MyLib.1/MyLib.1.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
1111
<PackageTags>f#, fsharp</PackageTags>
1212
<PackageProjectUrl>https://github.com/MyGithubUsername/MyLib.1</PackageProjectUrl>
13-
<PackageLicenseUrl>https://github.com/MyGithubUsername/MyLib/blob/master/LICENSE.md</PackageLicenseUrl>
13+
<PackageLicenseUrl>https://github.com/MyGithubUsername/MyLib.1/blob/master/LICENSE.md</PackageLicenseUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryType>git</RepositoryType>
16-
<Authors>MyUsername</Authors>
16+
<Authors>MyGithubUsername</Authors>
1717
<RepositoryUrl>https://github.com/MyGithubUsername/MyLib.1</RepositoryUrl>
1818
<!-- owners is not supported in MSBuild -->
1919
</PropertyGroup>

0 commit comments

Comments
 (0)