Skip to content

Commit

Permalink
Merge branch 'v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacrys committed Dec 12, 2024
2 parents 2ae5605 + caa26e4 commit c9b60ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Sina Tahoori
Copyright (c) 2024 Keith Lewis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 10 additions & 4 deletions ResumeSharpLib/ResumeSharpLib.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net9.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>ResumeSharpLib</PackageId>
<Description>A library for creating and manipulating Json Resume object it in C#</Description>
<PackageLicenseUrl>https://github.com/jacrys/ResumeSharpLib/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jacrys/ResumeSharpLib/</PackageProjectUrl>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>jacrys</Authors>
<PackageTags>Json , Resume , JsonResume</PackageTags>
<PackageReleaseNotes>Upgraded compatibility, BREAKING CHANGE: The root namespace has changed to ResumeSharpLib, but the object has not changed names</PackageReleaseNotes>
<PackageReleaseNotes># BREAKING CHANGE: The root namespace has changed to ResumeSharpLib, but the object has not changed names

* Added JsonJob to the library as well for Job Descriptions (https://jsonresume.org/job-description-schema/)</PackageReleaseNotes>
<RepositoryType>public</RepositoryType>
<RepositoryUrl>https://github.com/jacrys/ResumeSharpLib</RepositoryUrl>
<RepositoryCommit></RepositoryCommit>
Expand All @@ -20,9 +21,14 @@
<Title>ResumeSharpLib</Title>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down

0 comments on commit c9b60ed

Please sign in to comment.