Skip to content

Commit 78d746a

Browse files
committed
Setting the correct version and configuring for release
1 parent 6b24ebd commit 78d746a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("0.1.0.0")]
36+
[assembly: AssemblyFileVersion("0.1.0.0")]

SDRSharpPlugin.DiscordRPC.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3737
<CodeAnalysisRuleSet />
3838
<LangVersion>8.0</LangVersion>
39+
<PlatformTarget>x86</PlatformTarget>
3940
</PropertyGroup>
4041
<PropertyGroup>
4142
<SignAssembly>false</SignAssembly>
@@ -164,7 +165,9 @@
164165
</ItemGroup>
165166
<ItemGroup>
166167
<Content Include="DiscordAPI\LICENSE.txt" />
167-
<Content Include="Resgister.txt" />
168+
<Content Include="Resgister.txt">
169+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
170+
</Content>
168171
</ItemGroup>
169172
<ItemGroup>
170173
<None Include=".editorconfig" />

0 commit comments

Comments
 (0)