Skip to content

Commit e44da4e

Browse files
committed
chore: fixed license location
1 parent 6324b95 commit e44da4e

File tree

1 file changed

+54
-52
lines changed

1 file changed

+54
-52
lines changed
Lines changed: 54 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,61 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Description>A library that allows you to Maps properties from a source object or class to a template string and returns the result. This is useful for dynamically generating strings based on object properties.</Description>
6-
<Copyright>Crudsoft Technologies @ 2023</Copyright>
7-
<PackageProjectUrl>https://github.com/swagfin/ObjectSemantics.NET</PackageProjectUrl>
8-
<PackageIcon>icon.jpg</PackageIcon>
9-
<PackageIconUrl />
10-
<RepositoryUrl>https://github.com/swagfin/ObjectSemantics.NET</RepositoryUrl>
11-
<RepositoryType>git</RepositoryType>
12-
<PackageReleaseNotes>v.6.0.3
13-
1. Added encoding string formattings
14-
ToMD5
15-
ToBase64
16-
FromBase64
17-
2. added extention to allow mapping directly from Template</PackageReleaseNotes>
18-
<AssemblyVersion>6.0.3</AssemblyVersion>
19-
<FileVersion>6.0.3</FileVersion>
20-
<Version>6.0.3</Version>
21-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
22-
<ApplicationIcon></ApplicationIcon>
23-
<PackageReadmeFile>README.md</PackageReadmeFile>
24-
<PackageTags>ObjectMapper;Mapper;Formatter;ClassMapper;ClassToString;TemplateMapper; AutoMapper</PackageTags>
25-
<Title>ObjectSemantics.NET</Title>
26-
<Authors>swagfin</Authors>
27-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
28-
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
29-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>A library that allows you to Maps properties from a source object or class to a template string and returns the result. This is useful for dynamically generating strings based on object properties.</Description>
6+
<Copyright>Crudsoft Technologies @ 2023</Copyright>
7+
<PackageProjectUrl>https://github.com/swagfin/ObjectSemantics.NET</PackageProjectUrl>
8+
<PackageIcon>icon.jpg</PackageIcon>
9+
<PackageIconUrl />
10+
<RepositoryUrl>https://github.com/swagfin/ObjectSemantics.NET</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<PackageReleaseNotes>
13+
v.6.0.3
14+
1. Added encoding string formattings
15+
ToMD5
16+
ToBase64
17+
FromBase64
18+
2. added extention to allow mapping directly from Template
19+
</PackageReleaseNotes>
20+
<AssemblyVersion>6.0.3</AssemblyVersion>
21+
<FileVersion>6.0.3</FileVersion>
22+
<Version>6.0.3</Version>
23+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
24+
<ApplicationIcon></ApplicationIcon>
25+
<PackageReadmeFile>README.md</PackageReadmeFile>
26+
<PackageTags>ObjectMapper;Mapper;Formatter;ClassMapper;ClassToString;TemplateMapper; AutoMapper</PackageTags>
27+
<Title>ObjectSemantics.NET</Title>
28+
<Authors>swagfin</Authors>
29+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
30+
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
31+
</PropertyGroup>
3032

31-
<ItemGroup>
32-
<Compile Remove="Logic\**" />
33-
<EmbeddedResource Remove="Logic\**" />
34-
<None Remove="Logic\**" />
35-
</ItemGroup>
33+
<ItemGroup>
34+
<Compile Remove="Logic\**" />
35+
<EmbeddedResource Remove="Logic\**" />
36+
<None Remove="Logic\**" />
37+
</ItemGroup>
3638

37-
<ItemGroup>
38-
<None Include="..\..\SemanticBackup\LICENSE">
39-
<Pack>True</Pack>
40-
<PackagePath>\</PackagePath>
41-
</None>
42-
<None Include="..\README.md">
43-
<Pack>True</Pack>
44-
<PackagePath>\</PackagePath>
45-
</None>
46-
</ItemGroup>
39+
<ItemGroup>
40+
<None Include="..\LICENSE">
41+
<Pack>True</Pack>
42+
<PackagePath>\</PackagePath>
43+
</None>
44+
<None Include="..\README.md">
45+
<Pack>True</Pack>
46+
<PackagePath>\</PackagePath>
47+
</None>
48+
</ItemGroup>
4749

48-
<ItemGroup>
49-
<None Update="icon.jpg">
50-
<Pack>True</Pack>
51-
<PackagePath>\</PackagePath>
52-
</None>
53-
<None Update="README.md">
54-
<Pack>True</Pack>
55-
<PackagePath>\</PackagePath>
56-
</None>
57-
</ItemGroup>
50+
<ItemGroup>
51+
<None Update="icon.jpg">
52+
<Pack>True</Pack>
53+
<PackagePath>\</PackagePath>
54+
</None>
55+
<None Update="README.md">
56+
<Pack>True</Pack>
57+
<PackagePath>\</PackagePath>
58+
</None>
59+
</ItemGroup>
5860

5961
</Project>

0 commit comments

Comments
 (0)