Skip to content

Commit 235690a

Browse files
Merge pull request #126 from nullinside-development-group/feat/rename
Feat/rename
2 parents 60d33a1 + 36e8ce9 commit 235690a

File tree

90 files changed

+178
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+178
-177
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
stages {
88
stage('Checkout') {
99
steps {
10-
git branch: env.BRANCH_NAME, credentialsId: 'GitHub PAT', url: 'https://github.com/nullinside-development-group/twitch-streaming-tools.git'
10+
git branch: env.BRANCH_NAME, credentialsId: 'GitHub PAT', url: 'https://github.com/nullinside-development-group/nullinside-twitch-streaming-tools.git'
1111
}
1212
}
1313

src/TwitchStreamingTools.sln renamed to src/Nullinside.TwitchStreamingTools.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionF
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nullinside.Api.Common", "nullinside-api\src\Nullinside.Api.Common\Nullinside.Api.Common.csproj", "{D9EF6294-DF13-4901-B7EF-2DBC50B9E4E1}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchStreamingTools", "TwitchStreamingTools\TwitchStreamingTools.csproj", "{D16A0A78-91C3-4098-AF67-2AD287522274}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nullinside.TwitchStreamingTools", "Nullinside.TwitchStreamingTools\Nullinside.TwitchStreamingTools.csproj", "{D16A0A78-91C3-4098-AF67-2AD287522274}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.

src/TwitchStreamingTools/App.axaml renamed to src/Nullinside.TwitchStreamingTools/App.axaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<Application xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
x:Class="TwitchStreamingTools.App"
3+
x:Class="Nullinside.TwitchStreamingTools.App"
44
xmlns:twitchStreamingTools="clr-namespace:TwitchStreamingTools"
5+
xmlns:twitchStreamingTools1="clr-namespace:Nullinside.TwitchStreamingTools"
56
RequestedThemeVariant="Dark">
67
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
78

89
<Application.DataTemplates>
9-
<twitchStreamingTools:ViewLocator />
10+
<twitchStreamingTools1:ViewLocator />
1011
</Application.DataTemplates>
1112

1213
<Application.Styles>

src/TwitchStreamingTools/App.axaml.cs renamed to src/Nullinside.TwitchStreamingTools/App.axaml.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
using Microsoft.Extensions.DependencyInjection;
99

1010
using Nullinside.Api.Common.Twitch;
11+
using Nullinside.TwitchStreamingTools.ViewModels;
12+
using Nullinside.TwitchStreamingTools.Views;
1113

12-
using TwitchStreamingTools.ViewModels;
13-
using TwitchStreamingTools.Views;
14-
15-
namespace TwitchStreamingTools;
14+
namespace Nullinside.TwitchStreamingTools;
1615

1716
/// <summary>
1817
/// Main entry point of the application.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)