diff --git a/Utilities/GlobalSolutionAssemblyInfo.cs b/Utilities/GlobalSolutionAssemblyInfo.cs index 634bd4ff0a4fada5b54d247cae350a57393128e8..7f582e750520e7ae90b58aa48564bcd6184a8f33 100644 --- a/Utilities/GlobalSolutionAssemblyInfo.cs +++ b/Utilities/GlobalSolutionAssemblyInfo.cs @@ -1,4 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.*")] \ No newline at end of file diff --git a/Utilities/WpkgUtilities.csproj b/Utilities/WpkgUtilities.csproj index c49edde3ce702b586949368812d0836e7dadd3d8..c87aa2ec917e74902e7445438d62631e9e1d07ad 100644 --- a/Utilities/WpkgUtilities.csproj +++ b/Utilities/WpkgUtilities.csproj @@ -11,7 +11,7 @@ <AssemblyName>Utilities</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <Deterministic>true</Deterministic> + <Deterministic>false</Deterministic> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -72,4 +72,4 @@ <Compile Include="WpkgStatusMessage.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> diff --git a/WpkgInstaller/WpkgInstaller.csproj b/WpkgInstaller/WpkgInstaller.csproj index e3366b335005ae97bccd07437d40348f198bc906..505aeb80d9a25a0ed14050f63eb82827a5132d37 100644 --- a/WpkgInstaller/WpkgInstaller.csproj +++ b/WpkgInstaller/WpkgInstaller.csproj @@ -11,7 +11,7 @@ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> - <Deterministic>true</Deterministic> + <Deterministic>false</Deterministic> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -103,4 +103,4 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> diff --git a/WpkgNotifier/WpkgNotifier.csproj b/WpkgNotifier/WpkgNotifier.csproj index 0169af2aa31037725ee7f8f3c7a0bce332e89fad..4f422ef92ce533697e0873f5d337ffe435cde0c6 100644 --- a/WpkgNotifier/WpkgNotifier.csproj +++ b/WpkgNotifier/WpkgNotifier.csproj @@ -11,7 +11,7 @@ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> - <Deterministic>true</Deterministic> + <Deterministic>false</Deterministic> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -142,4 +142,4 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -</Project> \ No newline at end of file +</Project>