Skip to content

Commit d6b4949

Browse files
bug: fix exe name
1 parent 74948da commit d6b4949

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
<Version>1.0.0</Version>
1010
<PackageProjectUrl>https://nullinside.com</PackageProjectUrl>
1111
<PackageIcon>Assets\icon.png</PackageIcon>
12-
<RepositoryUrl>https://github.com/nullinside-development-group/twitch-streaming-tools</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/nullinside-development-group/nullinside-twitch-streaming-tools</RepositoryUrl>
1313
<ApplicationIcon>Assets\logo.ico</ApplicationIcon>
1414
<LangVersion>default</LangVersion>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16-
<AssemblyName>Nullinside.TwitchStreamingTools</AssemblyName>
16+
<AssemblyName>TwitchStreamingTools</AssemblyName>
1717
<RootNamespace>Nullinside.TwitchStreamingTools</RootNamespace>
18-
<Company/>
19-
<Product/>
18+
<Company>Nullinside</Company>
19+
<Product>TwitchStreamingTools</Product>
20+
<Authors>Nullinside</Authors>
2021
</PropertyGroup>
2122
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2223
<DocumentationFile>bin\Debug\TwitchStreamingTools.xml</DocumentationFile>

0 commit comments

Comments
 (0)