Skip to content

Commit

Permalink
Fix: Error in AdminUI Log
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Jan 31, 2020
1 parent 50a89ee commit 8f2066e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Plugins/Plugin_Explorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SCCM Tools")]
[assembly: AssemblyProduct("SCCMCliCtrWPF")]
[assembly: AssemblyCopyright("Copyright © 2019 by Roger Zander")]
[assembly: AssemblyCopyright("Copyright © 2020 by Roger Zander")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion SCCMCliCtrWPF/SCCMCliCtrWPF/Controls/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Hyperlink NavigateUri="https://github.com/rzander/sccmclictr" RequestNavigate="Hyperlink_RequestNavigate">Client Center for Configuration Manager</Hyperlink>
</TextBlock>
</Label>
<Label Content="Copyright (C) 2019 by Roger Zander" FontSize="16" Margin="0,-10,0,0"/>
<Label Content="Copyright (C) 2020 by Roger Zander" FontSize="16" Margin="0,-10,0,0"/>
<Label Content="Contributors: Mark Whittle, Mattias Benninge, Xento, russr123, theaquamarine, ... " FontSize="16" Margin="0,-10,0,0"/>
<Label Content="Referenced Resources:" FontSize="12" Margin="0,-10,0,0"/>
<StackPanel Orientation="Horizontal" ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" CanHorizontallyScroll="True" CanVerticallyScroll="True" Margin="6,-8,0,0">
Expand Down
2 changes: 1 addition & 1 deletion SCCMCliCtrWPF/SCCMCliCtrWPF/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public MainPage()
try
{
this.Title = SCCMCliCtr.Customization.Title;
rStatus.AppendText("Client Center for Configuration Manager (c) 2019 by Roger Zander\n");
rStatus.AppendText("Client Center for Configuration Manager (c) 2020 by Roger Zander\n");
rStatus.AppendText("Project-Page: https://github.com/rzander/sccmclictr\n");
rStatus.AppendText("Current Version: " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion.ToString() + "\n");
rStatus.AppendText("Assembly Version: " + Assembly.GetExecutingAssembly().GetName().Version.ToString() + "\n");
Expand Down
2 changes: 1 addition & 1 deletion SCCMCliCtrWPF/SCCMCliCtrWPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SCCM Tools")]
[assembly: AssemblyProduct("SCCMCliCtr")]
[assembly: AssemblyCopyright("Copyright © 2019 by Roger Zander")]
[assembly: AssemblyCopyright("Copyright © 2020 by Roger Zander")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions SCCMCliCtrWPF/SCCMCliCtrWPF/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SCCMCliCtrWPF/SCCMCliCtrWPF/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
&lt;/ShowOn&gt;
&lt;ResourceAssembly&gt;
&lt;Assembly&gt;{0}&lt;/Assembly&gt;
&lt;Type&gt;SCS_Extensions.Properties.Resources.resources&lt;/Type&gt;
&lt;Type&gt;ClientCenter.Properties.Resources.resources&lt;/Type&gt;
&lt;/ResourceAssembly&gt;
&lt;ImagesDescription&gt;
&lt;ResourceAssembly&gt;
Expand Down

0 comments on commit 8f2066e

Please sign in to comment.