Skip to content

Commit

Permalink
Merge pull request #283 from peterliapin/develop
Browse files Browse the repository at this point in the history
Version 1.2.38-pre
  • Loading branch information
peterliapin authored Feb 3, 2025
2 parents 9589bc4 + e4e81d3 commit cf7184f
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.37-pre
version = 1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-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.37-pre</ReleaseVersion>
<ReleaseVersion>1.2.38-pre</ReleaseVersion>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit cf7184f

Please sign in to comment.