Skip to content

Commit

Permalink
Merge pull request #61 from LSViana/logo
Browse files Browse the repository at this point in the history
Add logo derived from y-crdt logo with .NET style
  • Loading branch information
LSViana authored Nov 16, 2023
2 parents 40eebd6 + dc78211 commit fb071f5
Show file tree
Hide file tree
Showing 14 changed files with 278 additions and 13 deletions.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<Description>YDotNet provides cross-platform .NET bindings for Yrs (Rust port of Yjs).</Description>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<PackageIcon>logo-dotnet.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LSViana/YDotNet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.2.10</Version>
<Version>0.2.11</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
5 changes: 5 additions & 0 deletions YDotNet.Extensions/YDotNet.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<ProjectReference Include="..\YDotNet\YDotNet.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions YDotNet.Server.MongoDB/YDotNet.Server.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@
<ProjectReference Include="..\YDotNet.Server\YDotNet.Server.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
8 changes: 0 additions & 8 deletions YDotNet.Server.Redis/RedisClusteringOptions.cs

This file was deleted.

5 changes: 5 additions & 0 deletions YDotNet.Server.Redis/YDotNet.Server.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions YDotNet.Server.WebSockets/YDotNet.Server.WebSockets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<ProjectReference Include="..\YDotNet\YDotNet.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions YDotNet.Server/YDotNet.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions YDotNet/YDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

</Project>
Binary file added assets/logo-dotnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
229 changes: 229 additions & 0 deletions assets/logo-dotnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions native/YDotNet.Native.Linux/YDotNet.Native.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
<Content Include="..\..\output\linux-x64\libyrs.so" Pack="True" PackagePath="runtimes\linux-x64\native\%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions native/YDotNet.Native.MacOS/YDotNet.Native.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<Content Include="..\..\output\macos\libyrs.dylib" Pack="True" PackagePath="runtimes\osx\native\%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions native/YDotNet.Native.Win32/YDotNet.Native.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<Content Include="..\..\output\win-x64\yrs.dll" Pack="True" PackagePath="runtimes\win-x64\native\%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions native/YDotNet.Native/YDotNet.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
<ProjectReference Include="..\YDotNet.Native.Win32\YDotNet.Native.Win32.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\assets\logo-dotnet.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit fb071f5

Please sign in to comment.