Skip to content

Commit

Permalink
Fixed naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidumanskiy committed Jun 24, 2024
1 parent 3027ba2 commit d7e6a88
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FixedMath\FixedMath.csproj" />
<ProjectReference Include="..\Fenrir.FixedMath\Fenrir.FixedMath.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions source/FixedMath.sln → source/Fenrir.FixedMath.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedMath", "FixedMath\FixedMath.csproj", "{806E0CD9-E3B3-47D5-917D-B2196626197C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fenrir.FixedMath", "Fenrir.FixedMath\Fenrir.FixedMath.csproj", "{806E0CD9-E3B3-47D5-917D-B2196626197C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedMath.Tests", "FixedMath.Tests\FixedMath.Tests.csproj", "{4C7BAF45-E229-42E0-A50F-F76A34997146}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fenrir.FixedMath.Tests", "Fenrir.FixedMath.Tests\Fenrir.FixedMath.Tests.csproj", "{4C7BAF45-E229-42E0-A50F-F76A34997146}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion source/UnityPackage/Assets/Runtime/Assembly.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("FixedMath.Tests")]
[assembly: InternalsVisibleTo("Fenrir.FixedMath.Tests")]

0 comments on commit d7e6a88

Please sign in to comment.