Skip to content

Commit

Permalink
💚 Update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Mar 24, 2024
1 parent 3aade39 commit 52d5524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SRC/Aura_OS/Aura_OS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="acryptohashnet" Version="2.0.0" />
<PackageReference Include="Cosmos.System2" Version="0.1.0-localbuild*" NoWarn="NU1604;NU1605" />
<PackageReference Include="Cosmos.System2" Version="10.0.0" NoWarn="NU1604;NU1605" />
<PackageReference Include="CosmosHttp" Version="1.0.4" />
<PackageReference Include="CosmosFtpServer" Version="1.0.9" />
<PackageReference Include="jzero" Version="0.4.5" />
Expand Down
2 changes: 1 addition & 1 deletion SRC/Aura_OS/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Aura_OS
{
public class VersionInfo
{
public static string revision = "240320241424";
public static string revision = "240320241600";
}
}

0 comments on commit 52d5524

Please sign in to comment.