Skip to content

Commit

Permalink
Setting the correct version and configuring for release
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderIce2 committed Oct 26, 2020
1 parent 6b24ebd commit 78d746a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
5 changes: 4 additions & 1 deletion SDRSharpPlugin.DiscordRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CodeAnalysisRuleSet />
<LangVersion>8.0</LangVersion>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down Expand Up @@ -164,7 +165,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="DiscordAPI\LICENSE.txt" />
<Content Include="Resgister.txt" />
<Content Include="Resgister.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
Expand Down

0 comments on commit 78d746a

Please sign in to comment.