Skip to content

Commit

Permalink
Updated Intercom.nuspec and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonace committed Jun 27, 2023
1 parent 558ffb0 commit 3626bbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Intercom/Intercom.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<version>$version$</version>
<authors>gonace</authors>
<owners>gonace</owners>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET Client for Intercom!</description>
<summary></summary>
<license type="expression">MIT</license>
<projectUrl>https://github.com/gonace/Intercom</projectUrl>
<icon>assets\icon.png</icon>
<readme>assets\README.md</readme>
<repository type="git" url="https://github.com/gonace/Intercom" branch="master" />
<dependencies>
<group targetFramework="netstandard2.0">
Expand All @@ -30,7 +30,7 @@
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="..\README.md" target="assets\" />
<file src="..\assets\icon.png" target="assets\" />
<file src=".\bin\Release\netstandard2.0\*" target="lib\netstandard2.0\" />
<file src=".\bin\Release\netstandard2.1\*" target="lib\netstandard2.1\" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ Pull requests and features are happily considered! By participating in this proj

Fork, then clone the repo:
```
git clone [email protected]:your-username/intercom.git
git clone [email protected]:your-username/Intercom.git
```
Push to your fork and [submit a pull request](https://github.com/gonace/intercom/compare/)
Push to your fork and [submit a pull request](https://github.com/gonace/Intercom/compare/)

0 comments on commit 3626bbd

Please sign in to comment.