Skip to content

Commit

Permalink
Published on NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris committed Nov 18, 2023
1 parent d96bbd3 commit 45a5898
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
5 changes: 0 additions & 5 deletions SiriLazor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SiriLazor", "SiriLazor\Siri
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SiriLazor.WASM", "SiriLazor.WASM\SiriLazor.WASM.csproj", "{D30D7C33-D7EB-45C8-BBD9-3C49F4E6A536}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resources", "resources", "{99534AA8-8AC6-42B6-BE1A-A4DF893A427D}"
ProjectSection(SolutionItems) = preProject
..\..\..\OneDrive\Desktop\SiriLazor_160x160.png = ..\..\..\OneDrive\Desktop\SiriLazor_160x160.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
27 changes: 17 additions & 10 deletions SiriLazor/SiriLazor.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TypeScriptTarget>ES6</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TypeScriptTarget>ES6</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>Siriwave.js interop for blazor</Title>
<Authors>p0laris</Authors>
<Description>Siriwave.js wrapper for blazor to generate siri-wave animations for both classical style, IOS9+ style.</Description>
<PackageProjectUrl>https://github.com/p6laris/SiriLazor</PackageProjectUrl>
<PackageIcon>SiriLazor_160x160.png</PackageIcon>
<RepositoryUrl>https://github.com/p6laris/SiriLazor</RepositoryUrl>
<PackageTags>Siri-wave; Siriwave.js;Blazor; Blazor Wrapper;SiriLazor;</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<Content Include="Component\Interfaces\ISiriLazor.cs" />
Expand All @@ -17,10 +22,12 @@
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="SiriLazor_160x160.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
Binary file added SiriLazor/SiriLazor_160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45a5898

Please sign in to comment.