Skip to content

Commit

Permalink
Add Editor nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Jan 2, 2019
1 parent df9a647 commit 26f2fad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*.nupkg

# Autosave files
*~
.vs
Expand Down
24 changes: 24 additions & 0 deletions CLanguage.Editor.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>CLanguage.Editor</id>
<version>1.0.0</version>
<authors>praeclarum</authors>
<owners>praeclarum</owners>
<licenseUrl>https://github.com/praeclarum/CLanguage/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/praeclarum/CLanguage</projectUrl>
<iconUrl>https://github.com/praeclarum/CLanguage/raw/master/Documentation/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Syntax highlighting code editor for CLanguage</description>
<tags>C;Compiler;Interpreter;Langauge;Editor</tags>
<dependencies>
<dependency id="CLanguage" version="1.0.0" />
</dependencies>
</metadata>
<files>
<!--Mac-->
<file src="Editor/Mac/bin/Release/CLanguage.Editor.Mac.dll" target="lib\Xamarin.Mac" />
<!--iOS-->
<file src="Editor/iOS/bin/Release/CLanguage.Editor.iOS.dll" target="lib\Xamarin.iOS" />
</files>
</package>
2 changes: 1 addition & 1 deletion CLanguage/CLanguage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Version>1.0.0</Version>
<Authors>praeclarum</Authors>
<Description>C parser, compiler, and interpreter.</Description>
<PackageTags>C;Compiler;Interpreter</PackageTags>
<PackageTags>C;Compiler;Interpreter;Language</PackageTags>
<PackageIconUrl>https://github.com/praeclarum/CLanguage/raw/master/Documentation/Icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/praeclarum/CLanguage</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/praeclarum/CLanguage/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 26f2fad

Please sign in to comment.