Skip to content

Commit

Permalink
Version 1.2.34-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
peterliapin committed Nov 19, 2024
1 parent 797dceb commit bff8f5e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OnlineSales.sln
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ Global
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $3
version = 1.2.32-pre
version = 1.2.34-pre
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/OnlineSales/OnlineSales.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>OnlineSales</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UserSecretsId>98270385-43f2-4d3c-98d5-02d0d77fc2d9</UserSecretsId>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<AssemblyName>OnlineSales</AssemblyName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>OnlineSales</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion tests/OnlineSales.Tests/OnlineSales.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.2.33-pre</ReleaseVersion>
<ReleaseVersion>1.2.34-pre</ReleaseVersion>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit bff8f5e

Please sign in to comment.