File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 3636 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3737 <CodeAnalysisRuleSet />
3838 <LangVersion >8.0</LangVersion >
39+ <PlatformTarget >x86</PlatformTarget >
3940 </PropertyGroup >
4041 <PropertyGroup >
4142 <SignAssembly >false</SignAssembly >
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" />
You can’t perform that action at this time.
0 commit comments