Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
reflection-emit committed Oct 29, 2018
1 parent 378ddb3 commit d0ac6d5
Show file tree
Hide file tree
Showing 45 changed files with 90 additions and 92 deletions.
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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Fody/Cauldron.BasicInterceptors/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
//
// Major Version Minor Version Build Number Revision
//
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
2 changes: 0 additions & 2 deletions Fody/Cauldron.Interception.Cecilator/WeaverBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ namespace Cauldron.Interception.Cecilator
/// <exclude/>
public abstract class WeaverBase : BaseModuleWeaver, ICecilatorObject
{
private IAssemblyResolver resolver = new DotNetCoreAssemblyResolver();

[EditorBrowsable(EditorBrowsableState.Never), DebuggerBrowsable(DebuggerBrowsableState.Never)]
public static IEnumerable<TypeDefinition> AllTypes { get; internal set; }

Expand Down
4 changes: 2 additions & 2 deletions Fody/Cauldron.Interception.Fody/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Fody/Cauldron.WPF.Interceptors/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
6 changes: 3 additions & 3 deletions NetStandard/Cauldron.Activator/Cauldron.Activator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
Expand All @@ -14,8 +14,8 @@
<PackageId>Capgemini.Cauldron.Activator</PackageId>
<Description>The activator is a simple and very fast dependency injection framework. It is based on attributes and does not require any configuration files for configuration. It also supports using static methods as component constructor.</Description>
<PackageTags>Toolkit Capgemini Activator Dependency Injection Factory Cauldron</PackageTags>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Activator.snk</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions NetStandard/Cauldron.Collections/Cauldron.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
Expand Down
6 changes: 3 additions & 3 deletions NetStandard/Cauldron.Consoles/Cauldron.Consoles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<Version>3.2.0.2</Version>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Capgemini.Cauldron.Cryptography</PackageId>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>Contains typical implementations for AES, RSA and RSA-AES encryptions. It also contains extensions that helps working with SecureString.</Description>
Expand All @@ -14,8 +14,8 @@
<PackageProjectUrl>https://github.com/Capgemini/Cauldron</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/cauldron.png</PackageIconUrl>
<PackageTags>Toolkit Capgemini Cauldron Cryptography AES RSA SecureString</PackageTags>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Cryptography.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Capgemini.Cauldron.Interception</PackageId>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Capgemini.Cauldron.Core.Interceptors</PackageId>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE</PackageLicenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageId>Capgemini.Cauldron.Localization</PackageId>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<Product>Cauldron.Consoles</Product>
Expand All @@ -16,8 +16,8 @@
<Description>A simple localization implementation that can work with different sources.</Description>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Toolkit Capgemini Cauldron Multisource Localization Language</PackageTags>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Localization.snk</AssemblyOriginatorKeyFile>
Expand Down
6 changes: 3 additions & 3 deletions NetStandard/Cauldron.Randomizer/Cauldron.Randomizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<PackageProjectUrl>https://github.com/Capgemini/Cauldron</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE</PackageLicenseUrl>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
<PackageIconUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/cauldron.png</PackageIconUrl>
<PackageTags>Toolkit Capgemini Cauldron Random Cryptographic</PackageTags>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<Description>Provides a randomizer that is cryptographicly secure</Description>
<PackageId>Capgemini.Cauldron.Core.Randomizer</PackageId>
<FileVersion>3.2.0.2</FileVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Randomizer.snk</AssemblyOriginatorKeyFile>
Expand Down
6 changes: 3 additions & 3 deletions NetStandard/Cauldron.Yaml/Cauldron.Yaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
Expand All @@ -14,8 +14,8 @@
<PackageTags>Toolkit Capgemini Cauldron Yaml</PackageTags>
<Description>A YAML deserializer</Description>
<PackageId>Capgemini.Cauldron.Core.Yaml</PackageId>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Yaml.snk</AssemblyOriginatorKeyFile>
Expand Down
6 changes: 3 additions & 3 deletions NetStandard/Cauldron/Cauldron.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.2.0.2</Version>
<Version>3.2.0.3</Version>
<Authors>Alexander Schunk, Capgemini Deutschland GmbH</Authors>
<Company>Capgemini Deutschland GmbH</Company>
<Copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</Copyright>
Expand All @@ -15,8 +15,8 @@
<Description>Provides usefull extension methods</Description>
<PackageId>Capgemini.Cauldron.Core.Extensions</PackageId>
<RootNamespace>Cauldron</RootNamespace>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<FileVersion>3.2.0.2</FileVersion>
<AssemblyVersion>3.2.0.3</AssemblyVersion>
<FileVersion>3.2.0.3</FileVersion>
<Configurations>Debug;Release;Release.Net45;Release.451</Configurations>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Extensions.snk</AssemblyOriginatorKeyFile>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions UWP/Cauldron.Activator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Collections/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Cryptography/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Interception/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Localization/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.2.0.2")]
// [assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Randomizer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron.Yaml/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.2.0.2")]
// [assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions UWP/Cauldron/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
[assembly: ComVisible(false)]
Binary file not shown.
4 changes: 2 additions & 2 deletions Win32/Cauldron.Activator/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Collections/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Consoles/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Cryptography/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Interception/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Interceptors/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Localization/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Randomizer/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:
// "3.0.0.8")]
[assembly: AssemblyVersion("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Win32.Impersonation/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("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
4 changes: 2 additions & 2 deletions Win32/Cauldron.Win32.MonitorInfo/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("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
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("3.2.0.2")]
[assembly: AssemblyFileVersion("3.2.0.2")]
[assembly: AssemblyVersion("3.2.0.3")]
[assembly: AssemblyFileVersion("3.2.0.3")]
Loading

0 comments on commit d0ac6d5

Please sign in to comment.