Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Jul 13, 2023
1 parent 7444f45 commit 6a7f430
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.user
*.userosscache
*.sln.docstates
*.DS_Store

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
20 changes: 13 additions & 7 deletions src/Blazored.TextEditor/Blazored.TextEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@
<RazorLangVersion>3.0</RazorLangVersion>
<RootNamespace>Blazored.TextEditor</RootNamespace>

<PackageId>Blazored.TextEditor</PackageId>
<Version>1.1.0</Version>
<Authors>Michael Washington</Authors>
<Company>Michael Washington</Company>
<Description>Rich text editor for Blazor applications - Uses Quill JS</Description>
<Copyright>Copyright 2022 (c) Michael Washington. All rights reserved.</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet settings -->
<PackageId>Blazored.TextEditor</PackageId>
<PackageTags>Blazored;Blazor;Razor;Components;TextEditor;Text Editor;Quill;QuillJS;ASP.NET Core;CSharp;Web</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Blazored/TextEditor</PackageProjectUrl>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/39194025</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Blazored/TextEditor</RepositoryUrl>
<PackageTags>Blazor Rich Text Editor Quill QuillJS Blazored Razor Components</PackageTags>
<Company />
<PackageReleaseNotes>Add support for css class and style attributes</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!-- SourceLink settings -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6a7f430

Please sign in to comment.