Skip to content

Commit

Permalink
Fix: autoreplace version
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Jul 22, 2020
1 parent 296527b commit 6b08e62
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 621 deletions.
6 changes: 3 additions & 3 deletions RZ.Bot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("RuckZuck LogConsole")]
[assembly: AssemblyDescription("LogConsole show status changes")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Zander Tools")]
[assembly: AssemblyCompany("Zander - Tools")]
[assembly: AssemblyProduct("RuckZuck LogConsole")]
[assembly: AssemblyCopyright("Copyright © 2019 by Roger Zander")]
[assembly: AssemblyCopyright("Copyright © 2020 by Roger Zander")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.1.*")]
[assembly: AssemblyFileVersion("1.7.1.3")]
[assembly: AssemblyFileVersion("1.7.1.5")]
2 changes: 1 addition & 1 deletion RuckZuck_Tool/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
<userSettings>
<RuckZuck_Tool.Properties.Settings>
Expand Down
Loading

0 comments on commit 6b08e62

Please sign in to comment.