Skip to content

Commit

Permalink
Update project configurations and dependencies
Browse files Browse the repository at this point in the history
- Changed version prefix in `Infinity.Toolkit.Azure.csproj` from `1.0.0` to `0.1.0`.
- Added `<IsPackable>false</IsPackable>` to `Infinity.Toolkit.Experimental.csproj`.
- Replaced `FluentAssertions` with `Shouldly` in `Infinity.Toolkit.Tests.csproj`.
  • Loading branch information
penyland committed Jan 18, 2025
1 parent e6ebd4d commit dd4035a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infinity.Toolkit.Azure/Infinity.Toolkit.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Infinity.Toolkit.Azure</RootNamespace>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<RootNamespace>Infinity.Toolkit.Experimental</RootNamespace>
<VersionPrefix>1.0.0</VersionPrefix>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dd4035a

Please sign in to comment.