Skip to content

Commit c9b60ed

Browse files
committed
Merge branch 'v2.1.0'
2 parents 2ae5605 + caa26e4 commit c9b60ed

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Sina Tahoori
3+
Copyright (c) 2024 Keith Lewis
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ResumeSharpLib/ResumeSharpLib.csproj

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;net9.0</TargetFrameworks>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>ResumeSharpLib</PackageId>
88
<Description>A library for creating and manipulating Json Resume object it in C#</Description>
9-
<PackageLicenseUrl>https://github.com/jacrys/ResumeSharpLib/blob/master/LICENSE</PackageLicenseUrl>
109
<PackageProjectUrl>https://github.com/jacrys/ResumeSharpLib/</PackageProjectUrl>
11-
<Version>2.0.0</Version>
10+
<Version>2.1.0</Version>
1211
<Authors>jacrys</Authors>
1312
<PackageTags>Json , Resume , JsonResume</PackageTags>
14-
<PackageReleaseNotes>Upgraded compatibility, BREAKING CHANGE: The root namespace has changed to ResumeSharpLib, but the object has not changed names</PackageReleaseNotes>
13+
<PackageReleaseNotes># BREAKING CHANGE: The root namespace has changed to ResumeSharpLib, but the object has not changed names
14+
15+
* Added JsonJob to the library as well for Job Descriptions (https://jsonresume.org/job-description-schema/)</PackageReleaseNotes>
1516
<RepositoryType>public</RepositoryType>
1617
<RepositoryUrl>https://github.com/jacrys/ResumeSharpLib</RepositoryUrl>
1718
<RepositoryCommit></RepositoryCommit>
@@ -20,9 +21,14 @@
2021
<Title>ResumeSharpLib</Title>
2122
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2223
<PackageReadmeFile>README.md</PackageReadmeFile>
24+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2325
</PropertyGroup>
2426

2527
<ItemGroup>
28+
<None Include="..\LICENSE">
29+
<Pack>True</Pack>
30+
<PackagePath>\</PackagePath>
31+
</None>
2632
<None Include="..\README.md">
2733
<Pack>True</Pack>
2834
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)