Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pingpongsneak committed Oct 26, 2022
1 parent 88b74fe commit ffe9b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/core.csproj
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<RootNamespace>CypherNetwork</RootNamespace>
<AssemblyVersion>0.0.74.0</AssemblyVersion>
<AssemblyVersion>0.0.75.0</AssemblyVersion>
<Company>CypherNetwork</Company>
<PackageId>core</PackageId>
<AssemblyName>cyphernetworkcore</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion node/Program.cs
Expand Up @@ -80,7 +80,7 @@ public static async Task<int> Main(string[] args)
/ / / / / // __ \ / __ \ / _ \ / ___// __ \ / / / // __ \ / //_// ___/
/ /___ / /_/ // /_/ // / / // __// / / /_/ // /_/ // / / // ,< (__ )
\____/ \__, // .___//_/ /_/ \___//_/ / .___/ \__,_//_/ /_//_/|_|/____/
/____//_/ /_/ write code: v{Util.GetAssemblyVersion()} RC1");
/____//_/ /_/ write code: v{Util.GetAssemblyVersion()} RC2");

Console.WriteLine();
Console.ResetColor();
Expand Down
4 changes: 2 additions & 2 deletions node/node.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AssemblyVersion>0.0.74.0</AssemblyVersion>
<AssemblyVersion>0.0.75.0</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage>
<PackageId>node</PackageId>
</PropertyGroup>
Expand Down Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" />
Expand Down

0 comments on commit ffe9b17

Please sign in to comment.