Skip to content

Commit 8c335be

Browse files
committed
fix: corrects reference to source code page
1 parent 2cdacc2 commit 8c335be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ProjectR.Sample/ProjectR.Sample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

ProjectR/ProjectR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Description>
1717
ProjectR: Unopinionated object mapping. No black magic. Just your rules, transparently automated.
1818
</Description>
19-
<RepositoryUrl>https://github.com/lucafabbri/TransactR</RepositoryUrl>
19+
<RepositoryUrl>https://github.com/lucafabbri/ProjectR</RepositoryUrl>
2020
<PackageTags>mapper;lucafabbri</PackageTags>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)