Skip to content

Commit 223029e

Browse files
CryentalCryental
authored andcommitted
Brand Name Changed to Keycipher
1 parent a53ed42 commit 223029e

23 files changed

+50
-48
lines changed

Cryental.LilacLicensing.Test/App.config

Lines changed: 0 additions & 18 deletions
This file was deleted.

Keycipher.Test/App.config

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<configuration>
4+
<startup>
5+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
6+
</startup>
7+
<runtime>
8+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<dependentAssembly>
10+
<assemblyIdentity name="RestSharp" publicKeyToken="598062e77f915f75" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-106.11.4.0" newVersion="106.11.4.0" />
12+
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
16+
</dependentAssembly>
17+
</assemblyBinding>
18+
</runtime>
19+
</configuration>
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{B14C79A9-0236-4928-8AF6-6CB8153D816D}</ProjectGuid>
88
<OutputType>Exe</OutputType>
9-
<RootNamespace>Cryental.LilacLicensing.Test</RootNamespace>
10-
<AssemblyName>Cryental.LilacLicensing.Test</AssemblyName>
9+
<RootNamespace>Keycipher.Test</RootNamespace>
10+
<AssemblyName>Keycipher.Test</AssemblyName>
1111
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -34,10 +34,6 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Cryental.LilacLicensing, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\Cryental.LilacLicensing\bin\Release\New folder\Cryental.LilacLicensing.dll</HintPath>
40-
</Reference>
4137
<Reference Include="System" />
4238
<Reference Include="System.Core" />
4339
<Reference Include="System.Xml.Linq" />
@@ -54,5 +50,11 @@
5450
<ItemGroup>
5551
<None Include="App.config" />
5652
</ItemGroup>
53+
<ItemGroup>
54+
<ProjectReference Include="..\Keycipher\Keycipher.csproj">
55+
<Project>{f8d0cef1-519c-4eaa-9377-c80f576bbbfa}</Project>
56+
<Name>Keycipher</Name>
57+
</ProjectReference>
58+
</ItemGroup>
5759
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5860
</Project>

Cryental.LilacLicensing.Test/Program.cs renamed to Keycipher.Test/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Linq;
33

4-
namespace Cryental.LilacLicensing.Test
4+
namespace Keycipher.Test
55
{
66
internal class Program
77
{

Cryental.LilacLicensing.Test/Properties/AssemblyInfo.cs renamed to Keycipher.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -33,4 +32,4 @@
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
3534
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyFileVersion("1.0.0.0")]

Cryental.LilacLicensing.sln renamed to Keycipher.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30225.117
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cryental.LilacLicensing", "Cryental.LilacLicensing\Cryental.LilacLicensing.csproj", "{F8D0CEF1-519C-4EAA-9377-C80F576BBBFA}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Keycipher", "Keycipher\Keycipher.csproj", "{F8D0CEF1-519C-4EAA-9377-C80F576BBBFA}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cryental.LilacLicensing.Test", "Cryental.LilacLicensing.Test\Cryental.LilacLicensing.Test.csproj", "{B14C79A9-0236-4928-8AF6-6CB8153D816D}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Keycipher.Test", "Keycipher.Test\Keycipher.Test.csproj", "{B14C79A9-0236-4928-8AF6-6CB8153D816D}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
namespace Cryental.LilacLicensing
1+
namespace Keycipher
22
{
33
public class Configuration
44
{
55
public string ProductID { get; set; }
66
public string PublicKey { get; set; }
77
public string PrivateKey { get; set; }
88
public string AccessKey { get; set; }
9-
public bool SecurityCheck { get; set; } = false;
109
}
1110
}
File renamed without changes.
File renamed without changes.

Cryental.LilacLicensing/Globals.cs renamed to Keycipher/Globals.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cryental.LilacLicensing
1+
namespace Keycipher
22
{
33
internal static class Globals
44
{

0 commit comments

Comments
 (0)