Skip to content

Commit

Permalink
SccmTools.1.0.21108.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trondr committed Apr 18, 2021
1 parent d202e12 commit c702130
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 204 deletions.
2 changes: 1 addition & 1 deletion SccmTools.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProductName>SccmTools</ProductName>
<ProductCompany>github.com.trondr</ProductCompany>
<ProductDescription>SccmTools provides a command for creating an SCCM 2012 application from a package definition file.</ProductDescription>
<ProductCopyright>Copyright &#169; github.com.trondr $([System.DateTime]::Now.Year)</ProductCopyright>
<ProductCopyright>Copyright &#169; github.com.trondr 2015-$([System.DateTime]::Now.Year)</ProductCopyright>
<ProductProjectName>$(ProductName)</ProductProjectName>

<ShortYear>$([System.DateTime]::Now.ToString(`yy`))</ShortYear>
Expand Down
10 changes: 5 additions & 5 deletions src/SccmTools.Gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

[assembly: AssemblyDescription("SccmTools provides a command for creating an SCCM 2012 application from a package" +
" definition file.")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.21108.12.d202e12")]
[assembly: AssemblyCompany("github.com.trondr")]
[assembly: AssemblyProduct("SccmTools.Gui")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2018")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.18114.11.74aeaf1")]
[assembly: AssemblyVersion("1.0.18114.11")]
[assembly: AssemblyFileVersion("1.0.18114.11")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2015-2021")]
[assembly: AssemblyFileVersion("1.0.21108.12")]
[assembly: AssemblyVersion("1.0.21108.12")]


10 changes: 5 additions & 5 deletions src/SccmTools.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

[assembly: AssemblyDescription("SccmTools provides a command for creating an SCCM 2012 application from a package" +
" definition file.")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.21108.12.d202e12")]
[assembly: AssemblyCompany("github.com.trondr")]
[assembly: AssemblyProduct("SccmTools.Library")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2018")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.18114.11.74aeaf1")]
[assembly: AssemblyVersion("1.0.18114.11")]
[assembly: AssemblyFileVersion("1.0.18114.11")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2015-2021")]
[assembly: AssemblyFileVersion("1.0.21108.12")]
[assembly: AssemblyVersion("1.0.21108.12")]


397 changes: 216 additions & 181 deletions src/SccmTools.Setup/Components.wxs

Large diffs are not rendered by default.

Binary file modified src/SccmTools.Setup/License.rtf
Binary file not shown.
10 changes: 5 additions & 5 deletions src/SccmTools.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

[assembly: AssemblyDescription("SccmTools provides a command for creating an SCCM 2012 application from a package" +
" definition file.")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.21108.12.d202e12")]
[assembly: AssemblyCompany("github.com.trondr")]
[assembly: AssemblyProduct("SccmTools.Tests")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2018")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.18114.11.74aeaf1")]
[assembly: AssemblyVersion("1.0.18114.11")]
[assembly: AssemblyFileVersion("1.0.18114.11")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2015-2021")]
[assembly: AssemblyFileVersion("1.0.21108.12")]
[assembly: AssemblyVersion("1.0.21108.12")]


10 changes: 5 additions & 5 deletions src/SccmTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

[assembly: AssemblyDescription("SccmTools provides a command for creating an SCCM 2012 application from a package" +
" definition file.")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.21108.12.d202e12")]
[assembly: AssemblyCompany("github.com.trondr")]
[assembly: AssemblyProduct("SccmTools")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2018")]
[assembly: CLSCompliant(false)]
[assembly: AssemblyInformationalVersion("1.0.18114.11.74aeaf1")]
[assembly: AssemblyVersion("1.0.18114.11")]
[assembly: AssemblyFileVersion("1.0.18114.11")]
[assembly: AssemblyCopyright("Copyright © github.com.trondr 2015-2021")]
[assembly: AssemblyFileVersion("1.0.21108.12")]
[assembly: AssemblyVersion("1.0.21108.12")]


4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<version>
<property name="major" value="1" />
<property name="minor" value="0" />
<property name="build" value="18114" />
<property name="revision" value="11" />
<property name="build" value="21108" />
<property name="revision" value="12" />
</version>

0 comments on commit c702130

Please sign in to comment.