We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdacc2 commit 8c335beCopy full SHA for 8c335be
2 files changed
ProjectR.Sample/ProjectR.Sample.csproj
@@ -5,6 +5,7 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
+ <IsPackable>false</IsPackable>
9
</PropertyGroup>
10
11
<ItemGroup>
ProjectR/ProjectR.csproj
@@ -16,7 +16,7 @@
16
<Description>
17
ProjectR: Unopinionated object mapping. No black magic. Just your rules, transparently automated.
18
</Description>
19
- <RepositoryUrl>https://github.com/lucafabbri/TransactR</RepositoryUrl>
+ <RepositoryUrl>https://github.com/lucafabbri/ProjectR</RepositoryUrl>
20
<PackageTags>mapper;lucafabbri</PackageTags>
21
<PackageReadmeFile>README.md</PackageReadmeFile>
22
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments